mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 02:43:04 -05:00
Initial implementation of theming
This commit is contained in:
17
YACReaderLibrary/empty_folder_widget.h
Normal file
17
YACReaderLibrary/empty_folder_widget.h
Normal file
@ -0,0 +1,17 @@
|
||||
#ifndef EMPTY_FOLDER_WIDGET_H
|
||||
#define EMPTY_FOLDER_WIDGET_H
|
||||
|
||||
#include <QtWidgets>
|
||||
#include "empty_container_info.h"
|
||||
|
||||
class EmptyFolderWidget : public EmptyContainerInfo
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit EmptyFolderWidget(QWidget *parent = nullptr);
|
||||
|
||||
protected:
|
||||
void applyTheme(const Theme &theme) override;
|
||||
};
|
||||
|
||||
#endif // EMPTY_FOLDER_WIDGET_H
|
||||
Reference in New Issue
Block a user