mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
新增SpkIconButton为主题和按钮工作减负
This commit is contained in:
@@ -39,7 +39,9 @@ namespace SpkUi
|
||||
extern UiMetaObject SpkUiMetaObject;
|
||||
extern SpkUiStyle CurrentStyle;
|
||||
extern QString StylesheetBase, CurrentStylesheet;
|
||||
extern QColor ColorLine, ColorBack;
|
||||
extern QColor ColorLine, ColorBack,
|
||||
ColorBtnMaskUnselected, ///< SpkIconButton icon mask colors, unselected & selected
|
||||
ColorBtnMaskSelected;
|
||||
extern QSize PrimaryScreenSize;
|
||||
extern SpkDtkPlugin *DtkPlugin;
|
||||
extern QStyle *OldSystemStyle;
|
||||
|
||||
Reference in New Issue
Block a user