2017-01-14 20:07:12 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>ConnectionManagerWindow</class>
|
|
|
|
|
<widget class="QMainWindow" name="ConnectionManagerWindow">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>800</width>
|
|
|
|
|
<height>600</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>MainWindow</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QListView" name="listView">
|
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="uniformItemSizes">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Name</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
2017-01-14 22:03:58 +01:00
|
|
|
<widget class="QLineEdit" name="edtName"/>
|
2017-01-14 20:07:12 +01:00
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Host</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
2017-01-14 22:03:58 +01:00
|
|
|
<widget class="QLineEdit" name="edtHost"/>
|
2017-01-14 20:07:12 +01:00
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Port</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
2017-01-14 22:03:58 +01:00
|
|
|
<widget class="QSpinBox" name="spinPort">
|
2017-01-14 20:07:12 +01:00
|
|
|
<property name="maximum">
|
|
|
|
|
<number>65535</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
2017-01-14 22:03:58 +01:00
|
|
|
<widget class="QLabel" name="label_5">
|
2017-01-14 20:07:12 +01:00
|
|
|
<property name="text">
|
2017-01-14 22:03:58 +01:00
|
|
|
<string>Username</string>
|
2017-01-14 20:07:12 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1">
|
2017-01-14 22:03:58 +01:00
|
|
|
<widget class="QLineEdit" name="edtUser"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Password</string>
|
2017-01-14 20:07:12 +01:00
|
|
|
</property>
|
2017-01-14 22:03:58 +01:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="edtPassword">
|
|
|
|
|
<property name="echoMode">
|
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Database</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="edtDbname"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="6" column="1">
|
|
|
|
|
<widget class="QComboBox" name="cmbbxSsl">
|
2017-01-14 20:07:12 +01:00
|
|
|
<property name="currentIndex">
|
2017-01-14 22:03:58 +01:00
|
|
|
<number>2</number>
|
2017-01-14 20:07:12 +01:00
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
2017-01-14 22:03:58 +01:00
|
|
|
<string>reject</string>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>allow</string>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>prefer</string>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>require</string>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>verify-ca</string>
|
2017-01-14 20:07:12 +01:00
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
2017-01-14 22:03:58 +01:00
|
|
|
<string>verify-full</string>
|
2017-01-14 20:07:12 +01:00
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2017-01-14 22:03:58 +01:00
|
|
|
<item row="6" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_7">
|
2017-01-14 20:07:12 +01:00
|
|
|
<property name="text">
|
2017-01-14 22:03:58 +01:00
|
|
|
<string>SSL</string>
|
2017-01-14 20:07:12 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2017-01-14 22:03:58 +01:00
|
|
|
<item row="7" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Certificate</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2017-01-14 20:07:12 +01:00
|
|
|
</item>
|
2017-01-14 22:03:58 +01:00
|
|
|
<item row="7" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="edtCert"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="8" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_9">
|
2017-01-14 20:07:12 +01:00
|
|
|
<property name="text">
|
2017-01-14 22:03:58 +01:00
|
|
|
<string>Key</string>
|
2017-01-14 20:07:12 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2017-01-14 22:03:58 +01:00
|
|
|
<item row="8" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="edtKey"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="9" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Root cert.</string>
|
2017-01-14 20:07:12 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2017-01-14 22:03:58 +01:00
|
|
|
<item row="9" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="edtRootCert"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="10" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Revocation list</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="10" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="edtCrl"/>
|
|
|
|
|
</item>
|
2017-01-14 20:07:12 +01:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>800</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>toolBar</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="movable">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="floatable">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
|
</attribute>
|
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
<addaction name="actionConnect"/>
|
|
|
|
|
<addaction name="actionAdd_Connection"/>
|
|
|
|
|
<addaction name="actionDelete_connection"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<action name="actionAdd_Connection">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normaloff>../../../Users/eelke/fatcow-hosting-icons-900/server_add.png</normaloff>
|
|
|
|
|
<normalon>../../../Users/eelke/icons/server_add.png</normalon>../../../Users/eelke/fatcow-hosting-icons-900/server_add.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Add Connection</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionDelete_connection">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normaloff>../../../Users/eelke/fatcow-hosting-icons-900/server_delete.png</normaloff>
|
|
|
|
|
<normalon>../../../Users/eelke/icons/server_delete.png</normalon>../../../Users/eelke/fatcow-hosting-icons-900/server_delete.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Delete connection</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="iconText">
|
|
|
|
|
<string>Delete</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionConnect">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normaloff>../../../Users/eelke/fatcow-hosting-icons-900/server_go.png</normaloff>../../../Users/eelke/fatcow-hosting-icons-900/server_go.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Connect</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|