169 lines
4.4 KiB
XML
169 lines
4.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>SessionDialog</class>
|
|
<widget class="QDialog" name="SessionDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>250</width>
|
|
<height>265</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Change Session</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="dialogLayout">
|
|
<property name="sizeConstraint">
|
|
<enum>QLayout::SetFixedSize</enum>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="sourceSectionLabel">
|
|
<property name="styleSheet">
|
|
<string notr="true">font-weight:bold</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Source</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QGridLayout" name="sourceSectionLayout" columnstretch="0,1">
|
|
<property name="leftMargin">
|
|
<number>18</number>
|
|
</property>
|
|
<item row="0" column="0" colspan="2">
|
|
<widget class="QRadioButton" name="localSessionRadio">
|
|
<property name="text">
|
|
<string>Start &Local Session</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" colspan="2">
|
|
<widget class="QRadioButton" name="remoteSessionRadio">
|
|
<property name="text">
|
|
<string>Connect to &Remote Session</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="hostLabel">
|
|
<property name="text">
|
|
<string>&Host:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>hostEdit</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QLineEdit" name="hostEdit"/>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="portLabel">
|
|
<property name="text">
|
|
<string>&Port:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>portSpin</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QSpinBox" name="portSpin">
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>65535</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0" colspan="2">
|
|
<widget class="QCheckBox" name="authCheck">
|
|
<property name="text">
|
|
<string>&Authentication required</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QLabel" name="usernameLabel">
|
|
<property name="text">
|
|
<string>&Username:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>usernameEdit</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="1">
|
|
<widget class="QLineEdit" name="usernameEdit"/>
|
|
</item>
|
|
<item row="6" column="0">
|
|
<widget class="QLabel" name="passwordLabel">
|
|
<property name="text">
|
|
<string>Pass&word:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>passwordEdit</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="1">
|
|
<widget class="QLineEdit" name="passwordEdit">
|
|
<property name="echoMode">
|
|
<enum>QLineEdit::Password</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QDialogButtonBox" name="dialogButtons">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>dialogButtons</sender>
|
|
<signal>accepted()</signal>
|
|
<receiver>SessionDialog</receiver>
|
|
<slot>accept()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>124</x>
|
|
<y>244</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>124</x>
|
|
<y>132</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>dialogButtons</sender>
|
|
<signal>rejected()</signal>
|
|
<receiver>SessionDialog</receiver>
|
|
<slot>reject()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>124</x>
|
|
<y>244</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>124</x>
|
|
<y>132</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|