2 <class>RemoteConnectionDialog</class>
3 <widget class="QWidget" name="RemoteConnectionDialog" >
4 <property name="geometry" >
12 <property name="sizePolicy" >
13 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
14 <horstretch>0</horstretch>
15 <verstretch>0</verstretch>
18 <property name="minimumSize" >
24 <property name="windowTitle" >
25 <string>Remote Connection</string>
27 <layout class="QGridLayout" >
28 <item row="0" column="0" >
29 <widget class="QLabel" name="hostLabel" >
30 <property name="text" >
31 <string>Host:</string>
35 <item row="0" column="1" >
36 <widget class="QLineEdit" name="userEdit" />
38 <item row="1" column="0" >
39 <widget class="QLabel" name="userLabel" >
40 <property name="text" >
41 <string>User:</string>
45 <item row="1" column="1" >
46 <widget class="QLineEdit" name="hostEdit" >
47 <property name="minimumSize" >
55 <item row="1" column="2" >
56 <widget class="QPushButton" name="lookupHostButton" >
57 <property name="text" >
58 <string>Lookup...</string>
62 <item row="2" column="0" >
63 <widget class="QLabel" name="serviceLabel" >
64 <property name="text" >
65 <string>Service:</string>
69 <item row="2" column="1" >
70 <widget class="QComboBox" name="serviceComboBox" >
72 <property name="text" >
77 <property name="text" >
78 <string>Secure FTP</string>
83 <item row="3" column="0" >
84 <widget class="QLabel" name="backgroundColorLabel" >
85 <property name="text" >
86 <string>Background color:</string>
90 <item row="3" column="1" >
91 <widget class="QWidget" native="1" name="backgroundSelectionWidget" />
93 <item row="4" column="0" colspan="3" >
94 <widget class="QCheckBox" name="saveAsCustomCheckBox" >
95 <property name="text" >
96 <string>Save as custom session</string>
102 <layoutdefault spacing="6" margin="0" />