Make go to flow widget themable

This commit is contained in:
luisangelsm
2026-01-24 18:43:25 +01:00
parent 3bdbf4424b
commit 7b6055e76d
17 changed files with 191 additions and 33 deletions

View File

@ -4,15 +4,20 @@
#include <QWidget>
#include <QStackedWidget>
#include "themable.h"
class QLineEdit;
class QIntValidator;
class QPushButton;
class QSlider;
class QLabel;
class GoToFlowToolBar : public QStackedWidget
class GoToFlowToolBar : public QStackedWidget, protected Themable
{
Q_OBJECT
protected:
void applyTheme(const Theme &theme) override;
private:
QLineEdit *edit;
QSlider *slider;