diff options
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/uicustomicon.h')
| -rw-r--r-- | SQLiteStudio3/guiSQLiteStudio/uicustomicon.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/uicustomicon.h b/SQLiteStudio3/guiSQLiteStudio/uicustomicon.h new file mode 100644 index 0000000..8332970 --- /dev/null +++ b/SQLiteStudio3/guiSQLiteStudio/uicustomicon.h @@ -0,0 +1,16 @@ +#ifndef UICUSTOMICON_H +#define UICUSTOMICON_H + +#include "guiSQLiteStudio_global.h" +#include "uiloaderpropertyhandler.h" + +class GUI_API_EXPORT UiCustomIcon : public UiLoaderPropertyHandler +{ + public: + UiCustomIcon(); + + const char* getPropertyName() const; + void handle(QWidget* widget, const QVariant& value); +}; + +#endif // UICUSTOMICON_H |
