mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 10:50:04 -05:00
Initial implementation of theming
This commit is contained in:
@ -12,6 +12,7 @@ class TitleHeader : public QWidget, protected Themable
|
||||
Q_OBJECT
|
||||
public:
|
||||
TitleHeader(QWidget *parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void setTitle(const QString &title);
|
||||
void setSubTitle(const QString &title);
|
||||
|
||||
Reference in New Issue
Block a user