|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>EricServerConnectionDialog</class> |
|
4 <widget class="QDialog" name="EricServerConnectionDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>169</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>eric-ide Server Connection</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QGridLayout" name="gridLayout"> |
|
20 <item row="0" column="0"> |
|
21 <widget class="QLabel" name="nameLabel"> |
|
22 <property name="text"> |
|
23 <string>Name:</string> |
|
24 </property> |
|
25 </widget> |
|
26 </item> |
|
27 <item row="0" column="1" colspan="2"> |
|
28 <widget class="QLineEdit" name="nameEdit"> |
|
29 <property name="toolTip"> |
|
30 <string>Enter the name for the eric-ide server connection profile.</string> |
|
31 </property> |
|
32 <property name="clearButtonEnabled"> |
|
33 <bool>true</bool> |
|
34 </property> |
|
35 </widget> |
|
36 </item> |
|
37 <item row="1" column="0"> |
|
38 <widget class="QLabel" name="label"> |
|
39 <property name="text"> |
|
40 <string>Hostname:</string> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 <item row="1" column="1" colspan="2"> |
|
45 <widget class="QLineEdit" name="hostnameEdit"> |
|
46 <property name="toolTip"> |
|
47 <string>Enter the hostname or IP address of the eric-ide server to connect to.</string> |
|
48 </property> |
|
49 <property name="clearButtonEnabled"> |
|
50 <bool>true</bool> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 <item row="2" column="0"> |
|
55 <widget class="QLabel" name="label_2"> |
|
56 <property name="text"> |
|
57 <string>Port:</string> |
|
58 </property> |
|
59 </widget> |
|
60 </item> |
|
61 <item row="2" column="1"> |
|
62 <widget class="QSpinBox" name="portSpinBox"> |
|
63 <property name="toolTip"> |
|
64 <string>Enter the port number the eric-ide server listens on (default: 42024).</string> |
|
65 </property> |
|
66 <property name="wrapping"> |
|
67 <bool>true</bool> |
|
68 </property> |
|
69 <property name="alignment"> |
|
70 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
71 </property> |
|
72 <property name="specialValueText"> |
|
73 <string>default</string> |
|
74 </property> |
|
75 <property name="accelerated"> |
|
76 <bool>true</bool> |
|
77 </property> |
|
78 <property name="showGroupSeparator" stdset="0"> |
|
79 <bool>true</bool> |
|
80 </property> |
|
81 <property name="minimum"> |
|
82 <number>1024</number> |
|
83 </property> |
|
84 <property name="maximum"> |
|
85 <number>65535</number> |
|
86 </property> |
|
87 <property name="value"> |
|
88 <number>1024</number> |
|
89 </property> |
|
90 </widget> |
|
91 </item> |
|
92 <item row="2" column="2"> |
|
93 <spacer name="horizontalSpacer"> |
|
94 <property name="orientation"> |
|
95 <enum>Qt::Horizontal</enum> |
|
96 </property> |
|
97 <property name="sizeHint" stdset="0"> |
|
98 <size> |
|
99 <width>240</width> |
|
100 <height>20</height> |
|
101 </size> |
|
102 </property> |
|
103 </spacer> |
|
104 </item> |
|
105 <item row="3" column="0"> |
|
106 <widget class="QLabel" name="label_3"> |
|
107 <property name="text"> |
|
108 <string>Timeout:</string> |
|
109 </property> |
|
110 </widget> |
|
111 </item> |
|
112 <item row="3" column="1"> |
|
113 <widget class="QSpinBox" name="timeoutSpinBox"> |
|
114 <property name="alignment"> |
|
115 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
116 </property> |
|
117 <property name="specialValueText"> |
|
118 <string>default</string> |
|
119 </property> |
|
120 <property name="suffix"> |
|
121 <string> s</string> |
|
122 </property> |
|
123 <property name="maximum"> |
|
124 <number>60</number> |
|
125 </property> |
|
126 </widget> |
|
127 </item> |
|
128 <item row="4" column="0" colspan="3"> |
|
129 <widget class="QDialogButtonBox" name="buttonBox"> |
|
130 <property name="orientation"> |
|
131 <enum>Qt::Horizontal</enum> |
|
132 </property> |
|
133 <property name="standardButtons"> |
|
134 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
135 </property> |
|
136 </widget> |
|
137 </item> |
|
138 </layout> |
|
139 </widget> |
|
140 <tabstops> |
|
141 <tabstop>nameEdit</tabstop> |
|
142 <tabstop>hostnameEdit</tabstop> |
|
143 <tabstop>portSpinBox</tabstop> |
|
144 <tabstop>timeoutSpinBox</tabstop> |
|
145 </tabstops> |
|
146 <resources/> |
|
147 <connections> |
|
148 <connection> |
|
149 <sender>buttonBox</sender> |
|
150 <signal>accepted()</signal> |
|
151 <receiver>EricServerConnectionDialog</receiver> |
|
152 <slot>accept()</slot> |
|
153 <hints> |
|
154 <hint type="sourcelabel"> |
|
155 <x>248</x> |
|
156 <y>254</y> |
|
157 </hint> |
|
158 <hint type="destinationlabel"> |
|
159 <x>157</x> |
|
160 <y>274</y> |
|
161 </hint> |
|
162 </hints> |
|
163 </connection> |
|
164 <connection> |
|
165 <sender>buttonBox</sender> |
|
166 <signal>rejected()</signal> |
|
167 <receiver>EricServerConnectionDialog</receiver> |
|
168 <slot>reject()</slot> |
|
169 <hints> |
|
170 <hint type="sourcelabel"> |
|
171 <x>316</x> |
|
172 <y>260</y> |
|
173 </hint> |
|
174 <hint type="destinationlabel"> |
|
175 <x>286</x> |
|
176 <y>274</y> |
|
177 </hint> |
|
178 </hints> |
|
179 </connection> |
|
180 </connections> |
|
181 </ui> |