aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/guiSQLiteStudio/constraints/tableprimarykeypanel.h
blob: d5e2e59ed5d2cde5d197a3dc74ac426416811b2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef PRIMARYKEYPANEL_H
#define PRIMARYKEYPANEL_H

#include "tablepkanduniquepanel.h"
#include "guiSQLiteStudio_global.h"

class GUI_API_EXPORT TablePrimaryKeyPanel : public TablePrimaryKeyAndUniquePanel
{
        Q_OBJECT

    public:
        explicit TablePrimaryKeyPanel(QWidget *parent = 0);

        void storeConfiguration();

    private:
        void readConstraint();

    private slots:
        void updateState();
};

#endif // PRIMARYKEYPANEL_H