diff options
| author | 2014-12-06 17:33:25 -0500 | |
|---|---|---|
| committer | 2014-12-06 17:33:25 -0500 | |
| commit | 7167ce41b61d2ba2cdb526777a4233eb84a3b66a (patch) | |
| tree | a35c14143716e1f2c98f808c81f89426045a946f /SQLiteStudio3/guiSQLiteStudio/uiscriptingcombo.h | |
Imported Upstream version 2.99.6upstream/2.99.6
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/uiscriptingcombo.h')
| -rw-r--r-- | SQLiteStudio3/guiSQLiteStudio/uiscriptingcombo.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/uiscriptingcombo.h b/SQLiteStudio3/guiSQLiteStudio/uiscriptingcombo.h new file mode 100644 index 0000000..ad9430f --- /dev/null +++ b/SQLiteStudio3/guiSQLiteStudio/uiscriptingcombo.h @@ -0,0 +1,16 @@ +#ifndef UISCRIPTINGCOMBO_H +#define UISCRIPTINGCOMBO_H + +#include "guiSQLiteStudio_global.h" +#include "uiloaderpropertyhandler.h" + +class GUI_API_EXPORT UiScriptingCombo : public UiLoaderPropertyHandler +{ + public: + UiScriptingCombo(); + + const char* getPropertyName() const; + void handle(QWidget* widget, const QVariant& value); +}; + +#endif // UISCRIPTINGCOMBO_H |
