1.1.13
by Jonathan Riddell
Import upstream version 4.0.80 |
1 |
<ui version="4.0" > |
2 |
<class>RemoteConnectionDialog</class> |
|
3 |
<widget class="QWidget" name="RemoteConnectionDialog" > |
|
4 |
<property name="geometry" > |
|
5 |
<rect>
|
|
6 |
<x>0</x> |
|
7 |
<y>0</y> |
|
8 |
<width>413</width> |
|
9 |
<height>199</height> |
|
10 |
</rect>
|
|
11 |
</property>
|
|
12 |
<property name="sizePolicy" > |
|
13 |
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" > |
|
14 |
<horstretch>0</horstretch> |
|
15 |
<verstretch>0</verstretch> |
|
16 |
</sizepolicy>
|
|
17 |
</property>
|
|
18 |
<property name="minimumSize" > |
|
19 |
<size>
|
|
20 |
<width>0</width> |
|
21 |
<height>0</height> |
|
22 |
</size>
|
|
23 |
</property>
|
|
24 |
<property name="windowTitle" > |
|
25 |
<string>Remote Connection</string> |
|
26 |
</property>
|
|
27 |
<layout class="QGridLayout" > |
|
28 |
<item row="0" column="0" > |
|
29 |
<widget class="QLabel" name="hostLabel" > |
|
30 |
<property name="text" > |
|
31 |
<string>Host:</string> |
|
32 |
</property>
|
|
33 |
</widget>
|
|
34 |
</item>
|
|
35 |
<item row="0" column="1" > |
|
1.1.35
by Jonathan Thomas
Import upstream version 4.3.80 |
36 |
<widget class="KLineEdit" name="userEdit" /> |
1.1.13
by Jonathan Riddell
Import upstream version 4.0.80 |
37 |
</item>
|
38 |
<item row="1" column="0" > |
|
39 |
<widget class="QLabel" name="userLabel" > |
|
40 |
<property name="text" > |
|
41 |
<string>User:</string> |
|
42 |
</property>
|
|
43 |
</widget>
|
|
44 |
</item>
|
|
45 |
<item row="1" column="1" > |
|
1.1.35
by Jonathan Thomas
Import upstream version 4.3.80 |
46 |
<widget class="KLineEdit" name="hostEdit" > |
1.1.13
by Jonathan Riddell
Import upstream version 4.0.80 |
47 |
<property name="minimumSize" > |
48 |
<size>
|
|
49 |
<width>180</width> |
|
50 |
<height>0</height> |
|
51 |
</size>
|
|
52 |
</property>
|
|
53 |
</widget>
|
|
54 |
</item>
|
|
55 |
<item row="1" column="2" > |
|
56 |
<widget class="QPushButton" name="lookupHostButton" > |
|
57 |
<property name="text" > |
|
58 |
<string>Lookup...</string> |
|
59 |
</property>
|
|
60 |
</widget>
|
|
61 |
</item>
|
|
62 |
<item row="2" column="0" > |
|
63 |
<widget class="QLabel" name="serviceLabel" > |
|
64 |
<property name="text" > |
|
65 |
<string>Service:</string> |
|
66 |
</property>
|
|
67 |
</widget>
|
|
68 |
</item>
|
|
69 |
<item row="2" column="1" > |
|
70 |
<widget class="QComboBox" name="serviceComboBox" > |
|
71 |
<item>
|
|
72 |
<property name="text" > |
|
73 |
<string>SSH</string> |
|
74 |
</property>
|
|
75 |
</item>
|
|
76 |
<item>
|
|
77 |
<property name="text" > |
|
78 |
<string>Secure FTP</string> |
|
79 |
</property>
|
|
80 |
</item>
|
|
81 |
</widget>
|
|
82 |
</item>
|
|
83 |
<item row="3" column="0" > |
|
84 |
<widget class="QLabel" name="backgroundColorLabel" > |
|
85 |
<property name="text" > |
|
86 |
<string>Background color:</string> |
|
87 |
</property>
|
|
88 |
</widget>
|
|
89 |
</item>
|
|
90 |
<item row="3" column="1" > |
|
91 |
<widget class="QWidget" native="1" name="backgroundSelectionWidget" /> |
|
92 |
</item>
|
|
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> |
|
97 |
</property>
|
|
98 |
</widget>
|
|
99 |
</item>
|
|
100 |
</layout>
|
|
101 |
</widget>
|
|
102 |
<resources/>
|
|
103 |
<connections/>
|
|
104 |
</ui>
|