aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/guiSQLiteStudio/constraints/columnnotnullpanel.h
blob: 1cde83397586395b87e55203876ccbc83f19ab7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef COLUMNNOTNULLPANEL_H
#define COLUMNNOTNULLPANEL_H

#include "guiSQLiteStudio_global.h"
#include "columnuniqueandnotnullpanel.h"

class GUI_API_EXPORT ColumnNotNullPanel : public ColumnUniqueAndNotNullPanel
{
        Q_OBJECT
    public:
        explicit ColumnNotNullPanel(QWidget *parent = 0);

    protected:
        void storeType();
};

#endif // COLUMNNOTNULLPANEL_H