mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 10:22:58 -05:00
Make help/about dialog themable
Just the hardcoded colors used, the rest of the dialog will be themed by Qt.
This commit is contained in:
11
common/themes/shared/help_about_dialog_theme.h
Normal file
11
common/themes/shared/help_about_dialog_theme.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef HELP_ABOUT_DIALOG_THEME_H
|
||||
#define HELP_ABOUT_DIALOG_THEME_H
|
||||
|
||||
#include <QColor>
|
||||
|
||||
struct HelpAboutDialogTheme {
|
||||
QColor headingColor;
|
||||
QColor linkColor;
|
||||
};
|
||||
|
||||
#endif // HELP_ABOUT_DIALOG_THEME_H
|
||||
Reference in New Issue
Block a user