diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /src/pmchart/hostdialog.ui | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/pmchart/hostdialog.ui')
-rw-r--r-- | src/pmchart/hostdialog.ui | 320 |
1 files changed, 320 insertions, 0 deletions
diff --git a/src/pmchart/hostdialog.ui b/src/pmchart/hostdialog.ui new file mode 100644 index 0000000..59b88cd --- /dev/null +++ b/src/pmchart/hostdialog.ui @@ -0,0 +1,320 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>HostDialog</class> + <widget class="QDialog" name="HostDialog"> + <property name="windowModality"> + <enum>Qt::WindowModal</enum> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>383</width> + <height>302</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>300</width> + <height>100</height> + </size> + </property> + <property name="windowTitle"> + <string>Add Host</string> + </property> + <property name="windowIcon"> + <iconset resource="pmchart.qrc"> + <normaloff>:/images/computer.png</normaloff>:/images/computer.png</iconset> + </property> + <property name="sizeGripEnabled"> + <bool>false</bool> + </property> + <property name="modal"> + <bool>true</bool> + </property> + <layout class="QGridLayout"> + <property name="margin"> + <number>9</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <item row="0" column="0"> + <layout class="QVBoxLayout"> + <property name="spacing"> + <number>6</number> + </property> + <property name="margin"> + <number>0</number> + </property> + <item> + <layout class="QGridLayout"> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <item row="0" column="0"> + <widget class="QLabel" name="hostLabel"> + <property name="font"> + <font> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + <property name="text"> + <string>Hostname:</string> + </property> + <property name="textFormat"> + <enum>Qt::AutoText</enum> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="wordWrap"> + <bool>false</bool> + </property> + <property name="buddy"> + <cstring>hostLineEdit</cstring> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="proxyLineEdit"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>27</height> + </size> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="hostLineEdit"> + <property name="minimumSize"> + <size> + <width>0</width> + <height>27</height> + </size> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QCheckBox" name="proxyCheckBox"> + <property name="text"> + <string>Proxy:</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QGridLayout" name="secureGridLayout"> + <item row="0" column="0"> + <widget class="QCheckBox" name="secureCheckBox"> + <property name="text"> + <string>Secure</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="0" column="2"> + <widget class="QPushButton" name="certificatesPushButton"> + <property name="text"> + <string>Certificates</string> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QCheckBox" name="compressCheckBox"> + <property name="text"> + <string>Compress</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="authenticateCheckBox"> + <property name="text"> + <string>Authenticate:</string> + </property> + </widget> + </item> + <item> + <layout class="QGridLayout" name="authenticateGridLayout"> + <item row="0" column="1"> + <widget class="QLabel" name="usernameLabel"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Username:</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + </item> + <item row="0" column="2"> + <widget class="QLineEdit" name="usernameLineEdit"> + <property name="enabled"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLabel" name="passwordLabel"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Password:</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + </item> + <item row="1" column="2"> + <widget class="QLineEdit" name="passwordLineEdit"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="echoMode"> + <enum>QLineEdit::Password</enum> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QLabel" name="realmLabel"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Realm:</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + </item> + <item row="2" column="2"> + <widget class="QLineEdit" name="realmLineEdit"> + <property name="enabled"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="0"> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Fixed</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>10</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + </layout> + </item> + <item row="7" column="0"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <tabstops> + <tabstop>hostLineEdit</tabstop> + <tabstop>proxyCheckBox</tabstop> + <tabstop>proxyLineEdit</tabstop> + <tabstop>secureCheckBox</tabstop> + <tabstop>certificatesPushButton</tabstop> + <tabstop>compressCheckBox</tabstop> + <tabstop>authenticateCheckBox</tabstop> + <tabstop>usernameLineEdit</tabstop> + <tabstop>passwordLineEdit</tabstop> + <tabstop>realmLineEdit</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> + <resources> + <include location="pmchart.qrc"/> + </resources> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>HostDialog</receiver> + <slot>accept()</slot> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>HostDialog</receiver> + <slot>reject()</slot> + </connection> + <connection> + <sender>proxyCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>HostDialog</receiver> + <slot>proxyCheckBox_toggled(bool)</slot> + </connection> + <connection> + <sender>certificatesPushButton</sender> + <signal>clicked()</signal> + <receiver>HostDialog</receiver> + <slot>certificatesPushButton_clicked()</slot> + </connection> + <connection> + <sender>secureCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>HostDialog</receiver> + <slot>secureCheckBox_toggled(bool)</slot> + </connection> + <connection> + <sender>authenticateCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>HostDialog</receiver> + <slot>authenticateCheckBox_toggled(bool)</slot> + </connection> + </connections> +</ui> |