mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 19:00:04 -05:00
Add a theme factory to YACReaderLibrary and theme the comic vine dialog
This commit is contained in:
@ -3,9 +3,11 @@
|
||||
|
||||
#include <QLineEdit>
|
||||
|
||||
#include "themable.h"
|
||||
|
||||
class QLabel;
|
||||
|
||||
class ScraperLineEdit : public QLineEdit
|
||||
class ScraperLineEdit : public QLineEdit, protected Themable
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
@ -13,6 +15,7 @@ public:
|
||||
|
||||
protected:
|
||||
void resizeEvent(QResizeEvent *) override;
|
||||
void applyTheme() override;
|
||||
|
||||
private:
|
||||
QLabel *titleLabel;
|
||||
|
||||
Reference in New Issue
Block a user