]> Shamusworld >> Repos - architektonas/blob - src/forms/dlgoptionsdrawing.ui
Initial import
[architektonas] / src / forms / dlgoptionsdrawing.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DlgOptionsDrawing</class>
4  <widget class="QDialog" name="DlgOptionsDrawing">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>456</width>
10     <height>335</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Drawing Preferences</string>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>true</bool>
18   </property>
19   <layout class="QVBoxLayout">
20    <property name="spacing">
21     <number>6</number>
22    </property>
23    <property name="margin">
24     <number>11</number>
25    </property>
26    <item>
27     <widget class="QTabWidget" name="tabWidget">
28      <property name="currentIndex">
29       <number>0</number>
30      </property>
31      <widget class="QWidget" name="tab">
32       <attribute name="title">
33        <string>&amp;Paper</string>
34       </attribute>
35       <layout class="QVBoxLayout">
36        <item>
37         <widget class="QGroupBox" name="buttonGroup3">
38          <property name="title">
39           <string>Paper Format</string>
40          </property>
41          <layout class="QVBoxLayout">
42           <item>
43            <layout class="QHBoxLayout">
44             <item>
45              <widget class="QComboBox" name="cbPaperFormat"/>
46             </item>
47             <item>
48              <spacer name="spacer9">
49               <property name="orientation">
50                <enum>Qt::Horizontal</enum>
51               </property>
52               <property name="sizeType">
53                <enum>QSizePolicy::Expanding</enum>
54               </property>
55               <property name="sizeHint" stdset="0">
56                <size>
57                 <width>211</width>
58                 <height>20</height>
59                </size>
60               </property>
61              </spacer>
62             </item>
63            </layout>
64           </item>
65           <item>
66            <layout class="QHBoxLayout">
67             <item>
68              <widget class="QRadioButton" name="rbLandscape">
69               <property name="text">
70                <string>&amp;Landscape</string>
71               </property>
72              </widget>
73             </item>
74             <item>
75              <widget class="QRadioButton" name="rbPortrait">
76               <property name="text">
77                <string>P&amp;ortrait</string>
78               </property>
79              </widget>
80             </item>
81             <item>
82              <spacer name="spacer6">
83               <property name="orientation">
84                <enum>Qt::Horizontal</enum>
85               </property>
86               <property name="sizeType">
87                <enum>QSizePolicy::Expanding</enum>
88               </property>
89               <property name="sizeHint" stdset="0">
90                <size>
91                 <width>231</width>
92                 <height>20</height>
93                </size>
94               </property>
95              </spacer>
96             </item>
97            </layout>
98           </item>
99           <item>
100            <layout class="QGridLayout">
101             <item row="2" column="2">
102              <spacer name="spacer8">
103               <property name="orientation">
104                <enum>Qt::Horizontal</enum>
105               </property>
106               <property name="sizeType">
107                <enum>QSizePolicy::Expanding</enum>
108               </property>
109               <property name="sizeHint" stdset="0">
110                <size>
111                 <width>221</width>
112                 <height>20</height>
113                </size>
114               </property>
115              </spacer>
116             </item>
117             <item row="1" column="1" rowspan="2">
118              <widget class="QLineEdit" name="lePaperHeight"/>
119             </item>
120             <item row="2" column="0">
121              <widget class="QLabel" name="lPageHeight">
122               <property name="text">
123                <string>Paper &amp;Height:</string>
124               </property>
125               <property name="wordWrap">
126                <bool>false</bool>
127               </property>
128               <property name="buddy">
129                <cstring>lePaperHeight</cstring>
130               </property>
131              </widget>
132             </item>
133             <item row="0" column="0">
134              <widget class="QLabel" name="lPageWidth">
135               <property name="text">
136                <string>Paper &amp;Width:</string>
137               </property>
138               <property name="wordWrap">
139                <bool>false</bool>
140               </property>
141               <property name="buddy">
142                <cstring>lePaperWidth</cstring>
143               </property>
144              </widget>
145             </item>
146             <item row="0" column="1">
147              <widget class="QLineEdit" name="lePaperWidth"/>
148             </item>
149             <item row="0" column="2" rowspan="2">
150              <spacer name="spacer7">
151               <property name="orientation">
152                <enum>Qt::Horizontal</enum>
153               </property>
154               <property name="sizeType">
155                <enum>QSizePolicy::Expanding</enum>
156               </property>
157               <property name="sizeHint" stdset="0">
158                <size>
159                 <width>201</width>
160                 <height>20</height>
161                </size>
162               </property>
163              </spacer>
164             </item>
165            </layout>
166           </item>
167          </layout>
168         </widget>
169        </item>
170       </layout>
171      </widget>
172      <widget class="QWidget" name="tab">
173       <attribute name="title">
174        <string>&amp;Units</string>
175       </attribute>
176       <layout class="QVBoxLayout">
177        <item>
178         <widget class="QGroupBox" name="bgUnit">
179          <property name="title">
180           <string>Main Unit</string>
181          </property>
182          <layout class="QHBoxLayout">
183           <item>
184            <widget class="QLabel" name="lUnit">
185             <property name="text">
186              <string>&amp;Main drawing unit:</string>
187             </property>
188             <property name="wordWrap">
189              <bool>false</bool>
190             </property>
191             <property name="buddy">
192              <cstring>cbUnit</cstring>
193             </property>
194            </widget>
195           </item>
196           <item>
197            <widget class="QComboBox" name="cbUnit"/>
198           </item>
199           <item>
200            <spacer name="spacer19">
201             <property name="orientation">
202              <enum>Qt::Horizontal</enum>
203             </property>
204             <property name="sizeType">
205              <enum>QSizePolicy::Expanding</enum>
206             </property>
207             <property name="sizeHint" stdset="0">
208              <size>
209               <width>71</width>
210               <height>20</height>
211              </size>
212             </property>
213            </spacer>
214           </item>
215          </layout>
216         </widget>
217        </item>
218        <item>
219         <layout class="QHBoxLayout">
220          <item>
221           <layout class="QVBoxLayout">
222            <item>
223             <widget class="QGroupBox" name="bgLength">
224              <property name="title">
225               <string>Length</string>
226              </property>
227              <layout class="QGridLayout">
228               <item row="0" column="0">
229                <widget class="QLabel" name="lLengthFormat">
230                 <property name="text">
231                  <string>&amp;Format:</string>
232                 </property>
233                 <property name="wordWrap">
234                  <bool>false</bool>
235                 </property>
236                 <property name="buddy">
237                  <cstring>cbLengthFormat</cstring>
238                 </property>
239                </widget>
240               </item>
241               <item row="0" column="1">
242                <widget class="QComboBox" name="cbLengthFormat"/>
243               </item>
244               <item row="1" column="1">
245                <widget class="QComboBox" name="cbLengthPrecision"/>
246               </item>
247               <item row="1" column="0">
248                <widget class="QLabel" name="lLengthPrecision">
249                 <property name="text">
250                  <string>P&amp;recision:</string>
251                 </property>
252                 <property name="wordWrap">
253                  <bool>false</bool>
254                 </property>
255                 <property name="buddy">
256                  <cstring>cbLengthPrecision</cstring>
257                 </property>
258                </widget>
259               </item>
260               <item row="2" column="1">
261                <spacer name="spacer15">
262                 <property name="orientation">
263                  <enum>Qt::Vertical</enum>
264                 </property>
265                 <property name="sizeType">
266                  <enum>QSizePolicy::Expanding</enum>
267                 </property>
268                 <property name="sizeHint" stdset="0">
269                  <size>
270                   <width>20</width>
271                   <height>31</height>
272                  </size>
273                 </property>
274                </spacer>
275               </item>
276               <item row="2" column="0">
277                <spacer name="spacer15_2">
278                 <property name="orientation">
279                  <enum>Qt::Vertical</enum>
280                 </property>
281                 <property name="sizeType">
282                  <enum>QSizePolicy::Expanding</enum>
283                 </property>
284                 <property name="sizeHint" stdset="0">
285                  <size>
286                   <width>20</width>
287                   <height>31</height>
288                  </size>
289                 </property>
290                </spacer>
291               </item>
292              </layout>
293             </widget>
294            </item>
295            <item>
296             <widget class="QGroupBox" name="bgLengthPreview">
297              <property name="title">
298               <string>Preview</string>
299              </property>
300              <layout class="QHBoxLayout">
301               <item>
302                <widget class="QLabel" name="lLinear">
303                 <property name="text">
304                  <string>linear</string>
305                 </property>
306                 <property name="wordWrap">
307                  <bool>false</bool>
308                 </property>
309                </widget>
310               </item>
311              </layout>
312             </widget>
313            </item>
314           </layout>
315          </item>
316          <item>
317           <layout class="QVBoxLayout">
318            <item>
319             <widget class="QGroupBox" name="bgAngle">
320              <property name="title">
321               <string>Angle</string>
322              </property>
323              <layout class="QGridLayout">
324               <item row="0" column="0">
325                <widget class="QLabel" name="lAngleFormat">
326                 <property name="text">
327                  <string>F&amp;ormat:</string>
328                 </property>
329                 <property name="wordWrap">
330                  <bool>false</bool>
331                 </property>
332                 <property name="buddy">
333                  <cstring>cbAngleFormat</cstring>
334                 </property>
335                </widget>
336               </item>
337               <item row="2" column="1">
338                <spacer name="spacer15_3">
339                 <property name="orientation">
340                  <enum>Qt::Vertical</enum>
341                 </property>
342                 <property name="sizeType">
343                  <enum>QSizePolicy::Expanding</enum>
344                 </property>
345                 <property name="sizeHint" stdset="0">
346                  <size>
347                   <width>20</width>
348                   <height>31</height>
349                  </size>
350                 </property>
351                </spacer>
352               </item>
353               <item row="2" column="0">
354                <spacer name="spacer15_2_2">
355                 <property name="orientation">
356                  <enum>Qt::Vertical</enum>
357                 </property>
358                 <property name="sizeType">
359                  <enum>QSizePolicy::Expanding</enum>
360                 </property>
361                 <property name="sizeHint" stdset="0">
362                  <size>
363                   <width>20</width>
364                   <height>31</height>
365                  </size>
366                 </property>
367                </spacer>
368               </item>
369               <item row="0" column="1">
370                <widget class="QComboBox" name="cbAngleFormat"/>
371               </item>
372               <item row="1" column="0">
373                <widget class="QLabel" name="lAnglePrecision">
374                 <property name="text">
375                  <string>Pre&amp;cision:</string>
376                 </property>
377                 <property name="wordWrap">
378                  <bool>false</bool>
379                 </property>
380                 <property name="buddy">
381                  <cstring>cbAnglePrecision</cstring>
382                 </property>
383                </widget>
384               </item>
385               <item row="1" column="1">
386                <widget class="QComboBox" name="cbAnglePrecision"/>
387               </item>
388              </layout>
389             </widget>
390            </item>
391            <item>
392             <widget class="QGroupBox" name="bgAnglePreview">
393              <property name="title">
394               <string>Preview</string>
395              </property>
396              <layout class="QHBoxLayout">
397               <item>
398                <widget class="QLabel" name="lAngular">
399                 <property name="text">
400                  <string>angular</string>
401                 </property>
402                 <property name="wordWrap">
403                  <bool>false</bool>
404                 </property>
405                </widget>
406               </item>
407              </layout>
408             </widget>
409            </item>
410           </layout>
411          </item>
412         </layout>
413        </item>
414       </layout>
415      </widget>
416      <widget class="QWidget" name="tab">
417       <attribute name="title">
418        <string>&amp;Grid</string>
419       </attribute>
420       <layout class="QVBoxLayout">
421        <item>
422         <widget class="QGroupBox" name="bgGrid">
423          <property name="title">
424           <string>Grid Settings</string>
425          </property>
426          <layout class="QVBoxLayout">
427           <item>
428            <layout class="QHBoxLayout">
429             <item>
430              <widget class="QCheckBox" name="cbGridOn">
431               <property name="text">
432                <string>Show Grid</string>
433               </property>
434              </widget>
435             </item>
436             <item>
437              <spacer name="spacer16">
438               <property name="orientation">
439                <enum>Qt::Horizontal</enum>
440               </property>
441               <property name="sizeType">
442                <enum>QSizePolicy::Expanding</enum>
443               </property>
444               <property name="sizeHint" stdset="0">
445                <size>
446                 <width>221</width>
447                 <height>21</height>
448                </size>
449               </property>
450              </spacer>
451             </item>
452            </layout>
453           </item>
454           <item>
455            <layout class="QGridLayout">
456             <item row="1" column="2">
457              <spacer name="spacer14_2">
458               <property name="orientation">
459                <enum>Qt::Horizontal</enum>
460               </property>
461               <property name="sizeType">
462                <enum>QSizePolicy::Expanding</enum>
463               </property>
464               <property name="sizeHint" stdset="0">
465                <size>
466                 <width>111</width>
467                 <height>20</height>
468                </size>
469               </property>
470              </spacer>
471             </item>
472             <item row="0" column="2">
473              <spacer name="spacer14">
474               <property name="orientation">
475                <enum>Qt::Horizontal</enum>
476               </property>
477               <property name="sizeType">
478                <enum>QSizePolicy::Expanding</enum>
479               </property>
480               <property name="sizeHint" stdset="0">
481                <size>
482                 <width>111</width>
483                 <height>20</height>
484                </size>
485               </property>
486              </spacer>
487             </item>
488             <item row="0" column="0">
489              <widget class="QLabel" name="lXSpacing">
490               <property name="text">
491                <string>X Spacing:</string>
492               </property>
493               <property name="wordWrap">
494                <bool>false</bool>
495               </property>
496              </widget>
497             </item>
498             <item row="1" column="1">
499              <widget class="QComboBox" name="cbYSpacing">
500               <property name="editable">
501                <bool>true</bool>
502               </property>
503               <item>
504                <property name="text">
505                 <string>auto</string>
506                </property>
507               </item>
508               <item>
509                <property name="text">
510                 <string>0.01</string>
511                </property>
512               </item>
513               <item>
514                <property name="text">
515                 <string>0.1</string>
516                </property>
517               </item>
518               <item>
519                <property name="text">
520                 <string>1</string>
521                </property>
522               </item>
523               <item>
524                <property name="text">
525                 <string>10</string>
526                </property>
527               </item>
528              </widget>
529             </item>
530             <item row="1" column="0">
531              <widget class="QLabel" name="lYSpacing">
532               <property name="text">
533                <string>Y Spacing:</string>
534               </property>
535               <property name="wordWrap">
536                <bool>false</bool>
537               </property>
538              </widget>
539             </item>
540             <item row="0" column="1">
541              <widget class="QComboBox" name="cbXSpacing">
542               <property name="editable">
543                <bool>true</bool>
544               </property>
545               <item>
546                <property name="text">
547                 <string>auto</string>
548                </property>
549               </item>
550               <item>
551                <property name="text">
552                 <string>0.01</string>
553                </property>
554               </item>
555               <item>
556                <property name="text">
557                 <string>0.1</string>
558                </property>
559               </item>
560               <item>
561                <property name="text">
562                 <string>1</string>
563                </property>
564               </item>
565               <item>
566                <property name="text">
567                 <string>10</string>
568                </property>
569               </item>
570              </widget>
571             </item>
572            </layout>
573           </item>
574          </layout>
575         </widget>
576        </item>
577        <item>
578         <spacer name="spacer17">
579          <property name="orientation">
580           <enum>Qt::Vertical</enum>
581          </property>
582          <property name="sizeType">
583           <enum>QSizePolicy::Expanding</enum>
584          </property>
585          <property name="sizeHint" stdset="0">
586           <size>
587            <width>20</width>
588            <height>71</height>
589           </size>
590          </property>
591         </spacer>
592        </item>
593       </layout>
594      </widget>
595      <widget class="QWidget" name="tab">
596       <attribute name="title">
597        <string>&amp;Dimensions</string>
598       </attribute>
599       <layout class="QGridLayout">
600        <item row="0" column="0">
601         <widget class="QLabel" name="lDimTextHeight">
602          <property name="text">
603           <string>Text Height:</string>
604          </property>
605          <property name="wordWrap">
606           <bool>false</bool>
607          </property>
608         </widget>
609        </item>
610        <item row="0" column="2">
611         <widget class="QLabel" name="lDimUnit1">
612          <property name="text">
613           <string>units</string>
614          </property>
615          <property name="wordWrap">
616           <bool>false</bool>
617          </property>
618         </widget>
619        </item>
620        <item row="0" column="1">
621         <widget class="QComboBox" name="cbDimTextHeight">
622          <property name="editable">
623           <bool>true</bool>
624          </property>
625          <item>
626           <property name="text">
627            <string>1</string>
628           </property>
629          </item>
630          <item>
631           <property name="text">
632            <string>2</string>
633           </property>
634          </item>
635          <item>
636           <property name="text">
637            <string>5</string>
638           </property>
639          </item>
640         </widget>
641        </item>
642        <item row="1" column="0">
643         <widget class="QLabel" name="lDimExe">
644          <property name="text">
645           <string>Extension line extension:</string>
646          </property>
647          <property name="wordWrap">
648           <bool>false</bool>
649          </property>
650         </widget>
651        </item>
652        <item row="1" column="1">
653         <widget class="QComboBox" name="cbDimExe">
654          <property name="editable">
655           <bool>true</bool>
656          </property>
657          <item>
658           <property name="text">
659            <string>1</string>
660           </property>
661          </item>
662          <item>
663           <property name="text">
664            <string>2</string>
665           </property>
666          </item>
667          <item>
668           <property name="text">
669            <string>5</string>
670           </property>
671          </item>
672         </widget>
673        </item>
674        <item row="1" column="2">
675         <widget class="QLabel" name="lDimUnit2">
676          <property name="text">
677           <string>units</string>
678          </property>
679          <property name="wordWrap">
680           <bool>false</bool>
681          </property>
682         </widget>
683        </item>
684        <item row="2" column="2">
685         <widget class="QLabel" name="lDimUnit3">
686          <property name="text">
687           <string>units</string>
688          </property>
689          <property name="wordWrap">
690           <bool>false</bool>
691          </property>
692         </widget>
693        </item>
694        <item row="5" column="0">
695         <spacer name="spacer11">
696          <property name="orientation">
697           <enum>Qt::Vertical</enum>
698          </property>
699          <property name="sizeType">
700           <enum>QSizePolicy::Expanding</enum>
701          </property>
702          <property name="sizeHint" stdset="0">
703           <size>
704            <width>20</width>
705            <height>30</height>
706           </size>
707          </property>
708         </spacer>
709        </item>
710        <item row="5" column="1">
711         <spacer name="spacer11_2">
712          <property name="orientation">
713           <enum>Qt::Vertical</enum>
714          </property>
715          <property name="sizeType">
716           <enum>QSizePolicy::Expanding</enum>
717          </property>
718          <property name="sizeHint" stdset="0">
719           <size>
720            <width>20</width>
721            <height>40</height>
722           </size>
723          </property>
724         </spacer>
725        </item>
726        <item row="5" column="2">
727         <spacer name="spacer11_2_2">
728          <property name="orientation">
729           <enum>Qt::Vertical</enum>
730          </property>
731          <property name="sizeType">
732           <enum>QSizePolicy::Expanding</enum>
733          </property>
734          <property name="sizeHint" stdset="0">
735           <size>
736            <width>20</width>
737            <height>30</height>
738           </size>
739          </property>
740         </spacer>
741        </item>
742        <item row="4" column="0">
743         <widget class="QLabel" name="lDimAsz">
744          <property name="text">
745           <string>Arrow size:</string>
746          </property>
747          <property name="wordWrap">
748           <bool>false</bool>
749          </property>
750         </widget>
751        </item>
752        <item row="3" column="0">
753         <widget class="QLabel" name="lDimGap">
754          <property name="text">
755           <string>Dimension line gap:</string>
756          </property>
757          <property name="wordWrap">
758           <bool>false</bool>
759          </property>
760         </widget>
761        </item>
762        <item row="2" column="0">
763         <widget class="QLabel" name="lDimExo">
764          <property name="text">
765           <string>Extension line offset:</string>
766          </property>
767          <property name="wordWrap">
768           <bool>false</bool>
769          </property>
770         </widget>
771        </item>
772        <item row="2" column="1">
773         <widget class="QComboBox" name="cbDimExo">
774          <property name="editable">
775           <bool>true</bool>
776          </property>
777          <item>
778           <property name="text">
779            <string>1</string>
780           </property>
781          </item>
782          <item>
783           <property name="text">
784            <string>2</string>
785           </property>
786          </item>
787          <item>
788           <property name="text">
789            <string>5</string>
790           </property>
791          </item>
792         </widget>
793        </item>
794        <item row="3" column="1">
795         <widget class="QComboBox" name="cbDimGap">
796          <property name="editable">
797           <bool>true</bool>
798          </property>
799          <item>
800           <property name="text">
801            <string>1</string>
802           </property>
803          </item>
804          <item>
805           <property name="text">
806            <string>2</string>
807           </property>
808          </item>
809          <item>
810           <property name="text">
811            <string>5</string>
812           </property>
813          </item>
814         </widget>
815        </item>
816        <item row="4" column="1">
817         <widget class="QComboBox" name="cbDimAsz">
818          <property name="editable">
819           <bool>true</bool>
820          </property>
821          <item>
822           <property name="text">
823            <string>1</string>
824           </property>
825          </item>
826          <item>
827           <property name="text">
828            <string>2</string>
829           </property>
830          </item>
831          <item>
832           <property name="text">
833            <string>5</string>
834           </property>
835          </item>
836         </widget>
837        </item>
838        <item row="3" column="2">
839         <widget class="QLabel" name="lDimUnit4">
840          <property name="text">
841           <string>units</string>
842          </property>
843          <property name="wordWrap">
844           <bool>false</bool>
845          </property>
846         </widget>
847        </item>
848        <item row="4" column="2">
849         <widget class="QLabel" name="lDimUnit5">
850          <property name="text">
851           <string>units</string>
852          </property>
853          <property name="wordWrap">
854           <bool>false</bool>
855          </property>
856         </widget>
857        </item>
858       </layout>
859      </widget>
860      <widget class="QWidget" name="tab">
861       <attribute name="title">
862        <string>Splines</string>
863       </attribute>
864       <layout class="QVBoxLayout">
865        <item>
866         <layout class="QHBoxLayout">
867          <item>
868           <widget class="QLabel" name="lSplineSegs">
869            <property name="text">
870             <string>Number of line segments per spline patch:</string>
871            </property>
872            <property name="wordWrap">
873             <bool>false</bool>
874            </property>
875           </widget>
876          </item>
877          <item>
878           <widget class="QComboBox" name="cbSplineSegs">
879            <property name="editable">
880             <bool>true</bool>
881            </property>
882            <item>
883             <property name="text">
884              <string>2</string>
885             </property>
886            </item>
887            <item>
888             <property name="text">
889              <string>4</string>
890             </property>
891            </item>
892            <item>
893             <property name="text">
894              <string>8</string>
895             </property>
896            </item>
897            <item>
898             <property name="text">
899              <string>16</string>
900             </property>
901            </item>
902            <item>
903             <property name="text">
904              <string>32</string>
905             </property>
906            </item>
907            <item>
908             <property name="text">
909              <string>64</string>
910             </property>
911            </item>
912           </widget>
913          </item>
914         </layout>
915        </item>
916        <item>
917         <spacer name="spacer19_2">
918          <property name="orientation">
919           <enum>Qt::Vertical</enum>
920          </property>
921          <property name="sizeType">
922           <enum>QSizePolicy::Expanding</enum>
923          </property>
924          <property name="sizeHint" stdset="0">
925           <size>
926            <width>20</width>
927            <height>111</height>
928           </size>
929          </property>
930         </spacer>
931        </item>
932       </layout>
933      </widget>
934     </widget>
935    </item>
936    <item>
937     <layout class="QHBoxLayout">
938      <property name="spacing">
939       <number>6</number>
940      </property>
941      <property name="margin">
942       <number>0</number>
943      </property>
944      <item>
945       <spacer name="Horizontal Spacing2">
946        <property name="orientation">
947         <enum>Qt::Horizontal</enum>
948        </property>
949        <property name="sizeType">
950         <enum>QSizePolicy::Expanding</enum>
951        </property>
952        <property name="sizeHint" stdset="0">
953         <size>
954          <width>20</width>
955          <height>20</height>
956         </size>
957        </property>
958       </spacer>
959      </item>
960      <item>
961       <widget class="QPushButton" name="buttonOk">
962        <property name="text">
963         <string>&amp;OK</string>
964        </property>
965        <property name="shortcut">
966         <string>Alt+O</string>
967        </property>
968        <property name="autoDefault">
969         <bool>true</bool>
970        </property>
971        <property name="default">
972         <bool>true</bool>
973        </property>
974       </widget>
975      </item>
976      <item>
977       <widget class="QPushButton" name="buttonCancel">
978        <property name="text">
979         <string>Cancel</string>
980        </property>
981        <property name="shortcut">
982         <string>Esc</string>
983        </property>
984        <property name="autoDefault">
985         <bool>true</bool>
986        </property>
987       </widget>
988      </item>
989     </layout>
990    </item>
991   </layout>
992  </widget>
993  <layoutdefault spacing="6" margin="11"/>
994  <tabstops>
995   <tabstop>tabWidget</tabstop>
996   <tabstop>cbPaperFormat</tabstop>
997   <tabstop>rbLandscape</tabstop>
998   <tabstop>rbPortrait</tabstop>
999   <tabstop>lePaperWidth</tabstop>
1000   <tabstop>lePaperHeight</tabstop>
1001   <tabstop>buttonOk</tabstop>
1002   <tabstop>buttonCancel</tabstop>
1003   <tabstop>cbUnit</tabstop>
1004   <tabstop>cbLengthFormat</tabstop>
1005   <tabstop>cbLengthPrecision</tabstop>
1006   <tabstop>cbAngleFormat</tabstop>
1007   <tabstop>cbAnglePrecision</tabstop>
1008   <tabstop>cbGridOn</tabstop>
1009   <tabstop>cbXSpacing</tabstop>
1010   <tabstop>cbYSpacing</tabstop>
1011   <tabstop>cbDimTextHeight</tabstop>
1012   <tabstop>cbDimExe</tabstop>
1013   <tabstop>cbDimExo</tabstop>
1014   <tabstop>cbDimGap</tabstop>
1015   <tabstop>cbDimAsz</tabstop>
1016  </tabstops>
1017  <resources/>
1018  <connections>
1019   <connection>
1020    <sender>buttonOk</sender>
1021    <signal>clicked()</signal>
1022    <receiver>DlgOptionsDrawing</receiver>
1023    <slot>validate()</slot>
1024    <hints>
1025     <hint type="sourcelabel">
1026      <x>20</x>
1027      <y>20</y>
1028     </hint>
1029     <hint type="destinationlabel">
1030      <x>20</x>
1031      <y>20</y>
1032     </hint>
1033    </hints>
1034   </connection>
1035   <connection>
1036    <sender>buttonCancel</sender>
1037    <signal>clicked()</signal>
1038    <receiver>DlgOptionsDrawing</receiver>
1039    <slot>reject()</slot>
1040    <hints>
1041     <hint type="sourcelabel">
1042      <x>20</x>
1043      <y>20</y>
1044     </hint>
1045     <hint type="destinationlabel">
1046      <x>20</x>
1047      <y>20</y>
1048     </hint>
1049    </hints>
1050   </connection>
1051   <connection>
1052    <sender>cbLengthFormat</sender>
1053    <signal>activated(int)</signal>
1054    <receiver>DlgOptionsDrawing</receiver>
1055    <slot>updateLengthPrecision()</slot>
1056    <hints>
1057     <hint type="sourcelabel">
1058      <x>20</x>
1059      <y>20</y>
1060     </hint>
1061     <hint type="destinationlabel">
1062      <x>20</x>
1063      <y>20</y>
1064     </hint>
1065    </hints>
1066   </connection>
1067   <connection>
1068    <sender>cbAngleFormat</sender>
1069    <signal>activated(int)</signal>
1070    <receiver>DlgOptionsDrawing</receiver>
1071    <slot>updateAnglePrecision()</slot>
1072    <hints>
1073     <hint type="sourcelabel">
1074      <x>20</x>
1075      <y>20</y>
1076     </hint>
1077     <hint type="destinationlabel">
1078      <x>20</x>
1079      <y>20</y>
1080     </hint>
1081    </hints>
1082   </connection>
1083   <connection>
1084    <sender>cbUnit</sender>
1085    <signal>activated(int)</signal>
1086    <receiver>DlgOptionsDrawing</receiver>
1087    <slot>updatePreview()</slot>
1088    <hints>
1089     <hint type="sourcelabel">
1090      <x>20</x>
1091      <y>20</y>
1092     </hint>
1093     <hint type="destinationlabel">
1094      <x>20</x>
1095      <y>20</y>
1096     </hint>
1097    </hints>
1098   </connection>
1099   <connection>
1100    <sender>cbAngleFormat</sender>
1101    <signal>activated(int)</signal>
1102    <receiver>DlgOptionsDrawing</receiver>
1103    <slot>updatePreview()</slot>
1104    <hints>
1105     <hint type="sourcelabel">
1106      <x>20</x>
1107      <y>20</y>
1108     </hint>
1109     <hint type="destinationlabel">
1110      <x>20</x>
1111      <y>20</y>
1112     </hint>
1113    </hints>
1114   </connection>
1115   <connection>
1116    <sender>cbLengthFormat</sender>
1117    <signal>activated(QString)</signal>
1118    <receiver>DlgOptionsDrawing</receiver>
1119    <slot>updatePreview()</slot>
1120    <hints>
1121     <hint type="sourcelabel">
1122      <x>20</x>
1123      <y>20</y>
1124     </hint>
1125     <hint type="destinationlabel">
1126      <x>20</x>
1127      <y>20</y>
1128     </hint>
1129    </hints>
1130   </connection>
1131   <connection>
1132    <sender>cbAnglePrecision</sender>
1133    <signal>activated(int)</signal>
1134    <receiver>DlgOptionsDrawing</receiver>
1135    <slot>updatePreview()</slot>
1136    <hints>
1137     <hint type="sourcelabel">
1138      <x>20</x>
1139      <y>20</y>
1140     </hint>
1141     <hint type="destinationlabel">
1142      <x>20</x>
1143      <y>20</y>
1144     </hint>
1145    </hints>
1146   </connection>
1147   <connection>
1148    <sender>cbLengthPrecision</sender>
1149    <signal>activated(int)</signal>
1150    <receiver>DlgOptionsDrawing</receiver>
1151    <slot>updatePreview()</slot>
1152    <hints>
1153     <hint type="sourcelabel">
1154      <x>20</x>
1155      <y>20</y>
1156     </hint>
1157     <hint type="destinationlabel">
1158      <x>20</x>
1159      <y>20</y>
1160     </hint>
1161    </hints>
1162   </connection>
1163   <connection>
1164    <sender>cbPaperFormat</sender>
1165    <signal>activated(int)</signal>
1166    <receiver>DlgOptionsDrawing</receiver>
1167    <slot>updatePaperSize()</slot>
1168    <hints>
1169     <hint type="sourcelabel">
1170      <x>20</x>
1171      <y>20</y>
1172     </hint>
1173     <hint type="destinationlabel">
1174      <x>20</x>
1175      <y>20</y>
1176     </hint>
1177    </hints>
1178   </connection>
1179   <connection>
1180    <sender>cbUnit</sender>
1181    <signal>activated(int)</signal>
1182    <receiver>DlgOptionsDrawing</receiver>
1183    <slot>updateUnitLabels()</slot>
1184    <hints>
1185     <hint type="sourcelabel">
1186      <x>20</x>
1187      <y>20</y>
1188     </hint>
1189     <hint type="destinationlabel">
1190      <x>20</x>
1191      <y>20</y>
1192     </hint>
1193    </hints>
1194   </connection>
1195  </connections>
1196 </ui>