00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_CONNECTIONDIALOG_BASE_H
00011 #define UI_CONNECTIONDIALOG_BASE_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QComboBox>
00019 #include <QtGui/QDialog>
00020 #include <QtGui/QGridLayout>
00021 #include <QtGui/QGroupBox>
00022 #include <QtGui/QHBoxLayout>
00023 #include <QtGui/QLabel>
00024 #include <QtGui/QLineEdit>
00025 #include <QtGui/QPushButton>
00026 #include <QtGui/QRadioButton>
00027 #include <QtGui/QSpacerItem>
00028 #include <QtGui/QStackedWidget>
00029 #include <QtGui/QTabWidget>
00030 #include <QtGui/QVBoxLayout>
00031 #include <QtGui/QWidget>
00032
00033 class Ui_ConnectionDialog_BASE
00034 {
00035 public:
00036 QGridLayout *gridLayout;
00037 QTabWidget *tabWidget_ConnectionBuilder;
00038 QWidget *ConnectionBuilder;
00039 QVBoxLayout *vboxLayout;
00040 QLabel *label_11;
00041 QRadioButton *radioButton_PredefinedConnections;
00042 QRadioButton *radioButton_AdhocConnections;
00043 QStackedWidget *stackedWidget_ConnectionBuilder;
00044 QWidget *page_0;
00045 QVBoxLayout *vboxLayout1;
00046 QHBoxLayout *hboxLayout;
00047 QCheckBox *checkBox_UseConnectionAlias;
00048 QComboBox *comboBox_ConnectionAlias;
00049 QGroupBox *groupBox_NotUsingConnectionAlias;
00050 QGridLayout *gridLayout1;
00051 QLabel *label_9;
00052 QComboBox *comboBox_DBType_2;
00053 QLabel *label_wildcard_1;
00054 QComboBox *comboBox_Server_2;
00055 QLabel *label_wildcard_2;
00056 QComboBox *comboBox_Schema_2;
00057 QHBoxLayout *hboxLayout1;
00058 QLabel *label_7;
00059 QComboBox *comboBox_Role;
00060 QHBoxLayout *hboxLayout2;
00061 QLabel *label_10;
00062 QComboBox *comboBox_DBName_2;
00063 QWidget *page_1;
00064 QGridLayout *gridLayout2;
00065 QLabel *label;
00066 QComboBox *comboBox_DBType;
00067 QLabel *label_wildcard_3;
00068 QComboBox *comboBox_Server;
00069 QLabel *label_wildcard_4;
00070 QComboBox *comboBox_Schema;
00071 QLabel *label_5;
00072 QComboBox *comboBox_DBName;
00073 QLabel *label_3;
00074 QComboBox *comboBox_Login;
00075 QLabel *label_4;
00076 QLineEdit *lineEdit_Password;
00077 QSpacerItem *spacerItem;
00078 QWidget *ConnectionHistory;
00079 QGridLayout *gridLayout3;
00080 QComboBox *comboBox_ConnectionHistory;
00081 QSpacerItem *spacerItem1;
00082 QPushButton *pushButton_RemoveAllHistory;
00083 QPushButton *pushButton_RemoveHistoryEntry;
00084 QSpacerItem *spacerItem2;
00085 QSpacerItem *spacerItem3;
00086 QPushButton *pushButton_Cancel;
00087 QPushButton *pushButton_Connect;
00088
00089 void setupUi(QDialog *ConnectionDialog_BASE)
00090 {
00091 if (ConnectionDialog_BASE->objectName().isEmpty())
00092 ConnectionDialog_BASE->setObjectName(QString::fromUtf8("ConnectionDialog_BASE"));
00093 ConnectionDialog_BASE->setWindowModality(Qt::ApplicationModal);
00094 ConnectionDialog_BASE->resize(502, 426);
00095 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
00096 sizePolicy.setHorizontalStretch(0);
00097 sizePolicy.setVerticalStretch(0);
00098 sizePolicy.setHeightForWidth(ConnectionDialog_BASE->sizePolicy().hasHeightForWidth());
00099 ConnectionDialog_BASE->setSizePolicy(sizePolicy);
00100 ConnectionDialog_BASE->setModal(true);
00101 gridLayout = new QGridLayout(ConnectionDialog_BASE);
00102 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00103 tabWidget_ConnectionBuilder = new QTabWidget(ConnectionDialog_BASE);
00104 tabWidget_ConnectionBuilder->setObjectName(QString::fromUtf8("tabWidget_ConnectionBuilder"));
00105 tabWidget_ConnectionBuilder->setFocusPolicy(Qt::NoFocus);
00106 ConnectionBuilder = new QWidget();
00107 ConnectionBuilder->setObjectName(QString::fromUtf8("ConnectionBuilder"));
00108 vboxLayout = new QVBoxLayout(ConnectionBuilder);
00109 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00110 label_11 = new QLabel(ConnectionBuilder);
00111 label_11->setObjectName(QString::fromUtf8("label_11"));
00112
00113 vboxLayout->addWidget(label_11);
00114
00115 radioButton_PredefinedConnections = new QRadioButton(ConnectionBuilder);
00116 radioButton_PredefinedConnections->setObjectName(QString::fromUtf8("radioButton_PredefinedConnections"));
00117 radioButton_PredefinedConnections->setCheckable(false);
00118 radioButton_PredefinedConnections->setChecked(false);
00119
00120 vboxLayout->addWidget(radioButton_PredefinedConnections);
00121
00122 radioButton_AdhocConnections = new QRadioButton(ConnectionBuilder);
00123 radioButton_AdhocConnections->setObjectName(QString::fromUtf8("radioButton_AdhocConnections"));
00124 radioButton_AdhocConnections->setChecked(true);
00125
00126 vboxLayout->addWidget(radioButton_AdhocConnections);
00127
00128 stackedWidget_ConnectionBuilder = new QStackedWidget(ConnectionBuilder);
00129 stackedWidget_ConnectionBuilder->setObjectName(QString::fromUtf8("stackedWidget_ConnectionBuilder"));
00130 stackedWidget_ConnectionBuilder->setMinimumSize(QSize(410, 240));
00131 stackedWidget_ConnectionBuilder->setFrameShape(QFrame::StyledPanel);
00132 stackedWidget_ConnectionBuilder->setFrameShadow(QFrame::Sunken);
00133 page_0 = new QWidget();
00134 page_0->setObjectName(QString::fromUtf8("page_0"));
00135 vboxLayout1 = new QVBoxLayout(page_0);
00136 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00137 hboxLayout = new QHBoxLayout();
00138 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00139 checkBox_UseConnectionAlias = new QCheckBox(page_0);
00140 checkBox_UseConnectionAlias->setObjectName(QString::fromUtf8("checkBox_UseConnectionAlias"));
00141
00142 hboxLayout->addWidget(checkBox_UseConnectionAlias);
00143
00144 comboBox_ConnectionAlias = new QComboBox(page_0);
00145 comboBox_ConnectionAlias->setObjectName(QString::fromUtf8("comboBox_ConnectionAlias"));
00146 comboBox_ConnectionAlias->setEnabled(false);
00147 QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Fixed);
00148 sizePolicy1.setHorizontalStretch(1);
00149 sizePolicy1.setVerticalStretch(0);
00150 sizePolicy1.setHeightForWidth(comboBox_ConnectionAlias->sizePolicy().hasHeightForWidth());
00151 comboBox_ConnectionAlias->setSizePolicy(sizePolicy1);
00152 comboBox_ConnectionAlias->setEditable(true);
00153
00154 hboxLayout->addWidget(comboBox_ConnectionAlias);
00155
00156
00157 vboxLayout1->addLayout(hboxLayout);
00158
00159 groupBox_NotUsingConnectionAlias = new QGroupBox(page_0);
00160 groupBox_NotUsingConnectionAlias->setObjectName(QString::fromUtf8("groupBox_NotUsingConnectionAlias"));
00161 groupBox_NotUsingConnectionAlias->setFlat(true);
00162 groupBox_NotUsingConnectionAlias->setCheckable(false);
00163 gridLayout1 = new QGridLayout(groupBox_NotUsingConnectionAlias);
00164 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00165 gridLayout1->setVerticalSpacing(0);
00166 gridLayout1->setContentsMargins(0, 0, 0, 0);
00167 label_9 = new QLabel(groupBox_NotUsingConnectionAlias);
00168 label_9->setObjectName(QString::fromUtf8("label_9"));
00169
00170 gridLayout1->addWidget(label_9, 0, 0, 1, 1);
00171
00172 comboBox_DBType_2 = new QComboBox(groupBox_NotUsingConnectionAlias);
00173 comboBox_DBType_2->setObjectName(QString::fromUtf8("comboBox_DBType_2"));
00174 sizePolicy1.setHeightForWidth(comboBox_DBType_2->sizePolicy().hasHeightForWidth());
00175 comboBox_DBType_2->setSizePolicy(sizePolicy1);
00176
00177 gridLayout1->addWidget(comboBox_DBType_2, 0, 1, 1, 1);
00178
00179 label_wildcard_1 = new QLabel(groupBox_NotUsingConnectionAlias);
00180 label_wildcard_1->setObjectName(QString::fromUtf8("label_wildcard_1"));
00181
00182 gridLayout1->addWidget(label_wildcard_1, 1, 0, 1, 1);
00183
00184 comboBox_Server_2 = new QComboBox(groupBox_NotUsingConnectionAlias);
00185 comboBox_Server_2->setObjectName(QString::fromUtf8("comboBox_Server_2"));
00186 sizePolicy1.setHeightForWidth(comboBox_Server_2->sizePolicy().hasHeightForWidth());
00187 comboBox_Server_2->setSizePolicy(sizePolicy1);
00188 comboBox_Server_2->setEditable(true);
00189
00190 gridLayout1->addWidget(comboBox_Server_2, 1, 1, 1, 1);
00191
00192 label_wildcard_2 = new QLabel(groupBox_NotUsingConnectionAlias);
00193 label_wildcard_2->setObjectName(QString::fromUtf8("label_wildcard_2"));
00194
00195 gridLayout1->addWidget(label_wildcard_2, 2, 0, 1, 1);
00196
00197 comboBox_Schema_2 = new QComboBox(groupBox_NotUsingConnectionAlias);
00198 comboBox_Schema_2->setObjectName(QString::fromUtf8("comboBox_Schema_2"));
00199 sizePolicy1.setHeightForWidth(comboBox_Schema_2->sizePolicy().hasHeightForWidth());
00200 comboBox_Schema_2->setSizePolicy(sizePolicy1);
00201 comboBox_Schema_2->setEditable(true);
00202
00203 gridLayout1->addWidget(comboBox_Schema_2, 2, 1, 1, 1);
00204
00205
00206 vboxLayout1->addWidget(groupBox_NotUsingConnectionAlias);
00207
00208 hboxLayout1 = new QHBoxLayout();
00209 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00210 label_7 = new QLabel(page_0);
00211 label_7->setObjectName(QString::fromUtf8("label_7"));
00212
00213 hboxLayout1->addWidget(label_7);
00214
00215 comboBox_Role = new QComboBox(page_0);
00216 comboBox_Role->setObjectName(QString::fromUtf8("comboBox_Role"));
00217 sizePolicy1.setHeightForWidth(comboBox_Role->sizePolicy().hasHeightForWidth());
00218 comboBox_Role->setSizePolicy(sizePolicy1);
00219 comboBox_Role->setEditable(true);
00220
00221 hboxLayout1->addWidget(comboBox_Role);
00222
00223
00224 vboxLayout1->addLayout(hboxLayout1);
00225
00226 hboxLayout2 = new QHBoxLayout();
00227 #ifndef Q_OS_MAC
00228 hboxLayout2->setSpacing(-1);
00229 #endif
00230 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00231 label_10 = new QLabel(page_0);
00232 label_10->setObjectName(QString::fromUtf8("label_10"));
00233
00234 hboxLayout2->addWidget(label_10);
00235
00236 comboBox_DBName_2 = new QComboBox(page_0);
00237 comboBox_DBName_2->setObjectName(QString::fromUtf8("comboBox_DBName_2"));
00238 sizePolicy1.setHeightForWidth(comboBox_DBName_2->sizePolicy().hasHeightForWidth());
00239 comboBox_DBName_2->setSizePolicy(sizePolicy1);
00240 comboBox_DBName_2->setAcceptDrops(true);
00241 comboBox_DBName_2->setEditable(true);
00242
00243 hboxLayout2->addWidget(comboBox_DBName_2);
00244
00245
00246 vboxLayout1->addLayout(hboxLayout2);
00247
00248 stackedWidget_ConnectionBuilder->addWidget(page_0);
00249 page_1 = new QWidget();
00250 page_1->setObjectName(QString::fromUtf8("page_1"));
00251 gridLayout2 = new QGridLayout(page_1);
00252 gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
00253 label = new QLabel(page_1);
00254 label->setObjectName(QString::fromUtf8("label"));
00255
00256 gridLayout2->addWidget(label, 0, 0, 1, 1);
00257
00258 comboBox_DBType = new QComboBox(page_1);
00259 comboBox_DBType->setObjectName(QString::fromUtf8("comboBox_DBType"));
00260
00261 gridLayout2->addWidget(comboBox_DBType, 0, 1, 1, 1);
00262
00263 label_wildcard_3 = new QLabel(page_1);
00264 label_wildcard_3->setObjectName(QString::fromUtf8("label_wildcard_3"));
00265
00266 gridLayout2->addWidget(label_wildcard_3, 1, 0, 1, 1);
00267
00268 comboBox_Server = new QComboBox(page_1);
00269 comboBox_Server->setObjectName(QString::fromUtf8("comboBox_Server"));
00270 comboBox_Server->setEditable(true);
00271
00272 gridLayout2->addWidget(comboBox_Server, 1, 1, 1, 1);
00273
00274 label_wildcard_4 = new QLabel(page_1);
00275 label_wildcard_4->setObjectName(QString::fromUtf8("label_wildcard_4"));
00276
00277 gridLayout2->addWidget(label_wildcard_4, 2, 0, 1, 1);
00278
00279 comboBox_Schema = new QComboBox(page_1);
00280 comboBox_Schema->setObjectName(QString::fromUtf8("comboBox_Schema"));
00281 comboBox_Schema->setAcceptDrops(true);
00282 comboBox_Schema->setEditable(true);
00283
00284 gridLayout2->addWidget(comboBox_Schema, 2, 1, 1, 1);
00285
00286 label_5 = new QLabel(page_1);
00287 label_5->setObjectName(QString::fromUtf8("label_5"));
00288
00289 gridLayout2->addWidget(label_5, 3, 0, 1, 1);
00290
00291 comboBox_DBName = new QComboBox(page_1);
00292 comboBox_DBName->setObjectName(QString::fromUtf8("comboBox_DBName"));
00293 comboBox_DBName->setAcceptDrops(true);
00294 comboBox_DBName->setEditable(true);
00295
00296 gridLayout2->addWidget(comboBox_DBName, 3, 1, 1, 1);
00297
00298 label_3 = new QLabel(page_1);
00299 label_3->setObjectName(QString::fromUtf8("label_3"));
00300
00301 gridLayout2->addWidget(label_3, 4, 0, 1, 1);
00302
00303 comboBox_Login = new QComboBox(page_1);
00304 comboBox_Login->setObjectName(QString::fromUtf8("comboBox_Login"));
00305 comboBox_Login->setAcceptDrops(true);
00306 comboBox_Login->setEditable(true);
00307
00308 gridLayout2->addWidget(comboBox_Login, 4, 1, 1, 1);
00309
00310 label_4 = new QLabel(page_1);
00311 label_4->setObjectName(QString::fromUtf8("label_4"));
00312
00313 gridLayout2->addWidget(label_4, 5, 0, 1, 1);
00314
00315 lineEdit_Password = new QLineEdit(page_1);
00316 lineEdit_Password->setObjectName(QString::fromUtf8("lineEdit_Password"));
00317 lineEdit_Password->setEchoMode(QLineEdit::Password);
00318
00319 gridLayout2->addWidget(lineEdit_Password, 5, 1, 1, 1);
00320
00321 spacerItem = new QSpacerItem(20, 91, QSizePolicy::Minimum, QSizePolicy::Expanding);
00322
00323 gridLayout2->addItem(spacerItem, 6, 1, 1, 1);
00324
00325 stackedWidget_ConnectionBuilder->addWidget(page_1);
00326
00327 vboxLayout->addWidget(stackedWidget_ConnectionBuilder);
00328
00329 tabWidget_ConnectionBuilder->addTab(ConnectionBuilder, QString());
00330 ConnectionHistory = new QWidget();
00331 ConnectionHistory->setObjectName(QString::fromUtf8("ConnectionHistory"));
00332 gridLayout3 = new QGridLayout(ConnectionHistory);
00333 gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
00334 comboBox_ConnectionHistory = new QComboBox(ConnectionHistory);
00335 comboBox_ConnectionHistory->setObjectName(QString::fromUtf8("comboBox_ConnectionHistory"));
00336 comboBox_ConnectionHistory->setFocusPolicy(Qt::TabFocus);
00337
00338 gridLayout3->addWidget(comboBox_ConnectionHistory, 0, 0, 1, 3);
00339
00340 spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00341
00342 gridLayout3->addItem(spacerItem1, 1, 0, 1, 1);
00343
00344 pushButton_RemoveAllHistory = new QPushButton(ConnectionHistory);
00345 pushButton_RemoveAllHistory->setObjectName(QString::fromUtf8("pushButton_RemoveAllHistory"));
00346 pushButton_RemoveAllHistory->setFocusPolicy(Qt::NoFocus);
00347
00348 gridLayout3->addWidget(pushButton_RemoveAllHistory, 1, 1, 1, 1);
00349
00350 pushButton_RemoveHistoryEntry = new QPushButton(ConnectionHistory);
00351 pushButton_RemoveHistoryEntry->setObjectName(QString::fromUtf8("pushButton_RemoveHistoryEntry"));
00352 pushButton_RemoveHistoryEntry->setFocusPolicy(Qt::NoFocus);
00353
00354 gridLayout3->addWidget(pushButton_RemoveHistoryEntry, 1, 2, 1, 1);
00355
00356 spacerItem2 = new QSpacerItem(20, 41, QSizePolicy::Minimum, QSizePolicy::Expanding);
00357
00358 gridLayout3->addItem(spacerItem2, 2, 1, 1, 1);
00359
00360 tabWidget_ConnectionBuilder->addTab(ConnectionHistory, QString());
00361
00362 gridLayout->addWidget(tabWidget_ConnectionBuilder, 0, 0, 1, 5);
00363
00364 spacerItem3 = new QSpacerItem(21, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00365
00366 gridLayout->addItem(spacerItem3, 1, 0, 1, 3);
00367
00368 pushButton_Cancel = new QPushButton(ConnectionDialog_BASE);
00369 pushButton_Cancel->setObjectName(QString::fromUtf8("pushButton_Cancel"));
00370
00371 gridLayout->addWidget(pushButton_Cancel, 1, 3, 1, 1);
00372
00373 pushButton_Connect = new QPushButton(ConnectionDialog_BASE);
00374 pushButton_Connect->setObjectName(QString::fromUtf8("pushButton_Connect"));
00375 pushButton_Connect->setDefault(true);
00376
00377 gridLayout->addWidget(pushButton_Connect, 1, 4, 1, 1);
00378
00379 QWidget::setTabOrder(radioButton_PredefinedConnections, radioButton_AdhocConnections);
00380 QWidget::setTabOrder(radioButton_AdhocConnections, checkBox_UseConnectionAlias);
00381 QWidget::setTabOrder(checkBox_UseConnectionAlias, comboBox_ConnectionAlias);
00382 QWidget::setTabOrder(comboBox_ConnectionAlias, comboBox_DBType_2);
00383 QWidget::setTabOrder(comboBox_DBType_2, comboBox_Server_2);
00384 QWidget::setTabOrder(comboBox_Server_2, comboBox_Schema_2);
00385 QWidget::setTabOrder(comboBox_Schema_2, comboBox_Role);
00386 QWidget::setTabOrder(comboBox_Role, comboBox_DBName_2);
00387 QWidget::setTabOrder(comboBox_DBName_2, comboBox_DBType);
00388 QWidget::setTabOrder(comboBox_DBType, comboBox_Server);
00389 QWidget::setTabOrder(comboBox_Server, comboBox_Schema);
00390 QWidget::setTabOrder(comboBox_Schema, comboBox_DBName);
00391 QWidget::setTabOrder(comboBox_DBName, comboBox_Login);
00392 QWidget::setTabOrder(comboBox_Login, lineEdit_Password);
00393 QWidget::setTabOrder(lineEdit_Password, comboBox_ConnectionHistory);
00394 QWidget::setTabOrder(comboBox_ConnectionHistory, pushButton_Connect);
00395 QWidget::setTabOrder(pushButton_Connect, pushButton_Cancel);
00396
00397 retranslateUi(ConnectionDialog_BASE);
00398 QObject::connect(pushButton_Cancel, SIGNAL(clicked()), ConnectionDialog_BASE, SLOT(reject()));
00399 QObject::connect(comboBox_ConnectionHistory, SIGNAL(activated(int)), pushButton_Connect, SLOT(setFocus()));
00400 QObject::connect(comboBox_DBType, SIGNAL(activated(int)), comboBox_Server, SLOT(setFocus()));
00401 QObject::connect(comboBox_Server, SIGNAL(activated(int)), comboBox_Login, SLOT(setFocus()));
00402 QObject::connect(comboBox_Login, SIGNAL(activated(int)), lineEdit_Password, SLOT(setFocus()));
00403 QObject::connect(lineEdit_Password, SIGNAL(returnPressed()), pushButton_Connect, SLOT(setFocus()));
00404 QObject::connect(checkBox_UseConnectionAlias, SIGNAL(toggled(bool)), comboBox_ConnectionAlias, SLOT(setEnabled(bool)));
00405 QObject::connect(checkBox_UseConnectionAlias, SIGNAL(toggled(bool)), groupBox_NotUsingConnectionAlias, SLOT(setDisabled(bool)));
00406 QObject::connect(comboBox_DBName_2, SIGNAL(activated(int)), pushButton_Connect, SLOT(setFocus()));
00407
00408 tabWidget_ConnectionBuilder->setCurrentIndex(0);
00409 stackedWidget_ConnectionBuilder->setCurrentIndex(1);
00410
00411
00412 QMetaObject::connectSlotsByName(ConnectionDialog_BASE);
00413 }
00414
00415 void retranslateUi(QDialog *ConnectionDialog_BASE)
00416 {
00417 ConnectionDialog_BASE->setWindowTitle(QApplication::translate("ConnectionDialog_BASE", "Open COOL connection", 0, QApplication::UnicodeUTF8));
00418 label_11->setText(QApplication::translate("ConnectionDialog_BASE", "Select connection string creation method", 0, QApplication::UnicodeUTF8));
00419 radioButton_PredefinedConnections->setText(QApplication::translate("ConnectionDialog_BASE", "Predefined connections", 0, QApplication::UnicodeUTF8));
00420 radioButton_AdhocConnections->setText(QApplication::translate("ConnectionDialog_BASE", "Adhoc connections", 0, QApplication::UnicodeUTF8));
00421 checkBox_UseConnectionAlias->setText(QApplication::translate("ConnectionDialog_BASE", "Use connection alias:", 0, QApplication::UnicodeUTF8));
00422 groupBox_NotUsingConnectionAlias->setTitle(QString());
00423 label_9->setText(QApplication::translate("ConnectionDialog_BASE", "Database type:", 0, QApplication::UnicodeUTF8));
00424 comboBox_DBType_2->clear();
00425 comboBox_DBType_2->insertItems(0, QStringList()
00426 << QApplication::translate("ConnectionDialog_BASE", "oracle://", 0, QApplication::UnicodeUTF8)
00427 << QApplication::translate("ConnectionDialog_BASE", "mysql://", 0, QApplication::UnicodeUTF8)
00428 << QApplication::translate("ConnectionDialog_BASE", "sqlite_file:", 0, QApplication::UnicodeUTF8)
00429 );
00430 label_wildcard_1->setText(QApplication::translate("ConnectionDialog_BASE", "Server:", 0, QApplication::UnicodeUTF8));
00431 label_wildcard_2->setText(QApplication::translate("ConnectionDialog_BASE", "Schema:", 0, QApplication::UnicodeUTF8));
00432 label_7->setText(QApplication::translate("ConnectionDialog_BASE", "Role:", 0, QApplication::UnicodeUTF8));
00433 label_10->setText(QApplication::translate("ConnectionDialog_BASE", "DB Instance:", 0, QApplication::UnicodeUTF8));
00434 label->setText(QApplication::translate("ConnectionDialog_BASE", "Database type:", 0, QApplication::UnicodeUTF8));
00435 comboBox_DBType->clear();
00436 comboBox_DBType->insertItems(0, QStringList()
00437 << QApplication::translate("ConnectionDialog_BASE", "oracle", 0, QApplication::UnicodeUTF8)
00438 << QApplication::translate("ConnectionDialog_BASE", "mysql", 0, QApplication::UnicodeUTF8)
00439 << QApplication::translate("ConnectionDialog_BASE", "sqlite", 0, QApplication::UnicodeUTF8)
00440 );
00441 label_wildcard_3->setText(QApplication::translate("ConnectionDialog_BASE", "Server:", 0, QApplication::UnicodeUTF8));
00442 label_wildcard_4->setText(QApplication::translate("ConnectionDialog_BASE", "Schema:", 0, QApplication::UnicodeUTF8));
00443 label_5->setText(QApplication::translate("ConnectionDialog_BASE", "DB Instance:", 0, QApplication::UnicodeUTF8));
00444 label_3->setText(QApplication::translate("ConnectionDialog_BASE", "Login:", 0, QApplication::UnicodeUTF8));
00445 label_4->setText(QApplication::translate("ConnectionDialog_BASE", "Password:", 0, QApplication::UnicodeUTF8));
00446 tabWidget_ConnectionBuilder->setTabText(tabWidget_ConnectionBuilder->indexOf(ConnectionBuilder), QApplication::translate("ConnectionDialog_BASE", "Connection Builder", 0, QApplication::UnicodeUTF8));
00447 pushButton_RemoveAllHistory->setText(QApplication::translate("ConnectionDialog_BASE", "Clear All", 0, QApplication::UnicodeUTF8));
00448 pushButton_RemoveHistoryEntry->setText(QApplication::translate("ConnectionDialog_BASE", "Remove Entry", 0, QApplication::UnicodeUTF8));
00449 tabWidget_ConnectionBuilder->setTabText(tabWidget_ConnectionBuilder->indexOf(ConnectionHistory), QApplication::translate("ConnectionDialog_BASE", "Connection History", 0, QApplication::UnicodeUTF8));
00450 pushButton_Cancel->setText(QApplication::translate("ConnectionDialog_BASE", "Cancel", 0, QApplication::UnicodeUTF8));
00451 pushButton_Connect->setText(QApplication::translate("ConnectionDialog_BASE", "Connect", 0, QApplication::UnicodeUTF8));
00452 Q_UNUSED(ConnectionDialog_BASE);
00453 }
00454
00455 };
00456
00457 namespace Ui {
00458 class ConnectionDialog_BASE: public Ui_ConnectionDialog_BASE {};
00459 }
00460
00461 #endif // UI_CONNECTIONDIALOG_BASE_H