mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 02:43:04 -05:00
Make comic flow themable
This commit is contained in:
@ -89,6 +89,11 @@ struct ComicVineThemeTemplates {
|
||||
QSize rowIconSize = QSize(8, 7);
|
||||
};
|
||||
|
||||
struct ComicFlowColors {
|
||||
QColor backgroundColor;
|
||||
QColor textColor;
|
||||
};
|
||||
|
||||
struct ComicVineTheme {
|
||||
QString defaultLabelQSS;
|
||||
QString titleLabelQSS;
|
||||
@ -123,6 +128,7 @@ struct ComicVineTheme {
|
||||
};
|
||||
|
||||
struct Theme {
|
||||
ComicFlowColors comicFlow;
|
||||
ComicVineTheme comicVine;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user