mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Add a theme factory to YACReaderLibrary and theme the comic vine dialog
This commit is contained in:
@ -3,10 +3,15 @@
|
||||
|
||||
#include <QCheckBox>
|
||||
|
||||
class ScraperCheckBox : public QCheckBox
|
||||
#include "themable.h"
|
||||
|
||||
class ScraperCheckBox : public QCheckBox, protected Themable
|
||||
{
|
||||
public:
|
||||
ScraperCheckBox(const QString &text, QWidget *parent = nullptr);
|
||||
|
||||
protected:
|
||||
void applyTheme() override;
|
||||
};
|
||||
|
||||
#endif // SCRAPER_CHECKBOX_H
|
||||
|
||||
Reference in New Issue
Block a user