mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
Extract to theme no comics widgets style.
This commit is contained in:
committed by
Luis Ángel San Martín
parent
d2c92c0c2d
commit
a3024a1bee
@ -22,6 +22,9 @@ public:
|
||||
t.itemLibraryNoSelectedStyleSheet = "background-color:transparent;";
|
||||
|
||||
t.useNativeFolderIcons = true;
|
||||
|
||||
t.noComicsContentBackgroundColor = "#FFFFFF";
|
||||
t.noComicsContentTitleLabelStyle = "QLabel {color:#888888; font-size:24px;font-family:Arial;font-weight:bold;}";
|
||||
} else {
|
||||
t.isMacosNative = false;
|
||||
|
||||
@ -33,6 +36,9 @@ public:
|
||||
t.itemLibraryNoSelectedStyleSheet = "background-color:transparent; color:#DDDFDF;";
|
||||
|
||||
t.useNativeFolderIcons = false;
|
||||
|
||||
t.noComicsContentBackgroundColor = "#2A2A2A";
|
||||
t.noComicsContentTitleLabelStyle = "QLabel {color:#CCCCCC; font-size:24px;font-family:Arial;font-weight:bold;}";
|
||||
}
|
||||
|
||||
return t;
|
||||
@ -52,6 +58,10 @@ public:
|
||||
|
||||
//tree folders
|
||||
bool useNativeFolderIcons;
|
||||
|
||||
//EmptyContainerInfo & NoSearchResultsWidget
|
||||
QString noComicsContentBackgroundColor;
|
||||
QString noComicsContentTitleLabelStyle;
|
||||
};
|
||||
|
||||
#endif // THEME_H
|
||||
|
Reference in New Issue
Block a user