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
|
/****************************************************************************
** 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 <qvariant.h>
#include <qpixmap.h>
#include <qdialog.h>
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
|