diff options
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/constraints/tableuniquepanel.h')
| -rw-r--r-- | SQLiteStudio3/guiSQLiteStudio/constraints/tableuniquepanel.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/constraints/tableuniquepanel.h b/SQLiteStudio3/guiSQLiteStudio/constraints/tableuniquepanel.h new file mode 100644 index 0000000..bd77910 --- /dev/null +++ b/SQLiteStudio3/guiSQLiteStudio/constraints/tableuniquepanel.h @@ -0,0 +1,16 @@ +#ifndef TABLEUNIQUEPANEL_H +#define TABLEUNIQUEPANEL_H + +#include "tablepkanduniquepanel.h" +#include "guiSQLiteStudio_global.h" + +class GUI_API_EXPORT TableUniquePanel : public TablePrimaryKeyAndUniquePanel +{ + Q_OBJECT + public: + explicit TableUniquePanel(QWidget *parent = 0); + + void storeConfiguration(); +}; + +#endif // TABLEUNIQUEPANEL_H |
