mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
232 lines
8.0 KiB
C
232 lines
8.0 KiB
C
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'qsqlconnectiondialog.ui'
|
||
|
**
|
||
|
** Created by: Qt User Interface Compiler version 6.0.0
|
||
|
**
|
||
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||
|
********************************************************************************/
|
||
|
|
||
|
#ifndef QSQLCONNECTIONDIALOG_H
|
||
|
#define QSQLCONNECTIONDIALOG_H
|
||
|
|
||
|
#include <QtCore/QVariant>
|
||
|
#include <QtWidgets/QApplication>
|
||
|
#include <QtWidgets/QCheckBox>
|
||
|
#include <QtWidgets/QComboBox>
|
||
|
#include <QtWidgets/QDialog>
|
||
|
#include <QtWidgets/QGridLayout>
|
||
|
#include <QtWidgets/QGroupBox>
|
||
|
#include <QtWidgets/QHBoxLayout>
|
||
|
#include <QtWidgets/QLabel>
|
||
|
#include <QtWidgets/QLineEdit>
|
||
|
#include <QtWidgets/QPushButton>
|
||
|
#include <QtWidgets/QSpacerItem>
|
||
|
#include <QtWidgets/QSpinBox>
|
||
|
#include <QtWidgets/QVBoxLayout>
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
class Ui_QSqlConnectionDialogUi
|
||
|
{
|
||
|
public:
|
||
|
QVBoxLayout *vboxLayout;
|
||
|
QGroupBox *connGroupBox;
|
||
|
QGridLayout *gridLayout;
|
||
|
QComboBox *comboDriver;
|
||
|
QLabel *textLabel4;
|
||
|
QLabel *textLabel2;
|
||
|
QLineEdit *editDatabase;
|
||
|
QSpinBox *portSpinBox;
|
||
|
QLabel *textLabel3;
|
||
|
QLineEdit *editPassword;
|
||
|
QLineEdit *editUsername;
|
||
|
QLineEdit *editHostname;
|
||
|
QLabel *textLabel5;
|
||
|
QLabel *textLabel5_2;
|
||
|
QLabel *textLabel4_2;
|
||
|
QHBoxLayout *hboxLayout;
|
||
|
QSpacerItem *spacerItem;
|
||
|
QCheckBox *dbCheckBox;
|
||
|
QHBoxLayout *hboxLayout1;
|
||
|
QSpacerItem *spacerItem1;
|
||
|
QPushButton *okButton;
|
||
|
QPushButton *cancelButton;
|
||
|
|
||
|
void setupUi(QDialog *QSqlConnectionDialogUi)
|
||
|
{
|
||
|
if (QSqlConnectionDialogUi->objectName().isEmpty())
|
||
|
QSqlConnectionDialogUi->setObjectName("QSqlConnectionDialogUi");
|
||
|
QSqlConnectionDialogUi->resize(315, 302);
|
||
|
vboxLayout = new QVBoxLayout(QSqlConnectionDialogUi);
|
||
|
#ifndef Q_OS_MAC
|
||
|
vboxLayout->setSpacing(6);
|
||
|
#endif
|
||
|
vboxLayout->setContentsMargins(8, 8, 8, 8);
|
||
|
vboxLayout->setObjectName("vboxLayout");
|
||
|
connGroupBox = new QGroupBox(QSqlConnectionDialogUi);
|
||
|
connGroupBox->setObjectName("connGroupBox");
|
||
|
gridLayout = new QGridLayout(connGroupBox);
|
||
|
#ifndef Q_OS_MAC
|
||
|
gridLayout->setSpacing(6);
|
||
|
#endif
|
||
|
gridLayout->setContentsMargins(8, 8, 8, 8);
|
||
|
gridLayout->setObjectName("gridLayout");
|
||
|
comboDriver = new QComboBox(connGroupBox);
|
||
|
comboDriver->setObjectName("comboDriver");
|
||
|
|
||
|
gridLayout->addWidget(comboDriver, 0, 1, 1, 1);
|
||
|
|
||
|
textLabel4 = new QLabel(connGroupBox);
|
||
|
textLabel4->setObjectName("textLabel4");
|
||
|
|
||
|
gridLayout->addWidget(textLabel4, 2, 0, 1, 1);
|
||
|
|
||
|
textLabel2 = new QLabel(connGroupBox);
|
||
|
textLabel2->setObjectName("textLabel2");
|
||
|
|
||
|
gridLayout->addWidget(textLabel2, 0, 0, 1, 1);
|
||
|
|
||
|
editDatabase = new QLineEdit(connGroupBox);
|
||
|
editDatabase->setObjectName("editDatabase");
|
||
|
|
||
|
gridLayout->addWidget(editDatabase, 1, 1, 1, 1);
|
||
|
|
||
|
portSpinBox = new QSpinBox(connGroupBox);
|
||
|
portSpinBox->setObjectName("portSpinBox");
|
||
|
portSpinBox->setMaximum(65535);
|
||
|
portSpinBox->setMinimum(-1);
|
||
|
portSpinBox->setValue(-1);
|
||
|
|
||
|
gridLayout->addWidget(portSpinBox, 5, 1, 1, 1);
|
||
|
|
||
|
textLabel3 = new QLabel(connGroupBox);
|
||
|
textLabel3->setObjectName("textLabel3");
|
||
|
|
||
|
gridLayout->addWidget(textLabel3, 1, 0, 1, 1);
|
||
|
|
||
|
editPassword = new QLineEdit(connGroupBox);
|
||
|
editPassword->setObjectName("editPassword");
|
||
|
editPassword->setEchoMode(QLineEdit::Password);
|
||
|
|
||
|
gridLayout->addWidget(editPassword, 3, 1, 1, 1);
|
||
|
|
||
|
editUsername = new QLineEdit(connGroupBox);
|
||
|
editUsername->setObjectName("editUsername");
|
||
|
|
||
|
gridLayout->addWidget(editUsername, 2, 1, 1, 1);
|
||
|
|
||
|
editHostname = new QLineEdit(connGroupBox);
|
||
|
editHostname->setObjectName("editHostname");
|
||
|
|
||
|
gridLayout->addWidget(editHostname, 4, 1, 1, 1);
|
||
|
|
||
|
textLabel5 = new QLabel(connGroupBox);
|
||
|
textLabel5->setObjectName("textLabel5");
|
||
|
|
||
|
gridLayout->addWidget(textLabel5, 4, 0, 1, 1);
|
||
|
|
||
|
textLabel5_2 = new QLabel(connGroupBox);
|
||
|
textLabel5_2->setObjectName("textLabel5_2");
|
||
|
|
||
|
gridLayout->addWidget(textLabel5_2, 5, 0, 1, 1);
|
||
|
|
||
|
textLabel4_2 = new QLabel(connGroupBox);
|
||
|
textLabel4_2->setObjectName("textLabel4_2");
|
||
|
|
||
|
gridLayout->addWidget(textLabel4_2, 3, 0, 1, 1);
|
||
|
|
||
|
|
||
|
vboxLayout->addWidget(connGroupBox);
|
||
|
|
||
|
hboxLayout = new QHBoxLayout();
|
||
|
#ifndef Q_OS_MAC
|
||
|
hboxLayout->setSpacing(6);
|
||
|
#endif
|
||
|
hboxLayout->setContentsMargins(0, 0, 0, 0);
|
||
|
hboxLayout->setObjectName("hboxLayout");
|
||
|
spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||
|
|
||
|
hboxLayout->addItem(spacerItem);
|
||
|
|
||
|
dbCheckBox = new QCheckBox(QSqlConnectionDialogUi);
|
||
|
dbCheckBox->setObjectName("dbCheckBox");
|
||
|
|
||
|
hboxLayout->addWidget(dbCheckBox);
|
||
|
|
||
|
|
||
|
vboxLayout->addLayout(hboxLayout);
|
||
|
|
||
|
hboxLayout1 = new QHBoxLayout();
|
||
|
#ifndef Q_OS_MAC
|
||
|
hboxLayout1->setSpacing(6);
|
||
|
#endif
|
||
|
hboxLayout1->setContentsMargins(0, 0, 0, 0);
|
||
|
hboxLayout1->setObjectName("hboxLayout1");
|
||
|
spacerItem1 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||
|
|
||
|
hboxLayout1->addItem(spacerItem1);
|
||
|
|
||
|
okButton = new QPushButton(QSqlConnectionDialogUi);
|
||
|
okButton->setObjectName("okButton");
|
||
|
|
||
|
hboxLayout1->addWidget(okButton);
|
||
|
|
||
|
cancelButton = new QPushButton(QSqlConnectionDialogUi);
|
||
|
cancelButton->setObjectName("cancelButton");
|
||
|
|
||
|
hboxLayout1->addWidget(cancelButton);
|
||
|
|
||
|
|
||
|
vboxLayout->addLayout(hboxLayout1);
|
||
|
|
||
|
#if QT_CONFIG(shortcut)
|
||
|
textLabel4->setBuddy(editUsername);
|
||
|
textLabel2->setBuddy(comboDriver);
|
||
|
textLabel3->setBuddy(editDatabase);
|
||
|
textLabel5->setBuddy(editHostname);
|
||
|
textLabel5_2->setBuddy(portSpinBox);
|
||
|
textLabel4_2->setBuddy(editPassword);
|
||
|
#endif // QT_CONFIG(shortcut)
|
||
|
QWidget::setTabOrder(comboDriver, editDatabase);
|
||
|
QWidget::setTabOrder(editDatabase, editUsername);
|
||
|
QWidget::setTabOrder(editUsername, editPassword);
|
||
|
QWidget::setTabOrder(editPassword, editHostname);
|
||
|
QWidget::setTabOrder(editHostname, portSpinBox);
|
||
|
QWidget::setTabOrder(portSpinBox, dbCheckBox);
|
||
|
QWidget::setTabOrder(dbCheckBox, okButton);
|
||
|
QWidget::setTabOrder(okButton, cancelButton);
|
||
|
|
||
|
retranslateUi(QSqlConnectionDialogUi);
|
||
|
|
||
|
okButton->setDefault(true);
|
||
|
|
||
|
|
||
|
QMetaObject::connectSlotsByName(QSqlConnectionDialogUi);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QDialog *QSqlConnectionDialogUi)
|
||
|
{
|
||
|
QSqlConnectionDialogUi->setWindowTitle(QCoreApplication::translate("QSqlConnectionDialogUi", "Connect...", nullptr));
|
||
|
connGroupBox->setTitle(QCoreApplication::translate("QSqlConnectionDialogUi", "Connection settings", nullptr));
|
||
|
textLabel4->setText(QCoreApplication::translate("QSqlConnectionDialogUi", "&Username:", nullptr));
|
||
|
textLabel2->setText(QCoreApplication::translate("QSqlConnectionDialogUi", "D&river", nullptr));
|
||
|
portSpinBox->setSpecialValueText(QCoreApplication::translate("QSqlConnectionDialogUi", "Default", nullptr));
|
||
|
textLabel3->setText(QCoreApplication::translate("QSqlConnectionDialogUi", "Database Name:", nullptr));
|
||
|
textLabel5->setText(QCoreApplication::translate("QSqlConnectionDialogUi", "&Hostname:", nullptr));
|
||
|
textLabel5_2->setText(QCoreApplication::translate("QSqlConnectionDialogUi", "P&ort:", nullptr));
|
||
|
textLabel4_2->setText(QCoreApplication::translate("QSqlConnectionDialogUi", "&Password:", nullptr));
|
||
|
dbCheckBox->setText(QCoreApplication::translate("QSqlConnectionDialogUi", "Us&e predefined in-memory database", nullptr));
|
||
|
okButton->setText(QCoreApplication::translate("QSqlConnectionDialogUi", "&OK", nullptr));
|
||
|
cancelButton->setText(QCoreApplication::translate("QSqlConnectionDialogUi", "&Cancel", nullptr));
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
namespace Ui {
|
||
|
class QSqlConnectionDialogUi: public Ui_QSqlConnectionDialogUi {};
|
||
|
} // namespace Ui
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // QSQLCONNECTIONDIALOG_H
|