pgLab/ui_connectionmanagerwindow.h

291 lines
12 KiB
C
Raw Normal View History

/********************************************************************************
** Form generated from reading UI file 'connectionmanagerwindow.ui'
**
** Created by: Qt User Interface Compiler version 5.7.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_CONNECTIONMANAGERWINDOW_H
#define UI_CONNECTIONMANAGERWINDOW_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QFormLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QListView>
#include <QtWidgets/QMainWindow>
#include <QtWidgets/QMenuBar>
#include <QtWidgets/QSpinBox>
#include <QtWidgets/QSplitter>
#include <QtWidgets/QStatusBar>
#include <QtWidgets/QToolBar>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_ConnectionManagerWindow
{
public:
QAction *actionAdd_Connection;
QAction *actionDelete_connection;
QAction *actionConnect;
QWidget *centralwidget;
QVBoxLayout *verticalLayout;
QSplitter *splitter;
QListView *listView;
QWidget *layoutWidget;
QFormLayout *formLayout_2;
QLabel *label;
QLineEdit *edtName;
QLabel *label_2;
QLineEdit *edtHost;
QLabel *label_3;
QSpinBox *spinPort;
QLabel *label_5;
QLineEdit *edtUser;
QLabel *label_6;
QLineEdit *edtPassword;
QLabel *label_4;
QLineEdit *edtDbname;
QComboBox *cmbbxSsl;
QLabel *label_7;
QLabel *label_8;
QLineEdit *edtCert;
QLabel *label_9;
QLineEdit *edtKey;
QLabel *label_10;
QLineEdit *edtRootCert;
QLabel *label_11;
QLineEdit *edtCrl;
QMenuBar *menubar;
QStatusBar *statusbar;
QToolBar *toolBar;
void setupUi(QMainWindow *ConnectionManagerWindow)
{
if (ConnectionManagerWindow->objectName().isEmpty())
ConnectionManagerWindow->setObjectName(QStringLiteral("ConnectionManagerWindow"));
ConnectionManagerWindow->resize(800, 600);
actionAdd_Connection = new QAction(ConnectionManagerWindow);
actionAdd_Connection->setObjectName(QStringLiteral("actionAdd_Connection"));
QIcon icon;
icon.addFile(QStringLiteral("../../../Users/eelke/fatcow-hosting-icons-900/server_add.png"), QSize(), QIcon::Normal, QIcon::Off);
icon.addFile(QStringLiteral("../../../Users/eelke/icons/server_add.png"), QSize(), QIcon::Normal, QIcon::On);
actionAdd_Connection->setIcon(icon);
actionDelete_connection = new QAction(ConnectionManagerWindow);
actionDelete_connection->setObjectName(QStringLiteral("actionDelete_connection"));
QIcon icon1;
icon1.addFile(QStringLiteral("../../../Users/eelke/fatcow-hosting-icons-900/server_delete.png"), QSize(), QIcon::Normal, QIcon::Off);
icon1.addFile(QStringLiteral("../../../Users/eelke/icons/server_delete.png"), QSize(), QIcon::Normal, QIcon::On);
actionDelete_connection->setIcon(icon1);
actionConnect = new QAction(ConnectionManagerWindow);
actionConnect->setObjectName(QStringLiteral("actionConnect"));
QIcon icon2;
icon2.addFile(QStringLiteral("../../../Users/eelke/fatcow-hosting-icons-900/server_go.png"), QSize(), QIcon::Normal, QIcon::Off);
actionConnect->setIcon(icon2);
centralwidget = new QWidget(ConnectionManagerWindow);
centralwidget->setObjectName(QStringLiteral("centralwidget"));
verticalLayout = new QVBoxLayout(centralwidget);
verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
splitter = new QSplitter(centralwidget);
splitter->setObjectName(QStringLiteral("splitter"));
splitter->setOrientation(Qt::Horizontal);
listView = new QListView(splitter);
listView->setObjectName(QStringLiteral("listView"));
listView->setAlternatingRowColors(true);
listView->setUniformItemSizes(true);
splitter->addWidget(listView);
layoutWidget = new QWidget(splitter);
layoutWidget->setObjectName(QStringLiteral("layoutWidget"));
formLayout_2 = new QFormLayout(layoutWidget);
formLayout_2->setObjectName(QStringLiteral("formLayout_2"));
formLayout_2->setContentsMargins(0, 0, 0, 0);
label = new QLabel(layoutWidget);
label->setObjectName(QStringLiteral("label"));
formLayout_2->setWidget(0, QFormLayout::LabelRole, label);
edtName = new QLineEdit(layoutWidget);
edtName->setObjectName(QStringLiteral("edtName"));
formLayout_2->setWidget(0, QFormLayout::FieldRole, edtName);
label_2 = new QLabel(layoutWidget);
label_2->setObjectName(QStringLiteral("label_2"));
formLayout_2->setWidget(1, QFormLayout::LabelRole, label_2);
edtHost = new QLineEdit(layoutWidget);
edtHost->setObjectName(QStringLiteral("edtHost"));
formLayout_2->setWidget(1, QFormLayout::FieldRole, edtHost);
label_3 = new QLabel(layoutWidget);
label_3->setObjectName(QStringLiteral("label_3"));
formLayout_2->setWidget(2, QFormLayout::LabelRole, label_3);
spinPort = new QSpinBox(layoutWidget);
spinPort->setObjectName(QStringLiteral("spinPort"));
spinPort->setMaximum(65535);
formLayout_2->setWidget(2, QFormLayout::FieldRole, spinPort);
label_5 = new QLabel(layoutWidget);
label_5->setObjectName(QStringLiteral("label_5"));
formLayout_2->setWidget(3, QFormLayout::LabelRole, label_5);
edtUser = new QLineEdit(layoutWidget);
edtUser->setObjectName(QStringLiteral("edtUser"));
formLayout_2->setWidget(3, QFormLayout::FieldRole, edtUser);
label_6 = new QLabel(layoutWidget);
label_6->setObjectName(QStringLiteral("label_6"));
formLayout_2->setWidget(4, QFormLayout::LabelRole, label_6);
edtPassword = new QLineEdit(layoutWidget);
edtPassword->setObjectName(QStringLiteral("edtPassword"));
edtPassword->setEchoMode(QLineEdit::Password);
formLayout_2->setWidget(4, QFormLayout::FieldRole, edtPassword);
label_4 = new QLabel(layoutWidget);
label_4->setObjectName(QStringLiteral("label_4"));
formLayout_2->setWidget(5, QFormLayout::LabelRole, label_4);
edtDbname = new QLineEdit(layoutWidget);
edtDbname->setObjectName(QStringLiteral("edtDbname"));
formLayout_2->setWidget(5, QFormLayout::FieldRole, edtDbname);
cmbbxSsl = new QComboBox(layoutWidget);
cmbbxSsl->setObjectName(QStringLiteral("cmbbxSsl"));
formLayout_2->setWidget(6, QFormLayout::FieldRole, cmbbxSsl);
label_7 = new QLabel(layoutWidget);
label_7->setObjectName(QStringLiteral("label_7"));
formLayout_2->setWidget(6, QFormLayout::LabelRole, label_7);
label_8 = new QLabel(layoutWidget);
label_8->setObjectName(QStringLiteral("label_8"));
formLayout_2->setWidget(7, QFormLayout::LabelRole, label_8);
edtCert = new QLineEdit(layoutWidget);
edtCert->setObjectName(QStringLiteral("edtCert"));
formLayout_2->setWidget(7, QFormLayout::FieldRole, edtCert);
label_9 = new QLabel(layoutWidget);
label_9->setObjectName(QStringLiteral("label_9"));
formLayout_2->setWidget(8, QFormLayout::LabelRole, label_9);
edtKey = new QLineEdit(layoutWidget);
edtKey->setObjectName(QStringLiteral("edtKey"));
formLayout_2->setWidget(8, QFormLayout::FieldRole, edtKey);
label_10 = new QLabel(layoutWidget);
label_10->setObjectName(QStringLiteral("label_10"));
formLayout_2->setWidget(9, QFormLayout::LabelRole, label_10);
edtRootCert = new QLineEdit(layoutWidget);
edtRootCert->setObjectName(QStringLiteral("edtRootCert"));
formLayout_2->setWidget(9, QFormLayout::FieldRole, edtRootCert);
label_11 = new QLabel(layoutWidget);
label_11->setObjectName(QStringLiteral("label_11"));
formLayout_2->setWidget(10, QFormLayout::LabelRole, label_11);
edtCrl = new QLineEdit(layoutWidget);
edtCrl->setObjectName(QStringLiteral("edtCrl"));
formLayout_2->setWidget(10, QFormLayout::FieldRole, edtCrl);
splitter->addWidget(layoutWidget);
verticalLayout->addWidget(splitter);
ConnectionManagerWindow->setCentralWidget(centralwidget);
menubar = new QMenuBar(ConnectionManagerWindow);
menubar->setObjectName(QStringLiteral("menubar"));
menubar->setGeometry(QRect(0, 0, 800, 25));
ConnectionManagerWindow->setMenuBar(menubar);
statusbar = new QStatusBar(ConnectionManagerWindow);
statusbar->setObjectName(QStringLiteral("statusbar"));
ConnectionManagerWindow->setStatusBar(statusbar);
toolBar = new QToolBar(ConnectionManagerWindow);
toolBar->setObjectName(QStringLiteral("toolBar"));
toolBar->setMovable(false);
toolBar->setFloatable(false);
ConnectionManagerWindow->addToolBar(Qt::TopToolBarArea, toolBar);
toolBar->addAction(actionConnect);
toolBar->addAction(actionAdd_Connection);
toolBar->addAction(actionDelete_connection);
retranslateUi(ConnectionManagerWindow);
cmbbxSsl->setCurrentIndex(2);
QMetaObject::connectSlotsByName(ConnectionManagerWindow);
} // setupUi
void retranslateUi(QMainWindow *ConnectionManagerWindow)
{
ConnectionManagerWindow->setWindowTitle(QApplication::translate("ConnectionManagerWindow", "MainWindow", Q_NULLPTR));
actionAdd_Connection->setText(QApplication::translate("ConnectionManagerWindow", "Add Connection", Q_NULLPTR));
actionDelete_connection->setText(QApplication::translate("ConnectionManagerWindow", "Delete connection", Q_NULLPTR));
actionDelete_connection->setIconText(QApplication::translate("ConnectionManagerWindow", "Delete", Q_NULLPTR));
actionConnect->setText(QApplication::translate("ConnectionManagerWindow", "Connect", Q_NULLPTR));
label->setText(QApplication::translate("ConnectionManagerWindow", "Name", Q_NULLPTR));
label_2->setText(QApplication::translate("ConnectionManagerWindow", "Host", Q_NULLPTR));
label_3->setText(QApplication::translate("ConnectionManagerWindow", "Port", Q_NULLPTR));
label_5->setText(QApplication::translate("ConnectionManagerWindow", "Username", Q_NULLPTR));
label_6->setText(QApplication::translate("ConnectionManagerWindow", "Password", Q_NULLPTR));
label_4->setText(QApplication::translate("ConnectionManagerWindow", "Database", Q_NULLPTR));
cmbbxSsl->clear();
cmbbxSsl->insertItems(0, QStringList()
<< QApplication::translate("ConnectionManagerWindow", "reject", Q_NULLPTR)
<< QApplication::translate("ConnectionManagerWindow", "allow", Q_NULLPTR)
<< QApplication::translate("ConnectionManagerWindow", "prefer", Q_NULLPTR)
<< QApplication::translate("ConnectionManagerWindow", "require", Q_NULLPTR)
<< QApplication::translate("ConnectionManagerWindow", "verify-ca", Q_NULLPTR)
<< QApplication::translate("ConnectionManagerWindow", "verify-full", Q_NULLPTR)
);
label_7->setText(QApplication::translate("ConnectionManagerWindow", "SSL", Q_NULLPTR));
label_8->setText(QApplication::translate("ConnectionManagerWindow", "Certificate", Q_NULLPTR));
label_9->setText(QApplication::translate("ConnectionManagerWindow", "Key", Q_NULLPTR));
label_10->setText(QApplication::translate("ConnectionManagerWindow", "Root cert.", Q_NULLPTR));
label_11->setText(QApplication::translate("ConnectionManagerWindow", "Revocation list", Q_NULLPTR));
toolBar->setWindowTitle(QApplication::translate("ConnectionManagerWindow", "toolBar", Q_NULLPTR));
} // retranslateUi
};
namespace Ui {
class ConnectionManagerWindow: public Ui_ConnectionManagerWindow {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_CONNECTIONMANAGERWINDOW_H