Initial implementation of theming

This commit is contained in:
luisangelsm
2026-02-19 17:39:22 +01:00
parent ed28c94f66
commit 044176d6b7
303 changed files with 4634 additions and 2119 deletions

View File

@ -16,6 +16,7 @@ public:
void update(const QString &json);
int getCurrentPage();
void setCustomLabel(const QString &label);
signals:
void loadNextPage();
void loadPreviousPage();

View File

@ -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);