Subversion Repositories tpanel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 andreas 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TQtSettings</class>
4
 <widget class="QDialog" name="TQtSettings">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>448</width>
10
    <height>362</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Settings</string>
15
  </property>
16
  <widget class="QDialogButtonBox" name="buttonBox">
17
   <property name="geometry">
18
    <rect>
19
     <x>20</x>
20
     <y>320</y>
21
     <width>411</width>
22
     <height>32</height>
23
    </rect>
24
   </property>
25
   <property name="orientation">
26
    <enum>Qt::Horizontal</enum>
27
   </property>
28
   <property name="standardButtons">
29
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30
   </property>
31
  </widget>
32
  <widget class="QLabel" name="label_logFile">
33
   <property name="geometry">
34
    <rect>
35
     <x>10</x>
36
     <y>20</y>
37
     <width>81</width>
38
     <height>22</height>
39
    </rect>
40
   </property>
41
   <property name="text">
42
    <string>Log file</string>
43
   </property>
44
  </widget>
45
  <widget class="QLabel" name="label_logLevel">
46
   <property name="geometry">
47
    <rect>
48
     <x>10</x>
49
     <y>60</y>
50
     <width>81</width>
51
     <height>22</height>
52
    </rect>
53
   </property>
54
   <property name="text">
55
    <string>Log level</string>
56
   </property>
57
  </widget>
58
  <widget class="QLabel" name="label_projectPath">
59
   <property name="geometry">
60
    <rect>
61
     <x>10</x>
62
     <y>100</y>
63
     <width>91</width>
64
     <height>22</height>
65
    </rect>
66
   </property>
67
   <property name="text">
68
    <string>Project path</string>
69
   </property>
70
  </widget>
71
  <widget class="QLabel" name="label_Controller">
72
   <property name="geometry">
73
    <rect>
74
     <x>10</x>
75
     <y>140</y>
76
     <width>91</width>
77
     <height>22</height>
78
    </rect>
79
   </property>
80
   <property name="text">
81
    <string>Controller</string>
82
   </property>
83
  </widget>
84
  <widget class="QLabel" name="label_Port">
85
   <property name="geometry">
86
    <rect>
87
     <x>10</x>
88
     <y>180</y>
89
     <width>91</width>
90
     <height>22</height>
91
    </rect>
92
   </property>
93
   <property name="text">
94
    <string>Network port</string>
95
   </property>
96
  </widget>
97
  <widget class="QLabel" name="label_Channel">
98
   <property name="geometry">
99
    <rect>
100
     <x>10</x>
101
     <y>220</y>
102
     <width>101</width>
103
     <height>22</height>
104
    </rect>
105
   </property>
106
   <property name="text">
107
    <string>Channel number</string>
108
   </property>
109
  </widget>
110
  <widget class="QLabel" name="label_PType">
111
   <property name="geometry">
112
    <rect>
113
     <x>10</x>
114
     <y>260</y>
115
     <width>71</width>
116
     <height>22</height>
117
    </rect>
118
   </property>
119
   <property name="text">
120
    <string>Panel type</string>
121
   </property>
122
  </widget>
123
  <widget class="QLineEdit" name="lineEdit_logFile">
124
   <property name="geometry">
125
    <rect>
126
     <x>120</x>
127
     <y>10</y>
128
     <width>261</width>
129
     <height>36</height>
130
    </rect>
131
   </property>
132
   <property name="locale">
133
    <locale language="English" country="Europe"/>
134
   </property>
135
  </widget>
136
  <widget class="QComboBox" name="comboBox_logLevel">
137
   <property name="geometry">
138
    <rect>
139
     <x>120</x>
140
     <y>50</y>
141
     <width>201</width>
142
     <height>36</height>
143
    </rect>
144
   </property>
145
   <item>
146
    <property name="text">
147
     <string>No log</string>
148
    </property>
149
   </item>
150
   <item>
151
    <property name="text">
152
     <string>Informations</string>
153
    </property>
154
   </item>
155
   <item>
156
    <property name="text">
157
     <string>Warnings</string>
158
    </property>
159
   </item>
160
   <item>
161
    <property name="text">
162
     <string>Errors</string>
163
    </property>
164
   </item>
165
   <item>
166
    <property name="text">
167
     <string>Tracing</string>
168
    </property>
169
   </item>
170
   <item>
171
    <property name="text">
172
     <string>Debugging</string>
173
    </property>
174
   </item>
175
   <item>
176
    <property name="text">
177
     <string>Protocol</string>
178
    </property>
179
   </item>
180
   <item>
181
    <property name="text">
182
     <string>All</string>
183
    </property>
184
   </item>
185
  </widget>
186
  <widget class="QToolButton" name="kiconbutton_logFile">
187
   <property name="geometry">
188
    <rect>
189
     <x>390</x>
190
     <y>10</y>
191
     <width>44</width>
192
     <height>38</height>
193
    </rect>
194
   </property>
195
   <property name="toolTip">
196
    <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select the path and name of the log file.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
197
   </property>
198
   <property name="icon">
199
    <iconset>
200
     <normaloff>../../../../usr/share/icons/gnome/48x48/actions/fileopen.png</normaloff>../../../../usr/share/icons/gnome/48x48/actions/fileopen.png</iconset>
201
   </property>
202
   <property name="iconSize">
203
    <size>
204
     <width>32</width>
205
     <height>32</height>
206
    </size>
207
   </property>
208
  </widget>
209
  <widget class="QCheckBox" name="checkBox_Format">
210
   <property name="geometry">
211
    <rect>
212
     <x>330</x>
213
     <y>60</y>
214
     <width>101</width>
215
     <height>26</height>
216
    </rect>
217
   </property>
218
   <property name="text">
219
    <string>Long format</string>
220
   </property>
221
  </widget>
222
  <widget class="QLineEdit" name="lineEdit_projectPath">
223
   <property name="geometry">
224
    <rect>
225
     <x>120</x>
226
     <y>90</y>
227
     <width>261</width>
228
     <height>36</height>
229
    </rect>
230
   </property>
231
  </widget>
232
  <widget class="QToolButton" name="kiconbutton_projectPath">
233
   <property name="geometry">
234
    <rect>
235
     <x>390</x>
236
     <y>90</y>
237
     <width>44</width>
238
     <height>38</height>
239
    </rect>
240
   </property>
241
   <property name="icon">
242
    <iconset>
243
     <normaloff>../../../../usr/share/icons/gnome/48x48/actions/fileopen.png</normaloff>../../../../usr/share/icons/gnome/48x48/actions/fileopen.png</iconset>
244
   </property>
245
   <property name="iconSize">
246
    <size>
247
     <width>32</width>
248
     <height>32</height>
249
    </size>
250
   </property>
251
  </widget>
252
  <widget class="QLineEdit" name="lineEdit_Controller">
253
   <property name="geometry">
254
    <rect>
255
     <x>120</x>
256
     <y>130</y>
257
     <width>311</width>
258
     <height>36</height>
259
    </rect>
260
   </property>
261
  </widget>
262
  <widget class="QSpinBox" name="spinBox_Port">
263
   <property name="geometry">
264
    <rect>
265
     <x>120</x>
266
     <y>170</y>
267
     <width>141</width>
268
     <height>36</height>
269
    </rect>
270
   </property>
271
   <property name="minimum">
272
    <number>1024</number>
273
   </property>
274
   <property name="maximum">
275
    <number>32767</number>
276
   </property>
277
   <property name="value">
278
    <number>1397</number>
279
   </property>
280
  </widget>
281
  <widget class="QSpinBox" name="spinBox_Channel">
282
   <property name="geometry">
283
    <rect>
284
     <x>120</x>
285
     <y>210</y>
286
     <width>141</width>
287
     <height>36</height>
288
    </rect>
289
   </property>
290
   <property name="minimum">
291
    <number>10001</number>
292
   </property>
293
   <property name="maximum">
294
    <number>10999</number>
295
   </property>
296
   <property name="value">
297
    <number>10001</number>
298
   </property>
299
  </widget>
300
  <widget class="QLineEdit" name="lineEdit_PType">
301
   <property name="geometry">
302
    <rect>
303
     <x>120</x>
304
     <y>250</y>
305
     <width>141</width>
306
     <height>36</height>
307
    </rect>
308
   </property>
309
  </widget>
310
 </widget>
311
 <resources/>
312
 <connections>
313
  <connection>
314
   <sender>buttonBox</sender>
315
   <signal>accepted()</signal>
316
   <receiver>TQtSettings</receiver>
317
   <slot>accept()</slot>
318
   <hints>
319
    <hint type="sourcelabel">
320
     <x>248</x>
321
     <y>254</y>
322
    </hint>
323
    <hint type="destinationlabel">
324
     <x>157</x>
325
     <y>274</y>
326
    </hint>
327
   </hints>
328
  </connection>
329
  <connection>
330
   <sender>buttonBox</sender>
331
   <signal>rejected()</signal>
332
   <receiver>TQtSettings</receiver>
333
   <slot>reject()</slot>
334
   <hints>
335
    <hint type="sourcelabel">
336
     <x>316</x>
337
     <y>260</y>
338
    </hint>
339
    <hint type="destinationlabel">
340
     <x>286</x>
341
     <y>274</y>
342
    </hint>
343
   </hints>
344
  </connection>
345
 </connections>
346
</ui>