Projekt

Obecné

Profil

Stáhnout (16.7 KB) Statistiky
| Větev: | Tag: | Revize:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>curveDialog</class>
4
 <widget class="QDialog" name="curveDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>662</width>
10
    <height>674</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="windowTitle">
20
   <string>Dialog</string>
21
  </property>
22
  <layout class="QGridLayout" name="gridLayout_4">
23
   <item row="0" column="0" colspan="3">
24
    <layout class="QHBoxLayout" name="horizontalLayout">
25
     <item>
26
      <widget class="QPushButton" name="circleBtn">
27
       <property name="minimumSize">
28
        <size>
29
         <width>90</width>
30
         <height>90</height>
31
        </size>
32
       </property>
33
       <property name="font">
34
        <font>
35
         <pointsize>15</pointsize>
36
        </font>
37
       </property>
38
       <property name="text">
39
        <string>Kruh</string>
40
       </property>
41
       <property name="checkable">
42
        <bool>true</bool>
43
       </property>
44
       <attribute name="buttonGroup">
45
        <string notr="true">buttonGroup</string>
46
       </attribute>
47
      </widget>
48
     </item>
49
     <item>
50
      <widget class="QPushButton" name="ellipseBtn">
51
       <property name="minimumSize">
52
        <size>
53
         <width>90</width>
54
         <height>90</height>
55
        </size>
56
       </property>
57
       <property name="font">
58
        <font>
59
         <pointsize>15</pointsize>
60
        </font>
61
       </property>
62
       <property name="text">
63
        <string>Elipsa</string>
64
       </property>
65
       <property name="checkable">
66
        <bool>true</bool>
67
       </property>
68
       <attribute name="buttonGroup">
69
        <string notr="true">buttonGroup</string>
70
       </attribute>
71
      </widget>
72
     </item>
73
     <item>
74
      <widget class="QPushButton" name="lemnBtn">
75
       <property name="minimumSize">
76
        <size>
77
         <width>90</width>
78
         <height>90</height>
79
        </size>
80
       </property>
81
       <property name="font">
82
        <font>
83
         <pointsize>15</pointsize>
84
        </font>
85
       </property>
86
       <property name="text">
87
        <string>Lemniskáta</string>
88
       </property>
89
       <property name="checkable">
90
        <bool>true</bool>
91
       </property>
92
       <attribute name="buttonGroup">
93
        <string notr="true">buttonGroup</string>
94
       </attribute>
95
      </widget>
96
     </item>
97
     <item>
98
      <widget class="QPushButton" name="kardBtn">
99
       <property name="minimumSize">
100
        <size>
101
         <width>90</width>
102
         <height>90</height>
103
        </size>
104
       </property>
105
       <property name="font">
106
        <font>
107
         <pointsize>15</pointsize>
108
        </font>
109
       </property>
110
       <property name="text">
111
        <string>Kardiotida</string>
112
       </property>
113
       <property name="checkable">
114
        <bool>true</bool>
115
       </property>
116
       <attribute name="buttonGroup">
117
        <string notr="true">buttonGroup</string>
118
       </attribute>
119
      </widget>
120
     </item>
121
     <item>
122
      <widget class="QPushButton" name="lineBtn">
123
       <property name="minimumSize">
124
        <size>
125
         <width>90</width>
126
         <height>90</height>
127
        </size>
128
       </property>
129
       <property name="font">
130
        <font>
131
         <pointsize>15</pointsize>
132
        </font>
133
       </property>
134
       <property name="text">
135
        <string>Úsečka</string>
136
       </property>
137
       <property name="checkable">
138
        <bool>true</bool>
139
       </property>
140
       <attribute name="buttonGroup">
141
        <string notr="true">buttonGroup</string>
142
       </attribute>
143
      </widget>
144
     </item>
145
     <item>
146
      <widget class="QPushButton" name="noCurveBtn">
147
       <property name="minimumSize">
148
        <size>
149
         <width>90</width>
150
         <height>90</height>
151
        </size>
152
       </property>
153
       <property name="font">
154
        <font>
155
         <pointsize>15</pointsize>
156
        </font>
157
       </property>
158
       <property name="text">
159
        <string>Žádná
160
křivka</string>
161
       </property>
162
       <property name="checkable">
163
        <bool>true</bool>
164
       </property>
165
       <attribute name="buttonGroup">
166
        <string notr="true">buttonGroup</string>
167
       </attribute>
168
      </widget>
169
     </item>
170
    </layout>
171
   </item>
172
   <item row="1" column="0" colspan="3">
173
    <widget class="QGroupBox" name="groupBox_3">
174
     <property name="font">
175
      <font>
176
       <pointsize>15</pointsize>
177
      </font>
178
     </property>
179
     <property name="title">
180
      <string>Úhel sklonu křivky</string>
181
     </property>
182
     <layout class="QGridLayout" name="gridLayout_3">
183
      <item row="0" column="4">
184
       <spacer name="horizontalSpacer_6">
185
        <property name="orientation">
186
         <enum>Qt::Horizontal</enum>
187
        </property>
188
        <property name="sizeHint" stdset="0">
189
         <size>
190
          <width>30</width>
191
          <height>20</height>
192
         </size>
193
        </property>
194
       </spacer>
195
      </item>
196
      <item row="0" column="3">
197
       <widget class="QPushButton" name="angle45Btn">
198
        <property name="minimumSize">
199
         <size>
200
          <width>90</width>
201
          <height>90</height>
202
         </size>
203
        </property>
204
        <property name="font">
205
         <font>
206
          <pointsize>15</pointsize>
207
         </font>
208
        </property>
209
        <property name="text">
210
         <string>45</string>
211
        </property>
212
        <property name="checkable">
213
         <bool>true</bool>
214
        </property>
215
        <attribute name="buttonGroup">
216
         <string notr="true">buttonGroupAngle</string>
217
        </attribute>
218
       </widget>
219
      </item>
220
      <item row="0" column="6">
221
       <spacer name="horizontalSpacer_7">
222
        <property name="orientation">
223
         <enum>Qt::Horizontal</enum>
224
        </property>
225
        <property name="sizeHint" stdset="0">
226
         <size>
227
          <width>30</width>
228
          <height>20</height>
229
         </size>
230
        </property>
231
       </spacer>
232
      </item>
233
      <item row="0" column="5">
234
       <widget class="QPushButton" name="angle90Btn">
235
        <property name="minimumSize">
236
         <size>
237
          <width>90</width>
238
          <height>90</height>
239
         </size>
240
        </property>
241
        <property name="font">
242
         <font>
243
          <pointsize>15</pointsize>
244
         </font>
245
        </property>
246
        <property name="text">
247
         <string>90</string>
248
        </property>
249
        <property name="checkable">
250
         <bool>true</bool>
251
        </property>
252
        <attribute name="buttonGroup">
253
         <string notr="true">buttonGroupAngle</string>
254
        </attribute>
255
       </widget>
256
      </item>
257
      <item row="0" column="1">
258
       <widget class="QPushButton" name="angle0Btn">
259
        <property name="minimumSize">
260
         <size>
261
          <width>90</width>
262
          <height>90</height>
263
         </size>
264
        </property>
265
        <property name="font">
266
         <font>
267
          <pointsize>15</pointsize>
268
         </font>
269
        </property>
270
        <property name="text">
271
         <string>0</string>
272
        </property>
273
        <property name="checkable">
274
         <bool>true</bool>
275
        </property>
276
        <property name="checked">
277
         <bool>true</bool>
278
        </property>
279
        <attribute name="buttonGroup">
280
         <string notr="true">buttonGroupAngle</string>
281
        </attribute>
282
       </widget>
283
      </item>
284
      <item row="0" column="0">
285
       <spacer name="horizontalSpacer_3">
286
        <property name="orientation">
287
         <enum>Qt::Horizontal</enum>
288
        </property>
289
        <property name="sizeHint" stdset="0">
290
         <size>
291
          <width>30</width>
292
          <height>20</height>
293
         </size>
294
        </property>
295
       </spacer>
296
      </item>
297
      <item row="0" column="2">
298
       <spacer name="horizontalSpacer_5">
299
        <property name="orientation">
300
         <enum>Qt::Horizontal</enum>
301
        </property>
302
        <property name="sizeHint" stdset="0">
303
         <size>
304
          <width>30</width>
305
          <height>20</height>
306
         </size>
307
        </property>
308
       </spacer>
309
      </item>
310
      <item row="0" column="8">
311
       <spacer name="horizontalSpacer_4">
312
        <property name="orientation">
313
         <enum>Qt::Horizontal</enum>
314
        </property>
315
        <property name="sizeHint" stdset="0">
316
         <size>
317
          <width>30</width>
318
          <height>20</height>
319
         </size>
320
        </property>
321
       </spacer>
322
      </item>
323
      <item row="0" column="7">
324
       <widget class="QPushButton" name="angle135Btn">
325
        <property name="minimumSize">
326
         <size>
327
          <width>90</width>
328
          <height>90</height>
329
         </size>
330
        </property>
331
        <property name="font">
332
         <font>
333
          <pointsize>15</pointsize>
334
         </font>
335
        </property>
336
        <property name="text">
337
         <string>135</string>
338
        </property>
339
        <property name="checkable">
340
         <bool>true</bool>
341
        </property>
342
        <attribute name="buttonGroup">
343
         <string notr="true">buttonGroupAngle</string>
344
        </attribute>
345
       </widget>
346
      </item>
347
     </layout>
348
    </widget>
349
   </item>
350
   <item row="2" column="0" colspan="3">
351
    <widget class="QGroupBox" name="groupBox">
352
     <property name="font">
353
      <font>
354
       <pointsize>15</pointsize>
355
      </font>
356
     </property>
357
     <property name="title">
358
      <string>Směr rotace</string>
359
     </property>
360
     <layout class="QGridLayout" name="gridLayout">
361
      <item row="0" column="0" rowspan="2">
362
       <spacer name="horizontalSpacer_8">
363
        <property name="orientation">
364
         <enum>Qt::Horizontal</enum>
365
        </property>
366
        <property name="sizeHint" stdset="0">
367
         <size>
368
          <width>115</width>
369
          <height>20</height>
370
         </size>
371
        </property>
372
       </spacer>
373
      </item>
374
      <item row="0" column="1" rowspan="2">
375
       <widget class="QPushButton" name="cwRotBtn">
376
        <property name="minimumSize">
377
         <size>
378
          <width>90</width>
379
          <height>90</height>
380
         </size>
381
        </property>
382
        <property name="text">
383
         <string/>
384
        </property>
385
        <property name="icon">
386
         <iconset resource="resources.qrc">
387
          <normaloff>:/img/if_rotate-cw.png</normaloff>:/img/if_rotate-cw.png</iconset>
388
        </property>
389
        <property name="iconSize">
390
         <size>
391
          <width>64</width>
392
          <height>64</height>
393
         </size>
394
        </property>
395
        <property name="checkable">
396
         <bool>true</bool>
397
        </property>
398
        <property name="checked">
399
         <bool>true</bool>
400
        </property>
401
        <attribute name="buttonGroup">
402
         <string notr="true">buttonGroupRot</string>
403
        </attribute>
404
       </widget>
405
      </item>
406
      <item row="0" column="2">
407
       <spacer name="horizontalSpacer_9">
408
        <property name="orientation">
409
         <enum>Qt::Horizontal</enum>
410
        </property>
411
        <property name="sizeHint" stdset="0">
412
         <size>
413
          <width>115</width>
414
          <height>20</height>
415
         </size>
416
        </property>
417
       </spacer>
418
      </item>
419
      <item row="0" column="3" rowspan="2">
420
       <widget class="QPushButton" name="ccwRotBtn">
421
        <property name="minimumSize">
422
         <size>
423
          <width>90</width>
424
          <height>90</height>
425
         </size>
426
        </property>
427
        <property name="text">
428
         <string/>
429
        </property>
430
        <property name="icon">
431
         <iconset resource="resources.qrc">
432
          <normaloff>:/img/if_rotate-ccw.png</normaloff>:/img/if_rotate-ccw.png</iconset>
433
        </property>
434
        <property name="iconSize">
435
         <size>
436
          <width>64</width>
437
          <height>64</height>
438
         </size>
439
        </property>
440
        <property name="checkable">
441
         <bool>true</bool>
442
        </property>
443
        <attribute name="buttonGroup">
444
         <string notr="true">buttonGroupRot</string>
445
        </attribute>
446
       </widget>
447
      </item>
448
      <item row="1" column="4">
449
       <spacer name="horizontalSpacer_10">
450
        <property name="orientation">
451
         <enum>Qt::Horizontal</enum>
452
        </property>
453
        <property name="sizeHint" stdset="0">
454
         <size>
455
          <width>115</width>
456
          <height>20</height>
457
         </size>
458
        </property>
459
       </spacer>
460
      </item>
461
     </layout>
462
    </widget>
463
   </item>
464
   <item row="3" column="0" colspan="3">
465
    <widget class="QGroupBox" name="groupBox_2">
466
     <property name="font">
467
      <font>
468
       <pointsize>15</pointsize>
469
      </font>
470
     </property>
471
     <property name="title">
472
      <string>Pronace/Supinace</string>
473
     </property>
474
     <layout class="QGridLayout" name="gridLayout_2">
475
      <item row="0" column="0">
476
       <spacer name="horizontalSpacer_11">
477
        <property name="orientation">
478
         <enum>Qt::Horizontal</enum>
479
        </property>
480
        <property name="sizeHint" stdset="0">
481
         <size>
482
          <width>115</width>
483
          <height>20</height>
484
         </size>
485
        </property>
486
       </spacer>
487
      </item>
488
      <item row="0" column="1">
489
       <widget class="QPushButton" name="pronSup1Btn">
490
        <property name="minimumSize">
491
         <size>
492
          <width>90</width>
493
          <height>90</height>
494
         </size>
495
        </property>
496
        <property name="text">
497
         <string>Úroveň 1</string>
498
        </property>
499
        <property name="checkable">
500
         <bool>true</bool>
501
        </property>
502
        <attribute name="buttonGroup">
503
         <string notr="true">buttonGroupPS</string>
504
        </attribute>
505
       </widget>
506
      </item>
507
      <item row="0" column="2">
508
       <spacer name="horizontalSpacer_12">
509
        <property name="orientation">
510
         <enum>Qt::Horizontal</enum>
511
        </property>
512
        <property name="sizeHint" stdset="0">
513
         <size>
514
          <width>115</width>
515
          <height>20</height>
516
         </size>
517
        </property>
518
       </spacer>
519
      </item>
520
      <item row="0" column="3">
521
       <widget class="QPushButton" name="pronSup2Btn">
522
        <property name="minimumSize">
523
         <size>
524
          <width>90</width>
525
          <height>90</height>
526
         </size>
527
        </property>
528
        <property name="text">
529
         <string>Úroveň 2</string>
530
        </property>
531
        <property name="checkable">
532
         <bool>true</bool>
533
        </property>
534
        <attribute name="buttonGroup">
535
         <string notr="true">buttonGroupPS</string>
536
        </attribute>
537
       </widget>
538
      </item>
539
      <item row="0" column="4">
540
       <spacer name="horizontalSpacer_13">
541
        <property name="orientation">
542
         <enum>Qt::Horizontal</enum>
543
        </property>
544
        <property name="sizeHint" stdset="0">
545
         <size>
546
          <width>115</width>
547
          <height>20</height>
548
         </size>
549
        </property>
550
       </spacer>
551
      </item>
552
     </layout>
553
    </widget>
554
   </item>
555
   <item row="4" column="0">
556
    <spacer name="horizontalSpacer_2">
557
     <property name="orientation">
558
      <enum>Qt::Horizontal</enum>
559
     </property>
560
     <property name="sizeHint" stdset="0">
561
      <size>
562
       <width>158</width>
563
       <height>20</height>
564
      </size>
565
     </property>
566
    </spacer>
567
   </item>
568
   <item row="4" column="1">
569
    <layout class="QHBoxLayout" name="horizontalLayout_2">
570
     <item>
571
      <widget class="QPushButton" name="acceptBtn">
572
       <property name="minimumSize">
573
        <size>
574
         <width>90</width>
575
         <height>90</height>
576
        </size>
577
       </property>
578
       <property name="font">
579
        <font>
580
         <pointsize>15</pointsize>
581
        </font>
582
       </property>
583
       <property name="text">
584
        <string>OK</string>
585
       </property>
586
      </widget>
587
     </item>
588
     <item>
589
      <widget class="QPushButton" name="cancelBtn">
590
       <property name="minimumSize">
591
        <size>
592
         <width>90</width>
593
         <height>90</height>
594
        </size>
595
       </property>
596
       <property name="font">
597
        <font>
598
         <pointsize>15</pointsize>
599
        </font>
600
       </property>
601
       <property name="text">
602
        <string>Zrušit</string>
603
       </property>
604
      </widget>
605
     </item>
606
    </layout>
607
   </item>
608
   <item row="4" column="2">
609
    <spacer name="horizontalSpacer">
610
     <property name="orientation">
611
      <enum>Qt::Horizontal</enum>
612
     </property>
613
     <property name="sizeHint" stdset="0">
614
      <size>
615
       <width>168</width>
616
       <height>20</height>
617
      </size>
618
     </property>
619
    </spacer>
620
   </item>
621
  </layout>
622
 </widget>
623
 <resources>
624
  <include location="resources.qrc"/>
625
 </resources>
626
 <connections/>
627
 <buttongroups>
628
  <buttongroup name="buttonGroupAngle"/>
629
  <buttongroup name="buttonGroup"/>
630
  <buttongroup name="buttonGroupRot"/>
631
  <buttongroup name="buttonGroupPS"/>
632
 </buttongroups>
633
</ui>
(4-4/17)