1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
/****************************************************************************
** Form interface generated from reading ui file 'tobrowserconstraintui.ui'
**
** Created: Mon Feb 20 12:46:36 2006
** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef TOBROWSERCONSTRAINTUI_H
#define TOBROWSERCONSTRAINTUI_H
#include <qvariant.h>
#include <qpixmap.h>
#include <qdialog.h>
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class toResultCols;
class toTableSelect;
class QComboBox;
class QLabel;
class QToolButton;
class QPushButton;
class QWidgetStack;
class QWidget;
class QLineEdit;
class QFrame;
class QButtonGroup;
class QRadioButton;
class toBrowserConstraintUI : public QDialog
{
Q_OBJECT
public:
toBrowserConstraintUI( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~toBrowserConstraintUI();
QComboBox* Name;
QComboBox* Type;
QLabel* TextLabel1;
QToolButton* AddButton;
QToolButton* DeleteButton;
QPushButton* PushButton2;
QWidgetStack* WidgetStack;
QWidget* ReferentialPage;
QLabel* TextLabel3;
QLineEdit* SourceColumns;
toResultCols* SourceColList;
QLabel* TextLabel5;
QLineEdit* ReferedColumns;
toResultCols* ReferColList;
QFrame* Line3;
QFrame* Line1;
QComboBox* ReferTable;
QLabel* TextLabel4;
QWidget* PrimaryPage;
QButtonGroup* UniqueType;
QRadioButton* Primary;
QRadioButton* Unique;
QLabel* TextLabel2;
QLineEdit* UniqueCols;
toResultCols* UniqueColList;
QWidget* CheckPage;
QLabel* TextLabel2_2;
QLabel* TextLabel6;
QLineEdit* CheckCondition;
toResultCols* CheckColumn;
QPushButton* ApplyButton;
QToolButton* ToolButton1;
toTableSelect* TableSelect;
public slots:
virtual void addConstraint();
virtual void displaySQL();
virtual void delConstraint();
virtual void changeConstraint();
virtual void changeRefered();
virtual void changeType(int);
protected:
QGridLayout* toBrowserConstraintUILayout;
QSpacerItem* Spacer1;
QHBoxLayout* layout2;
QHBoxLayout* layout1;
QGridLayout* ReferentialPageLayout;
QVBoxLayout* PrimaryPageLayout;
QGridLayout* UniqueTypeLayout;
QGridLayout* CheckPageLayout;
protected slots:
virtual void languageChange();
private:
QPixmap image0;
QPixmap image1;
QPixmap image2;
QPixmap image3;
QPixmap image4;
};
#endif // TOBROWSERCONSTRAINTUI_H
|