166 lines
4.5 KiB
XML
166 lines
4.5 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>248</width>
|
|
<height>263</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Change Session</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">[tr-style~="form-section"]
|
|
{
|
|
font-weight: bold;
|
|
margin-top: 12px;
|
|
margin-bottom: 1px;
|
|
}
|
|
[tr-style~="form-section"][tr-style~="first"]
|
|
{
|
|
margin-top: 0;
|
|
}
|
|
[tr-style~="form-label"]
|
|
{
|
|
margin-left: 18px;
|
|
}</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="dialogLayout">
|
|
<property name="sizeConstraint">
|
|
<enum>QLayout::SetFixedSize</enum>
|
|
</property>
|
|
<item row="0" column="0" colspan="2">
|
|
<widget class="QLabel" name="sourceSectionLabel">
|
|
<property name="text">
|
|
<string>Source</string>
|
|
</property>
|
|
<property name="tr-style" stdset="0">
|
|
<string notr="true">form-section first</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" colspan="2">
|
|
<widget class="QRadioButton" name="localSessionRadio">
|
|
<property name="text">
|
|
<string>Start &Local Session</string>
|
|
</property>
|
|
<property name="tr-style" stdset="0">
|
|
<string notr="true">form-label</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0" colspan="2">
|
|
<widget class="QRadioButton" name="remoteSessionRadio">
|
|
<property name="text">
|
|
<string>Connect to &Remote Session</string>
|
|
</property>
|
|
<property name="tr-style" stdset="0">
|
|
<string notr="true">form-label</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="hostLabel">
|
|
<property name="text">
|
|
<string>&Host:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>hostEdit</cstring>
|
|
</property>
|
|
<property name="tr-style" stdset="0">
|
|
<string notr="true">form-label</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QLineEdit" name="hostEdit"/>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="portLabel">
|
|
<property name="text">
|
|
<string>&Port:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>portSpin</cstring>
|
|
</property>
|
|
<property name="tr-style" stdset="0">
|
|
<string notr="true">form-label</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" 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="5" column="0" colspan="2">
|
|
<widget class="QCheckBox" name="authCheck">
|
|
<property name="text">
|
|
<string>&Authentication required</string>
|
|
</property>
|
|
<property name="tr-style" stdset="0">
|
|
<string notr="true">form-label</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0">
|
|
<widget class="QLabel" name="usernameLabel">
|
|
<property name="text">
|
|
<string>&Username:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>usernameEdit</cstring>
|
|
</property>
|
|
<property name="tr-style" stdset="0">
|
|
<string notr="true">form-label</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="1">
|
|
<widget class="QLineEdit" name="usernameEdit"/>
|
|
</item>
|
|
<item row="7" column="0">
|
|
<widget class="QLabel" name="passwordLabel">
|
|
<property name="text">
|
|
<string>Pass&word:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>passwordEdit</cstring>
|
|
</property>
|
|
<property name="tr-style" stdset="0">
|
|
<string notr="true">form-label</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="1">
|
|
<widget class="QLineEdit" name="passwordEdit">
|
|
<property name="echoMode">
|
|
<enum>QLineEdit::Password</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="0" colspan="2">
|
|
<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/>
|
|
</ui>
|