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 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
/****************************************************************************
** Form interface generated from reading ui file 'toscriptui.ui'
**
** Created by: The User Interface Compiler ($Id: qt/main.cpp 3.3.6 edited Aug 31 2005 $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef TOSCRIPTUI_H
#define TOSCRIPTUI_H
#include <qvariant.h>
#include <qpixmap.h>
#include <qwidget.h>
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class toFilesize;
class QTabWidget;
class QGroupBox;
class QLabel;
class QComboBox;
class QListView;
class QListViewItem;
class QButtonGroup;
class QRadioButton;
class QCheckBox;
class QFrame;
class QSpinBox;
class QLineEdit;
class QPushButton;
class toScriptUI : public QWidget
{
Q_OBJECT
public:
toScriptUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~toScriptUI();
QTabWidget* Tabs;
QWidget* tab;
QGroupBox* Destination;
QLabel* TextLabel2_4;
QLabel* TextLabel2_2_3;
QComboBox* DestinationConnection;
QComboBox* DestinationSchema;
QListView* DestinationObjects;
QLabel* TextLabel1_2;
QButtonGroup* ModeGroup;
QRadioButton* Compare;
QRadioButton* Extract;
QCheckBox* IncludeCode;
QCheckBox* IncludeStorage;
QCheckBox* IncludeParallell;
QCheckBox* IncludePartition;
QCheckBox* IncludeIndexes;
QCheckBox* IncludeComment;
QCheckBox* IncludeGrants;
QCheckBox* IncludeConstraints;
QCheckBox* IncludeDDL;
QRadioButton* Search;
QFrame* Line3;
QRadioButton* Migrate;
QRadioButton* Report;
QCheckBox* IncludePrompt;
QCheckBox* IncludeHeader;
QComboBox* Schema;
QLabel* TextLabel3;
QCheckBox* IncludeContent;
QLabel* TextLabel1_3;
QSpinBox* CommitDistance;
QButtonGroup* SearchGroup;
QLineEdit* SearchWord;
QRadioButton* AnyWords;
QRadioButton* AllWords;
QRadioButton* RegExp;
QRadioButton* ExactMatch;
QGroupBox* GroupBox2;
QLabel* TextLabel2;
QLabel* TextLabel2_2;
QComboBox* SourceConnection;
QComboBox* SourceSchema;
QListView* SourceObjects;
QLabel* TextLabel1;
QButtonGroup* OutputGroup;
QRadioButton* OutputTab;
QRadioButton* OutputDir;
QRadioButton* OutputFile;
QLineEdit* Filename;
QPushButton* Browse;
QWidget* ResizeTab;
QButtonGroup* ButtonGroup2_2;
QRadioButton* DontResize;
QRadioButton* AutoResize;
QRadioButton* CustomResize;
QFrame* Frame4;
QListView* Sizes;
toFilesize* Limit;
toFilesize* Initial;
toFilesize* Next;
QPushButton* AddButton;
QPushButton* Remove;
QWidget* ResultTab;
QWidget* DifferenceTab;
protected:
QGridLayout* toScriptUILayout;
QGridLayout* tabLayout;
QGridLayout* DestinationLayout;
QGridLayout* ModeGroupLayout;
QSpacerItem* Spacer10_2;
QSpacerItem* Spacer9_2;
QGridLayout* SearchGroupLayout;
QGridLayout* GroupBox2Layout;
QGridLayout* OutputGroupLayout;
QHBoxLayout* Layout1;
QGridLayout* ResizeTabLayout;
QGridLayout* ButtonGroup2_2Layout;
QGridLayout* Frame4Layout;
QSpacerItem* Spacer2;
QSpacerItem* Spacer9;
QSpacerItem* Spacer10;
protected slots:
virtual void languageChange();
private:
QPixmap image0;
};
#endif // TOSCRIPTUI_H
|