Subversion Repositories Projects

Rev

Rev 163 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
159 KeyOz 1
<ui version="4.0" >
2
 <class>dlg_Preferences_UI</class>
3
 <widget class="QDialog" name="dlg_Preferences_UI" >
4
  <property name="geometry" >
5
   <rect>
6
    <x>0</x>
7
    <y>0</y>
163 KeyOz 8
    <width>388</width>
166 KeyOz 9
    <height>296</height>
159 KeyOz 10
   </rect>
11
  </property>
12
  <property name="windowTitle" >
13
   <string>Einstellungen</string>
14
  </property>
163 KeyOz 15
  <layout class="QGridLayout" name="gridLayout_4" >
159 KeyOz 16
   <item row="1" column="0" >
17
    <layout class="QHBoxLayout" name="horizontalLayout" >
18
     <item>
19
      <spacer>
20
       <property name="orientation" >
21
        <enum>Qt::Horizontal</enum>
22
       </property>
23
       <property name="sizeHint" stdset="0" >
24
        <size>
25
         <width>131</width>
26
         <height>31</height>
27
        </size>
28
       </property>
29
      </spacer>
30
     </item>
31
     <item>
32
      <widget class="QPushButton" name="okButton" >
33
       <property name="text" >
34
        <string>OK</string>
35
       </property>
36
      </widget>
37
     </item>
38
     <item>
39
      <widget class="QPushButton" name="cancelButton" >
40
       <property name="text" >
41
        <string>Cancel</string>
42
       </property>
43
      </widget>
44
     </item>
45
    </layout>
46
   </item>
163 KeyOz 47
   <item row="0" column="0" >
48
    <widget class="QTabWidget" name="tabWidget" >
49
     <property name="currentIndex" >
50
      <number>0</number>
51
     </property>
166 KeyOz 52
     <widget class="QWidget" name="Seite" >
53
      <attribute name="title" >
54
       <string>Verbindung </string>
55
      </attribute>
56
      <layout class="QGridLayout" name="gridLayout_7" >
57
       <item row="0" column="0" >
58
        <widget class="QGroupBox" name="groupBox_5" >
59
         <property name="title" >
60
          <string>Serieller Port für Verbindung zum MK.</string>
61
         </property>
62
         <layout class="QGridLayout" name="gridLayout_6" >
63
          <item row="0" column="0" >
64
           <widget class="QLabel" name="label_6" >
65
            <property name="text" >
66
             <string>Device: </string>
67
            </property>
68
           </widget>
69
          </item>
70
          <item row="0" column="1" >
71
           <widget class="QLineEdit" name="le_TTY" >
72
            <property name="text" >
73
             <string>/dev/ttyS0</string>
74
            </property>
75
           </widget>
76
          </item>
77
         </layout>
78
        </widget>
79
       </item>
80
       <item row="1" column="0" >
81
        <widget class="QGroupBox" name="groupBox_6" >
82
         <property name="enabled" >
83
          <bool>false</bool>
84
         </property>
85
         <property name="title" >
86
          <string>ISP-Adapter (Flash AVR)</string>
87
         </property>
88
         <layout class="QGridLayout" name="gridLayout_5" >
89
          <item row="0" column="0" >
90
           <widget class="QLabel" name="label_4" >
91
            <property name="text" >
92
             <string>ISP-Adapter: </string>
93
            </property>
94
           </widget>
95
          </item>
96
          <item row="0" column="1" >
97
           <widget class="QComboBox" name="comboBox" >
98
            <item>
99
             <property name="text" >
100
              <string>Sercon</string>
101
             </property>
102
            </item>
103
            <item>
104
             <property name="text" >
105
              <string>STK200</string>
106
             </property>
107
            </item>
108
            <item>
109
             <property name="text" >
110
              <string>USBProg</string>
111
             </property>
112
            </item>
113
            <item>
114
             <property name="text" >
115
              <string>Atmel AVR ISP (STK500)</string>
116
             </property>
117
            </item>
118
            <item>
119
             <property name="text" >
120
              <string>Atmel AVR ISP mkII (STK500v1)</string>
121
             </property>
122
            </item>
123
            <item>
124
             <property name="text" >
125
              <string>Atmel AVR ISP mkII (STK500v2)</string>
126
             </property>
127
            </item>
128
           </widget>
129
          </item>
130
          <item row="1" column="0" >
131
           <widget class="QLabel" name="label_5" >
132
            <property name="text" >
133
             <string>Device: </string>
134
            </property>
135
           </widget>
136
          </item>
137
          <item row="1" column="1" >
138
           <widget class="QLineEdit" name="lineEdit_2" />
139
          </item>
140
          <item row="2" column="0" colspan="2" >
141
           <widget class="QCheckBox" name="checkBox_2" >
142
            <property name="text" >
143
             <string>Serielle Firmeware-Updates mit AVRDUDE</string>
144
            </property>
145
           </widget>
146
          </item>
147
         </layout>
148
        </widget>
149
       </item>
150
       <item row="2" column="0" >
151
        <spacer name="verticalSpacer_2" >
152
         <property name="orientation" >
153
          <enum>Qt::Vertical</enum>
154
         </property>
155
         <property name="sizeHint" stdset="0" >
156
          <size>
157
           <width>20</width>
158
           <height>50</height>
159
          </size>
160
         </property>
161
        </spacer>
162
       </item>
163
      </layout>
164
     </widget>
163 KeyOz 165
     <widget class="QWidget" name="tab" >
166
      <attribute name="title" >
167
       <string>Analog-Daten</string>
168
      </attribute>
169
      <layout class="QGridLayout" name="gridLayout_3" >
170
       <item row="0" column="0" >
171
        <widget class="QGroupBox" name="groupBox" >
172
         <property name="title" >
173
          <string>Debug-Daten</string>
174
         </property>
175
         <layout class="QGridLayout" name="gridLayout" >
176
          <item row="0" column="0" >
177
           <widget class="QLabel" name="label" >
178
            <property name="text" >
179
             <string>Intervall langsam :</string>
180
            </property>
181
           </widget>
182
          </item>
183
          <item row="0" column="1" >
184
           <widget class="QSpinBox" name="sp_Debug_Slow" >
185
            <property name="suffix" >
186
             <string> ms</string>
187
            </property>
188
            <property name="minimum" >
189
             <number>10</number>
190
            </property>
191
            <property name="maximum" >
192
             <number>2550</number>
193
            </property>
194
            <property name="singleStep" >
195
             <number>10</number>
196
            </property>
197
            <property name="value" >
198
             <number>500</number>
199
            </property>
200
           </widget>
201
          </item>
202
          <item row="1" column="0" >
203
           <widget class="QLabel" name="label_2" >
204
            <property name="text" >
205
             <string>Intervall schnell :</string>
206
            </property>
207
           </widget>
208
          </item>
209
          <item row="1" column="1" >
210
           <widget class="QSpinBox" name="sp_Debug_Fast" >
211
            <property name="suffix" >
212
             <string> ms</string>
213
            </property>
214
            <property name="prefix" >
215
             <string/>
216
            </property>
217
            <property name="minimum" >
218
             <number>10</number>
219
            </property>
220
            <property name="maximum" >
221
             <number>2550</number>
222
            </property>
223
            <property name="singleStep" >
224
             <number>10</number>
225
            </property>
226
            <property name="value" >
227
             <number>100</number>
228
            </property>
229
           </widget>
230
          </item>
231
          <item row="2" column="0" colspan="2" >
232
           <widget class="QCheckBox" name="checkBox" >
166 KeyOz 233
            <property name="enabled" >
234
             <bool>false</bool>
235
            </property>
163 KeyOz 236
            <property name="text" >
237
             <string>Beim Beenden abschalten</string>
238
            </property>
239
           </widget>
240
          </item>
241
         </layout>
242
        </widget>
243
       </item>
244
       <item row="1" column="0" >
245
        <widget class="QGroupBox" name="groupBox_2" >
246
         <property name="title" >
247
          <string>Plotter</string>
248
         </property>
249
         <layout class="QGridLayout" name="gridLayout_2" >
250
          <item row="0" column="0" >
251
           <widget class="QLabel" name="label_3" >
252
            <property name="text" >
253
             <string>Angezeigte Datensätze :</string>
254
            </property>
255
           </widget>
256
          </item>
257
          <item row="0" column="1" >
258
           <widget class="QSpinBox" name="sp_Plotter_Count" >
259
            <property name="minimum" >
260
             <number>50</number>
261
            </property>
262
            <property name="maximum" >
263
             <number>250</number>
264
            </property>
265
            <property name="singleStep" >
266
             <number>5</number>
267
            </property>
268
            <property name="value" >
269
             <number>100</number>
270
            </property>
271
           </widget>
272
          </item>
273
         </layout>
274
        </widget>
275
       </item>
276
      </layout>
277
     </widget>
278
     <widget class="QWidget" name="tab_2" >
279
      <attribute name="title" >
280
       <string>Verzeichnisse</string>
281
      </attribute>
282
      <layout class="QVBoxLayout" name="verticalLayout_3" >
283
       <item>
284
        <widget class="QGroupBox" name="groupBox_3" >
285
         <property name="title" >
286
          <string>Verzeichniss für CVS-Dateien (Datenrecorder)</string>
287
         </property>
288
         <layout class="QVBoxLayout" name="verticalLayout" >
289
          <item>
290
           <widget class="QLineEdit" name="le_DIR_CVS" />
291
          </item>
292
          <item>
293
           <widget class="QPushButton" name="pb_DIR_CVS" >
294
            <property name="text" >
295
             <string>Verzeichniss auswählen</string>
296
            </property>
297
            <property name="icon" >
298
             <iconset resource="../MKTool.qrc" >
299
              <normaloff>:/Actions/Images/22X22/folder-print.png</normaloff>:/Actions/Images/22X22/folder-print.png</iconset>
300
            </property>
301
           </widget>
302
          </item>
303
         </layout>
304
        </widget>
305
       </item>
306
       <item>
307
        <widget class="QGroupBox" name="groupBox_4" >
308
         <property name="title" >
309
          <string>Verzeichniss für Setting-Dateien</string>
310
         </property>
311
         <layout class="QVBoxLayout" name="verticalLayout_2" >
312
          <item>
313
           <widget class="QLineEdit" name="le_DIR_SET" />
314
          </item>
315
          <item>
316
           <widget class="QPushButton" name="pb_DIR_SET" >
317
            <property name="text" >
318
             <string>Verzeichniss auswählen</string>
319
            </property>
320
            <property name="icon" >
321
             <iconset resource="../MKTool.qrc" >
322
              <normaloff>:/Actions/Images/22X22/folder.png</normaloff>:/Actions/Images/22X22/folder.png</iconset>
323
            </property>
324
           </widget>
325
          </item>
326
         </layout>
327
        </widget>
328
       </item>
329
       <item>
330
        <spacer name="verticalSpacer" >
331
         <property name="orientation" >
332
          <enum>Qt::Vertical</enum>
333
         </property>
334
         <property name="sizeHint" stdset="0" >
335
          <size>
336
           <width>20</width>
337
           <height>21</height>
338
          </size>
339
         </property>
340
        </spacer>
341
       </item>
342
      </layout>
343
     </widget>
344
    </widget>
345
   </item>
159 KeyOz 346
  </layout>
347
 </widget>
163 KeyOz 348
 <resources>
349
  <include location="../MKTool.qrc" />
350
 </resources>
159 KeyOz 351
 <connections>
352
  <connection>
353
   <sender>okButton</sender>
354
   <signal>clicked()</signal>
355
   <receiver>dlg_Preferences_UI</receiver>
356
   <slot>accept()</slot>
357
   <hints>
358
    <hint type="sourcelabel" >
359
     <x>278</x>
360
     <y>253</y>
361
    </hint>
362
    <hint type="destinationlabel" >
363
     <x>96</x>
364
     <y>254</y>
365
    </hint>
366
   </hints>
367
  </connection>
368
  <connection>
369
   <sender>cancelButton</sender>
370
   <signal>clicked()</signal>
371
   <receiver>dlg_Preferences_UI</receiver>
372
   <slot>reject()</slot>
373
   <hints>
374
    <hint type="sourcelabel" >
375
     <x>369</x>
376
     <y>253</y>
377
    </hint>
378
    <hint type="destinationlabel" >
379
     <x>179</x>
380
     <y>282</y>
381
    </hint>
382
   </hints>
383
  </connection>
384
 </connections>
385
</ui>