mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 18:33:09 -05:00
Initial implementation of theming
This commit is contained in:
@ -16,6 +16,7 @@ public:
|
||||
void update(const QString &json);
|
||||
int getCurrentPage();
|
||||
void setCustomLabel(const QString &label);
|
||||
|
||||
signals:
|
||||
void loadNextPage();
|
||||
void loadPreviousPage();
|
||||
|
||||
@ -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