mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 10:50:04 -05:00
Add a theme factory to YACReaderLibrary and theme the comic vine dialog
This commit is contained in:
@ -3,15 +3,16 @@
|
||||
|
||||
#include <QTableView>
|
||||
|
||||
class ScraperTableView : public QTableView
|
||||
#include "themable.h"
|
||||
|
||||
class ScraperTableView : public QTableView, protected Themable
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ScraperTableView(QWidget *parent = nullptr);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
protected:
|
||||
void applyTheme() override;
|
||||
};
|
||||
|
||||
#endif // SCRAPPER_TABLEVIEW_H
|
||||
|
||||
Reference in New Issue
Block a user