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>
22 andreas 9
    <width>637</width>
24 andreas 10
    <height>330</height>
2 andreas 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>
24 andreas 20
     <y>290</y>
2 andreas 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>
24 andreas 32
  <widget class="QLabel" name="label_logLevel">
2 andreas 33
   <property name="geometry">
34
    <rect>
35
     <x>10</x>
36
     <y>20</y>
24 andreas 37
     <width>121</width>
2 andreas 38
     <height>22</height>
39
    </rect>
40
   </property>
41
   <property name="text">
42
    <string>Log level</string>
43
   </property>
44
  </widget>
45
  <widget class="QLabel" name="label_projectPath">
46
   <property name="geometry">
47
    <rect>
48
     <x>10</x>
24 andreas 49
     <y>60</y>
50
     <width>121</width>
2 andreas 51
     <height>22</height>
52
    </rect>
53
   </property>
54
   <property name="text">
55
    <string>Project path</string>
56
   </property>
57
  </widget>
58
  <widget class="QLabel" name="label_Controller">
59
   <property name="geometry">
60
    <rect>
61
     <x>10</x>
24 andreas 62
     <y>100</y>
63
     <width>121</width>
2 andreas 64
     <height>22</height>
65
    </rect>
66
   </property>
67
   <property name="text">
68
    <string>Controller</string>
69
   </property>
70
  </widget>
71
  <widget class="QLabel" name="label_Port">
72
   <property name="geometry">
73
    <rect>
74
     <x>10</x>
24 andreas 75
     <y>140</y>
76
     <width>121</width>
2 andreas 77
     <height>22</height>
78
    </rect>
79
   </property>
80
   <property name="text">
81
    <string>Network port</string>
82
   </property>
83
  </widget>
84
  <widget class="QLabel" name="label_Channel">
85
   <property name="geometry">
86
    <rect>
87
     <x>10</x>
24 andreas 88
     <y>180</y>
22 andreas 89
     <width>120</width>
2 andreas 90
     <height>22</height>
91
    </rect>
92
   </property>
93
   <property name="text">
94
    <string>Channel number</string>
95
   </property>
96
  </widget>
97
  <widget class="QLabel" name="label_PType">
98
   <property name="geometry">
99
    <rect>
100
     <x>10</x>
24 andreas 101
     <y>220</y>
102
     <width>111</width>
2 andreas 103
     <height>22</height>
104
    </rect>
105
   </property>
106
   <property name="text">
107
    <string>Panel type</string>
108
   </property>
109
  </widget>
24 andreas 110
  <widget class="QComboBox" name="comboBox_logLevel">
2 andreas 111
   <property name="geometry">
112
    <rect>
22 andreas 113
     <x>140</x>
2 andreas 114
     <y>10</y>
115
     <width>201</width>
116
     <height>36</height>
117
    </rect>
118
   </property>
119
   <item>
120
    <property name="text">
121
     <string>No log</string>
122
    </property>
123
   </item>
124
   <item>
125
    <property name="text">
126
     <string>Informations</string>
127
    </property>
128
   </item>
129
   <item>
130
    <property name="text">
131
     <string>Warnings</string>
132
    </property>
133
   </item>
134
   <item>
135
    <property name="text">
136
     <string>Errors</string>
137
    </property>
138
   </item>
139
   <item>
140
    <property name="text">
141
     <string>Tracing</string>
142
    </property>
143
   </item>
144
   <item>
145
    <property name="text">
146
     <string>Debugging</string>
147
    </property>
148
   </item>
149
   <item>
150
    <property name="text">
151
     <string>Protocol</string>
152
    </property>
153
   </item>
154
   <item>
155
    <property name="text">
156
     <string>All</string>
157
    </property>
158
   </item>
159
  </widget>
160
  <widget class="QCheckBox" name="checkBox_Format">
161
   <property name="geometry">
162
    <rect>
22 andreas 163
     <x>350</x>
24 andreas 164
     <y>20</y>
165
     <width>181</width>
2 andreas 166
     <height>26</height>
167
    </rect>
168
   </property>
169
   <property name="text">
170
    <string>Long format</string>
171
   </property>
172
  </widget>
173
  <widget class="QLineEdit" name="lineEdit_projectPath">
174
   <property name="geometry">
175
    <rect>
22 andreas 176
     <x>140</x>
24 andreas 177
     <y>50</y>
22 andreas 178
     <width>420</width>
2 andreas 179
     <height>36</height>
180
    </rect>
181
   </property>
182
  </widget>
183
  <widget class="QToolButton" name="kiconbutton_projectPath">
184
   <property name="geometry">
185
    <rect>
22 andreas 186
     <x>570</x>
24 andreas 187
     <y>50</y>
2 andreas 188
     <width>44</width>
189
     <height>38</height>
190
    </rect>
191
   </property>
192
   <property name="icon">
23 andreas 193
    <iconset resource="tpanel.qrc">
194
     <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
2 andreas 195
   </property>
196
   <property name="iconSize">
197
    <size>
198
     <width>32</width>
199
     <height>32</height>
200
    </size>
201
   </property>
202
  </widget>
203
  <widget class="QLineEdit" name="lineEdit_Controller">
204
   <property name="geometry">
205
    <rect>
22 andreas 206
     <x>140</x>
24 andreas 207
     <y>90</y>
2 andreas 208
     <width>311</width>
209
     <height>36</height>
210
    </rect>
211
   </property>
212
  </widget>
213
  <widget class="QSpinBox" name="spinBox_Port">
214
   <property name="geometry">
215
    <rect>
22 andreas 216
     <x>140</x>
24 andreas 217
     <y>130</y>
2 andreas 218
     <width>141</width>
219
     <height>36</height>
220
    </rect>
221
   </property>
222
   <property name="minimum">
223
    <number>1024</number>
224
   </property>
225
   <property name="maximum">
226
    <number>32767</number>
227
   </property>
228
   <property name="value">
229
    <number>1397</number>
230
   </property>
231
  </widget>
232
  <widget class="QSpinBox" name="spinBox_Channel">
233
   <property name="geometry">
234
    <rect>
22 andreas 235
     <x>140</x>
24 andreas 236
     <y>170</y>
2 andreas 237
     <width>141</width>
238
     <height>36</height>
239
    </rect>
240
   </property>
241
   <property name="minimum">
242
    <number>10001</number>
243
   </property>
244
   <property name="maximum">
245
    <number>10999</number>
246
   </property>
247
   <property name="value">
248
    <number>10001</number>
249
   </property>
250
  </widget>
251
  <widget class="QLineEdit" name="lineEdit_PType">
252
   <property name="geometry">
253
    <rect>
22 andreas 254
     <x>140</x>
24 andreas 255
     <y>210</y>
2 andreas 256
     <width>141</width>
257
     <height>36</height>
258
    </rect>
259
   </property>
260
  </widget>
24 andreas 261
  <widget class="QLabel" name="label_PType_2">
262
   <property name="geometry">
263
    <rect>
264
     <x>10</x>
265
     <y>250</y>
266
     <width>111</width>
267
     <height>22</height>
268
    </rect>
269
   </property>
270
   <property name="text">
271
    <string>Scaling</string>
272
   </property>
273
  </widget>
274
  <widget class="QCheckBox" name="checkBox_Scale">
275
   <property name="geometry">
276
    <rect>
277
     <x>140</x>
278
     <y>250</y>
279
     <width>141</width>
280
     <height>28</height>
281
    </rect>
282
   </property>
283
   <property name="text">
284
    <string>Scale to fit</string>
285
   </property>
286
  </widget>
2 andreas 287
 </widget>
23 andreas 288
 <resources>
289
  <include location="tpanel.qrc"/>
290
 </resources>
2 andreas 291
 <connections>
292
  <connection>
293
   <sender>buttonBox</sender>
294
   <signal>accepted()</signal>
295
   <receiver>TQtSettings</receiver>
296
   <slot>accept()</slot>
297
   <hints>
298
    <hint type="sourcelabel">
299
     <x>248</x>
300
     <y>254</y>
301
    </hint>
302
    <hint type="destinationlabel">
303
     <x>157</x>
304
     <y>274</y>
305
    </hint>
306
   </hints>
307
  </connection>
308
  <connection>
309
   <sender>buttonBox</sender>
310
   <signal>rejected()</signal>
311
   <receiver>TQtSettings</receiver>
312
   <slot>reject()</slot>
313
   <hints>
314
    <hint type="sourcelabel">
315
     <x>316</x>
316
     <y>260</y>
317
    </hint>
318
    <hint type="destinationlabel">
319
     <x>286</x>
320
     <y>274</y>
321
    </hint>
322
   </hints>
323
  </connection>
324
 </connections>
325
</ui>