Rev 674 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
674 | KeyOz | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> |
||
3 | <class>dlg_Preferences_UI</class> |
||
4 | <widget class="QDialog" name="dlg_Preferences_UI"> |
||
5 | <property name="geometry"> |
||
6 | <rect> |
||
7 | <x>0</x> |
||
8 | <y>0</y> |
||
750 | KeyOz | 9 | <width>400</width> |
10 | <height>192</height> |
||
674 | KeyOz | 11 | </rect> |
12 | </property> |
||
750 | KeyOz | 13 | <property name="minimumSize"> |
14 | <size> |
||
15 | <width>400</width> |
||
16 | <height>0</height> |
||
17 | </size> |
||
18 | </property> |
||
674 | KeyOz | 19 | <property name="windowTitle"> |
20 | <string>Server-Einstellungen</string> |
||
21 | </property> |
||
750 | KeyOz | 22 | <layout class="QGridLayout" name="gridLayout_3"> |
23 | <item row="0" column="0" colspan="2"> |
||
24 | <layout class="QHBoxLayout" name="horizontalLayout"> |
||
25 | <item> |
||
26 | <widget class="QGroupBox" name="groupBox"> |
||
27 | <property name="title"> |
||
28 | <string>Communicator</string> |
||
29 | </property> |
||
30 | <layout class="QGridLayout" name="gridLayout"> |
||
31 | <item row="0" column="0"> |
||
32 | <widget class="QCheckBox" name="checkBox"> |
||
33 | <property name="enabled"> |
||
34 | <bool>false</bool> |
||
35 | </property> |
||
36 | <property name="text"> |
||
37 | <string>TCP</string> |
||
38 | </property> |
||
39 | <property name="checked"> |
||
40 | <bool>true</bool> |
||
41 | </property> |
||
42 | </widget> |
||
43 | </item> |
||
44 | <item row="0" column="1"> |
||
45 | <widget class="QLabel" name="label"> |
||
46 | <property name="text"> |
||
47 | <string>Port:</string> |
||
48 | </property> |
||
49 | </widget> |
||
50 | </item> |
||
51 | <item row="0" column="2"> |
||
52 | <widget class="QLineEdit" name="le_TCP_Port"/> |
||
53 | </item> |
||
54 | <item row="1" column="0"> |
||
55 | <widget class="QCheckBox" name="checkBox_2"> |
||
56 | <property name="enabled"> |
||
57 | <bool>false</bool> |
||
58 | </property> |
||
59 | <property name="text"> |
||
60 | <string>UDP</string> |
||
61 | </property> |
||
62 | </widget> |
||
63 | </item> |
||
64 | <item row="1" column="1"> |
||
65 | <widget class="QLabel" name="label_2"> |
||
66 | <property name="enabled"> |
||
67 | <bool>false</bool> |
||
68 | </property> |
||
69 | <property name="text"> |
||
70 | <string>Port:</string> |
||
71 | </property> |
||
72 | </widget> |
||
73 | </item> |
||
74 | <item row="1" column="2"> |
||
75 | <widget class="QLineEdit" name="le_UDP_Port"> |
||
76 | <property name="enabled"> |
||
77 | <bool>false</bool> |
||
78 | </property> |
||
79 | </widget> |
||
80 | </item> |
||
81 | <item row="2" column="0" colspan="3"> |
||
82 | <widget class="Line" name="line"> |
||
83 | <property name="orientation"> |
||
84 | <enum>Qt::Horizontal</enum> |
||
85 | </property> |
||
86 | </widget> |
||
87 | </item> |
||
88 | <item row="3" column="0"> |
||
89 | <widget class="QLabel" name="label_3"> |
||
90 | <property name="text"> |
||
91 | <string>Password:</string> |
||
92 | </property> |
||
93 | </widget> |
||
94 | </item> |
||
95 | <item row="3" column="2"> |
||
96 | <widget class="QLineEdit" name="le_Password"> |
||
97 | <property name="text"> |
||
98 | <string>qwertz</string> |
||
99 | </property> |
||
100 | <property name="echoMode"> |
||
101 | <enum>QLineEdit::Password</enum> |
||
102 | </property> |
||
103 | </widget> |
||
104 | </item> |
||
105 | <item row="4" column="2"> |
||
106 | <spacer name="verticalSpacer"> |
||
107 | <property name="orientation"> |
||
108 | <enum>Qt::Vertical</enum> |
||
109 | </property> |
||
110 | <property name="sizeHint" stdset="0"> |
||
111 | <size> |
||
112 | <width>20</width> |
||
113 | <height>40</height> |
||
114 | </size> |
||
115 | </property> |
||
116 | </spacer> |
||
117 | </item> |
||
118 | </layout> |
||
119 | </widget> |
||
120 | </item> |
||
121 | <item> |
||
122 | <widget class="QGroupBox" name="groupBox_2"> |
||
123 | <property name="title"> |
||
124 | <string>Live-Daten senden</string> |
||
125 | </property> |
||
126 | <layout class="QGridLayout" name="gridLayout_2"> |
||
127 | <item row="0" column="0"> |
||
128 | <widget class="QLabel" name="label_4"> |
||
129 | <property name="text"> |
||
130 | <string>Server:</string> |
||
131 | </property> |
||
132 | </widget> |
||
133 | </item> |
||
134 | <item row="0" column="1"> |
||
135 | <widget class="QLineEdit" name="le_LiveServer"> |
||
136 | <property name="text"> |
||
137 | <string>127.0.0.1</string> |
||
138 | </property> |
||
139 | </widget> |
||
140 | </item> |
||
141 | <item row="2" column="0"> |
||
142 | <widget class="QLabel" name="label_5"> |
||
143 | <property name="text"> |
||
144 | <string>Login:</string> |
||
145 | </property> |
||
146 | </widget> |
||
147 | </item> |
||
148 | <item row="2" column="1"> |
||
149 | <widget class="QLineEdit" name="le_LiveUser"> |
||
150 | <property name="text"> |
||
151 | <string>KeyOz</string> |
||
152 | </property> |
||
153 | </widget> |
||
154 | </item> |
||
155 | <item row="3" column="0"> |
||
156 | <widget class="QLabel" name="label_6"> |
||
157 | <property name="text"> |
||
158 | <string>Password:</string> |
||
159 | </property> |
||
160 | </widget> |
||
161 | </item> |
||
162 | <item row="3" column="1"> |
||
163 | <widget class="QLineEdit" name="le_LivePassword"> |
||
164 | <property name="text"> |
||
165 | <string>qwertz</string> |
||
166 | </property> |
||
167 | <property name="echoMode"> |
||
168 | <enum>QLineEdit::Password</enum> |
||
169 | </property> |
||
170 | </widget> |
||
171 | </item> |
||
172 | <item row="1" column="0"> |
||
173 | <widget class="QLabel" name="label_7"> |
||
174 | <property name="text"> |
||
175 | <string>Port:</string> |
||
176 | </property> |
||
177 | </widget> |
||
178 | </item> |
||
179 | <item row="1" column="1"> |
||
180 | <widget class="QLineEdit" name="le_LivePort"> |
||
181 | <property name="text"> |
||
182 | <string>64410</string> |
||
183 | </property> |
||
184 | </widget> |
||
185 | </item> |
||
186 | </layout> |
||
187 | </widget> |
||
188 | </item> |
||
189 | </layout> |
||
190 | </item> |
||
191 | <item row="1" column="0"> |
||
192 | <spacer name="horizontalSpacer"> |
||
193 | <property name="orientation"> |
||
194 | <enum>Qt::Horizontal</enum> |
||
674 | KeyOz | 195 | </property> |
750 | KeyOz | 196 | <property name="sizeHint" stdset="0"> |
197 | <size> |
||
198 | <width>40</width> |
||
199 | <height>20</height> |
||
200 | </size> |
||
201 | </property> |
||
202 | </spacer> |
||
674 | KeyOz | 203 | </item> |
750 | KeyOz | 204 | <item row="1" column="1"> |
674 | KeyOz | 205 | <widget class="QDialogButtonBox" name="buttonBox"> |
206 | <property name="orientation"> |
||
207 | <enum>Qt::Horizontal</enum> |
||
208 | </property> |
||
209 | <property name="standardButtons"> |
||
210 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
||
211 | </property> |
||
212 | </widget> |
||
213 | </item> |
||
214 | </layout> |
||
215 | </widget> |
||
750 | KeyOz | 216 | <tabstops> |
217 | <tabstop>checkBox</tabstop> |
||
218 | <tabstop>le_TCP_Port</tabstop> |
||
219 | <tabstop>le_Password</tabstop> |
||
220 | <tabstop>le_LiveServer</tabstop> |
||
221 | <tabstop>le_LiveUser</tabstop> |
||
222 | <tabstop>le_LivePassword</tabstop> |
||
223 | <tabstop>buttonBox</tabstop> |
||
224 | <tabstop>checkBox_2</tabstop> |
||
225 | <tabstop>le_UDP_Port</tabstop> |
||
226 | </tabstops> |
||
674 | KeyOz | 227 | <resources/> |
228 | <connections> |
||
229 | <connection> |
||
230 | <sender>buttonBox</sender> |
||
231 | <signal>accepted()</signal> |
||
232 | <receiver>dlg_Preferences_UI</receiver> |
||
233 | <slot>accept()</slot> |
||
234 | <hints> |
||
235 | <hint type="sourcelabel"> |
||
236 | <x>248</x> |
||
237 | <y>254</y> |
||
238 | </hint> |
||
239 | <hint type="destinationlabel"> |
||
240 | <x>157</x> |
||
241 | <y>274</y> |
||
242 | </hint> |
||
243 | </hints> |
||
244 | </connection> |
||
245 | <connection> |
||
246 | <sender>buttonBox</sender> |
||
247 | <signal>rejected()</signal> |
||
248 | <receiver>dlg_Preferences_UI</receiver> |
||
249 | <slot>reject()</slot> |
||
250 | <hints> |
||
251 | <hint type="sourcelabel"> |
||
252 | <x>316</x> |
||
253 | <y>260</y> |
||
254 | </hint> |
||
255 | <hint type="destinationlabel"> |
||
256 | <x>286</x> |
||
257 | <y>274</y> |
||
258 | </hint> |
||
259 | </hints> |
||
260 | </connection> |
||
261 | </connections> |
||
262 | </ui> |