/**************************************************************************** ** Form interface generated from reading ui file 'tobrowsertableui.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 TOBROWSERTABLEUI_H #define TOBROWSERTABLEUI_H #include #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class toResultCombo; class QScrollView; class toHighlightedText; class QPushButton; class QToolButton; class QTabWidget; class QWidget; class QLabel; class QLineEdit; class QComboBox; class QCheckBox; class toBrowserTableUI : public QDialog { Q_OBJECT public: toBrowserTableUI( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~toBrowserTableUI(); QPushButton* PushButton1; QPushButton* PushButton2; QToolButton* ToolButton1; QTabWidget* Tabs; QWidget* tab; QLabel* SchemaLabel; toResultCombo* Schema; QLabel* TextLabel1; QLineEdit* Name; QLabel* TextLabel1_3; QLineEdit* Comment; QLabel* TablespaceLabel; QComboBox* Tablespace; QLabel* TextLabel1_3_2; toHighlightedText* ExtraDeclarations; QLabel* TextLabel1_3_2_2; toHighlightedText* StorageDeclarations; QLabel* ParallelLabel; toHighlightedText* ParallelDeclarations; QWidget* ColumnTab; QScrollView* ColumnList; QToolButton* AddColumn; QToolButton* RemoveColumn; QCheckBox* CustomDeclarations; public slots: virtual void displaySQL(); virtual void addColumn(); virtual void removeColumn(); virtual void toggleCustom(bool); protected: QGridLayout* toBrowserTableUILayout; QSpacerItem* Spacer1; QVBoxLayout* tabLayout; QGridLayout* ColumnTabLayout; QSpacerItem* spacer3; protected slots: virtual void languageChange(); private: QPixmap image0; QPixmap image1; QPixmap image2; QPixmap image3; QPixmap image4; }; #endif // TOBROWSERTABLEUI_H