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:
@ -12,11 +12,11 @@ public:
|
||||
explicit EmptyLabelWidget(QWidget *parent = nullptr);
|
||||
void setColor(YACReader::LabelColors color);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
protected:
|
||||
void applyTheme(const Theme &theme) override;
|
||||
|
||||
private:
|
||||
YACReader::LabelColors currentColor = YACReader::YRed;
|
||||
};
|
||||
|
||||
#endif // EMPTY_LABEL_WIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user