mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04: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