forked from openkylin/qt5-ukui-platformtheme
同步 去掉对外接口的ukui_
This commit is contained in:
parent
3c843adefb
commit
dfd7a0863f
|
@ -897,6 +897,7 @@ void UKUIConfigStyleParameters::initConfigPushButtonBevelParameters(bool isDark,
|
|||
checkDisableBrush = option->palette.brush(QPalette::Disabled, QPalette::NoRole);
|
||||
|
||||
auto *w = const_cast<QWidget *>(widget);
|
||||
|
||||
if (w) {
|
||||
w->setProperty("radius", radius);
|
||||
w->setProperty("defaultBrush", defaultBrush);
|
||||
|
@ -1332,7 +1333,7 @@ void UKUIConfigStyleParameters::initConfigToolButtonPanelParameters(bool isDark,
|
|||
w->setProperty("disableBrush", disableBrush);
|
||||
w->setProperty("checkBrush", checkBrush);
|
||||
w->setProperty("checkHoverBrush", checkHoverBrush);
|
||||
w->setProperty("_checkClickBrush", checkClickBrush);
|
||||
w->setProperty("checkClickBrush", checkClickBrush);
|
||||
w->setProperty("checkDisableBrush", checkDisableBrush);
|
||||
w->setProperty("defaultPen", defaultPen);
|
||||
w->setProperty("clickPen", clickPen);
|
||||
|
|
Loading…
Reference in New Issue