~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to src/ui_tooraclesettingui.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2009-04-07 13:16:05 UTC
  • mfrom: (1.2.7 upstream) (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090407131605-u422yigfv7jgg0l0
Tags: 2.0.0-3
* Cleaned up packaging a little bit.
* Added homepage information to control file.
* Bumped Standards-Version to 3.8.1.
* Released to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/********************************************************************************
 
2
** Form generated from reading ui file 'tooraclesettingui.ui'
 
3
**
 
4
** Created: Mon Nov 3 14:34:34 2008
 
5
**      by: Qt User Interface Compiler version 4.4.0
 
6
**
 
7
** WARNING! All changes made in this file will be lost when recompiling ui file!
 
8
********************************************************************************/
 
9
 
 
10
#ifndef UI_TOORACLESETTINGUI_H
 
11
#define UI_TOORACLESETTINGUI_H
 
12
 
 
13
#include <QtCore/QVariant>
 
14
#include <QtGui/QAction>
 
15
#include <QtGui/QApplication>
 
16
#include <QtGui/QButtonGroup>
 
17
#include <QtGui/QCheckBox>
 
18
#include <QtGui/QGridLayout>
 
19
#include <QtGui/QLabel>
 
20
#include <QtGui/QLineEdit>
 
21
#include <QtGui/QPushButton>
 
22
#include <QtGui/QSpacerItem>
 
23
#include <QtGui/QSpinBox>
 
24
#include <QtGui/QWidget>
 
25
 
 
26
QT_BEGIN_NAMESPACE
 
27
 
 
28
class Ui_toOracleSettingUI
 
29
{
 
30
public:
 
31
    QGridLayout *gridLayout;
 
32
    QLabel *TextLabel6_2_2_2;
 
33
    QLabel *TextLabel6_2_3;
 
34
    QLineEdit *DefaultDate;
 
35
    QLineEdit *CheckPoint;
 
36
    QLabel *TextLabel6_3_2;
 
37
    QCheckBox *Unlimited;
 
38
    QLineEdit *MaxLong;
 
39
    QSpacerItem *Spacer6;
 
40
    QSpacerItem *Spacer2_2;
 
41
    QPushButton *CreatePlanTable;
 
42
    QLabel *TextLabel6_3;
 
43
    QLineEdit *ExplainPlan;
 
44
    QCheckBox *KeepPlans;
 
45
    QSpinBox *OpenCursors;
 
46
    QLabel *TextLabel1;
 
47
 
 
48
    void setupUi(QWidget *toOracleSettingUI)
 
49
    {
 
50
    if (toOracleSettingUI->objectName().isEmpty())
 
51
        toOracleSettingUI->setObjectName(QString::fromUtf8("toOracleSettingUI"));
 
52
    toOracleSettingUI->resize(361, 287);
 
53
    gridLayout = new QGridLayout(toOracleSettingUI);
 
54
#ifndef Q_OS_MAC
 
55
    gridLayout->setSpacing(6);
 
56
#endif
 
57
    gridLayout->setMargin(11);
 
58
    gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
 
59
    TextLabel6_2_2_2 = new QLabel(toOracleSettingUI);
 
60
    TextLabel6_2_2_2->setObjectName(QString::fromUtf8("TextLabel6_2_2_2"));
 
61
    TextLabel6_2_2_2->setWordWrap(false);
 
62
 
 
63
    gridLayout->addWidget(TextLabel6_2_2_2, 1, 0, 1, 1);
 
64
 
 
65
    TextLabel6_2_3 = new QLabel(toOracleSettingUI);
 
66
    TextLabel6_2_3->setObjectName(QString::fromUtf8("TextLabel6_2_3"));
 
67
    TextLabel6_2_3->setWordWrap(false);
 
68
 
 
69
    gridLayout->addWidget(TextLabel6_2_3, 0, 0, 1, 1);
 
70
 
 
71
    DefaultDate = new QLineEdit(toOracleSettingUI);
 
72
    DefaultDate->setObjectName(QString::fromUtf8("DefaultDate"));
 
73
 
 
74
    gridLayout->addWidget(DefaultDate, 1, 1, 1, 2);
 
75
 
 
76
    CheckPoint = new QLineEdit(toOracleSettingUI);
 
77
    CheckPoint->setObjectName(QString::fromUtf8("CheckPoint"));
 
78
 
 
79
    gridLayout->addWidget(CheckPoint, 0, 1, 1, 2);
 
80
 
 
81
    TextLabel6_3_2 = new QLabel(toOracleSettingUI);
 
82
    TextLabel6_3_2->setObjectName(QString::fromUtf8("TextLabel6_3_2"));
 
83
    TextLabel6_3_2->setWordWrap(false);
 
84
 
 
85
    gridLayout->addWidget(TextLabel6_3_2, 3, 0, 1, 1);
 
86
 
 
87
    Unlimited = new QCheckBox(toOracleSettingUI);
 
88
    Unlimited->setObjectName(QString::fromUtf8("Unlimited"));
 
89
    Unlimited->setChecked(true);
 
90
 
 
91
    gridLayout->addWidget(Unlimited, 3, 2, 1, 1);
 
92
 
 
93
    MaxLong = new QLineEdit(toOracleSettingUI);
 
94
    MaxLong->setObjectName(QString::fromUtf8("MaxLong"));
 
95
    MaxLong->setEnabled(false);
 
96
 
 
97
    gridLayout->addWidget(MaxLong, 3, 1, 1, 1);
 
98
 
 
99
    Spacer6 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);
 
100
 
 
101
    gridLayout->addItem(Spacer6, 6, 2, 1, 1);
 
102
 
 
103
    Spacer2_2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
 
104
 
 
105
    gridLayout->addItem(Spacer2_2, 5, 0, 1, 2);
 
106
 
 
107
    CreatePlanTable = new QPushButton(toOracleSettingUI);
 
108
    CreatePlanTable->setObjectName(QString::fromUtf8("CreatePlanTable"));
 
109
    CreatePlanTable->setEnabled(false);
 
110
    QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
 
111
    sizePolicy.setHorizontalStretch(0);
 
112
    sizePolicy.setVerticalStretch(0);
 
113
    sizePolicy.setHeightForWidth(CreatePlanTable->sizePolicy().hasHeightForWidth());
 
114
    CreatePlanTable->setSizePolicy(sizePolicy);
 
115
 
 
116
    gridLayout->addWidget(CreatePlanTable, 5, 2, 1, 1);
 
117
 
 
118
    TextLabel6_3 = new QLabel(toOracleSettingUI);
 
119
    TextLabel6_3->setObjectName(QString::fromUtf8("TextLabel6_3"));
 
120
    TextLabel6_3->setWordWrap(false);
 
121
 
 
122
    gridLayout->addWidget(TextLabel6_3, 4, 0, 1, 1);
 
123
 
 
124
    ExplainPlan = new QLineEdit(toOracleSettingUI);
 
125
    ExplainPlan->setObjectName(QString::fromUtf8("ExplainPlan"));
 
126
 
 
127
    gridLayout->addWidget(ExplainPlan, 4, 1, 1, 1);
 
128
 
 
129
    KeepPlans = new QCheckBox(toOracleSettingUI);
 
130
    KeepPlans->setObjectName(QString::fromUtf8("KeepPlans"));
 
131
 
 
132
    gridLayout->addWidget(KeepPlans, 4, 2, 1, 1);
 
133
 
 
134
    OpenCursors = new QSpinBox(toOracleSettingUI);
 
135
    OpenCursors->setObjectName(QString::fromUtf8("OpenCursors"));
 
136
    OpenCursors->setMinimum(1);
 
137
 
 
138
    gridLayout->addWidget(OpenCursors, 2, 2, 1, 1);
 
139
 
 
140
    TextLabel1 = new QLabel(toOracleSettingUI);
 
141
    TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
 
142
    TextLabel1->setWordWrap(false);
 
143
 
 
144
    gridLayout->addWidget(TextLabel1, 2, 0, 1, 2);
 
145
 
 
146
    TextLabel6_2_2_2->setBuddy(DefaultDate);
 
147
    TextLabel6_2_3->setBuddy(CheckPoint);
 
148
    TextLabel6_3_2->setBuddy(ExplainPlan);
 
149
    TextLabel6_3->setBuddy(ExplainPlan);
 
150
    TextLabel1->setBuddy(OpenCursors);
 
151
    QWidget::setTabOrder(CheckPoint, DefaultDate);
 
152
    QWidget::setTabOrder(DefaultDate, OpenCursors);
 
153
    QWidget::setTabOrder(OpenCursors, MaxLong);
 
154
    QWidget::setTabOrder(MaxLong, Unlimited);
 
155
    QWidget::setTabOrder(Unlimited, ExplainPlan);
 
156
    QWidget::setTabOrder(ExplainPlan, KeepPlans);
 
157
    QWidget::setTabOrder(KeepPlans, CreatePlanTable);
 
158
 
 
159
    retranslateUi(toOracleSettingUI);
 
160
    QObject::connect(CreatePlanTable, SIGNAL(clicked()), toOracleSettingUI, SLOT(createPlanTable()));
 
161
    QObject::connect(Unlimited, SIGNAL(toggled(bool)), MaxLong, SLOT(setDisabled(bool)));
 
162
 
 
163
    QMetaObject::connectSlotsByName(toOracleSettingUI);
 
164
    } // setupUi
 
165
 
 
166
    void retranslateUi(QWidget *toOracleSettingUI)
 
167
    {
 
168
    toOracleSettingUI->setWindowTitle(QApplication::translate("toOracleSettingUI", "Form1", 0, QApplication::UnicodeUTF8));
 
169
    TextLabel6_2_2_2->setText(QApplication::translate("toOracleSettingUI", "&Default date format", 0, QApplication::UnicodeUTF8));
 
170
 
 
171
#ifndef QT_NO_TOOLTIP
 
172
    TextLabel6_2_2_2->setToolTip(QApplication::translate("toOracleSettingUI", "The default dateformat to use when querying the database.", 0, QApplication::UnicodeUTF8));
 
173
#endif // QT_NO_TOOLTIP
 
174
 
 
175
    TextLabel6_2_3->setText(QApplication::translate("toOracleSettingUI", "&Checkpoint name", 0, QApplication::UnicodeUTF8));
 
176
 
 
177
#ifndef QT_NO_TOOLTIP
 
178
    TextLabel6_2_3->setToolTip(QApplication::translate("toOracleSettingUI", "The name of the checkpoint used when needed to rollback work.", 0, QApplication::UnicodeUTF8));
 
179
#endif // QT_NO_TOOLTIP
 
180
 
 
181
    TextLabel6_3_2->setText(QApplication::translate("toOracleSettingUI", "&Max long and LOB data length", 0, QApplication::UnicodeUTF8));
 
182
 
 
183
#ifndef QT_NO_TOOLTIP
 
184
    TextLabel6_3_2->setToolTip(QApplication::translate("toOracleSettingUI", "Max length to read from LOB or LONG data fields. LONG:s can not be specified unlimited but will be defaulted to 33000 if unlimited.", 0, QApplication::UnicodeUTF8));
 
185
#endif // QT_NO_TOOLTIP
 
186
 
 
187
    Unlimited->setText(QApplication::translate("toOracleSettingUI", "Unlimited", 0, QApplication::UnicodeUTF8));
 
188
    CreatePlanTable->setText(QApplication::translate("toOracleSettingUI", "Create Table", 0, QApplication::UnicodeUTF8));
 
189
    TextLabel6_3->setText(QApplication::translate("toOracleSettingUI", "&Explain plan table", 0, QApplication::UnicodeUTF8));
 
190
 
 
191
#ifndef QT_NO_TOOLTIP
 
192
    TextLabel6_3->setToolTip(QApplication::translate("toOracleSettingUI", "Name of the table to put explain plan output in.", 0, QApplication::UnicodeUTF8));
 
193
#endif // QT_NO_TOOLTIP
 
194
 
 
195
    KeepPlans->setText(QApplication::translate("toOracleSettingUI", "&Keep plans", 0, QApplication::UnicodeUTF8));
 
196
 
 
197
#ifndef QT_NO_TOOLTIP
 
198
    KeepPlans->setToolTip(QApplication::translate("toOracleSettingUI", "Keep records for the plan explanations in the plan table.", 0, QApplication::UnicodeUTF8));
 
199
#endif // QT_NO_TOOLTIP
 
200
 
 
201
    TextLabel1->setText(QApplication::translate("toOracleSettingUI", "Maximum cursors to keep open", 0, QApplication::UnicodeUTF8));
 
202
    Q_UNUSED(toOracleSettingUI);
 
203
    } // retranslateUi
 
204
 
 
205
};
 
206
 
 
207
namespace Ui {
 
208
    class toOracleSettingUI: public Ui_toOracleSettingUI {};
 
209
} // namespace Ui
 
210
 
 
211
QT_END_NAMESPACE
 
212
 
 
213
#endif // UI_TOORACLESETTINGUI_H