1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QG_DlgOptionsGeneral</class>
4 <widget class="QDialog" name="QG_DlgOptionsGeneral">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>783</width>
10    <height>603</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Application Preferences</string>
15  </property>
16  <property name="sizeGripEnabled">
17   <bool>true</bool>
18  </property>
19  <layout class="QGridLayout" name="gridLayout_2">
20   <property name="leftMargin">
21    <number>11</number>
22   </property>
23   <property name="topMargin">
24    <number>11</number>
25   </property>
26   <property name="rightMargin">
27    <number>11</number>
28   </property>
29   <property name="bottomMargin">
30    <number>11</number>
31   </property>
32   <item row="1" column="0">
33    <widget class="QDialogButtonBox" name="buttonBox">
34     <property name="standardButtons">
35      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
36     </property>
37    </widget>
38   </item>
39   <item row="0" column="0">
40    <widget class="QTabWidget" name="tabWidget">
41     <property name="currentIndex">
42      <number>2</number>
43     </property>
44     <widget class="QWidget" name="tab_1">
45      <attribute name="title">
46       <string>&amp;Appearance</string>
47      </attribute>
48      <layout class="QGridLayout" name="gridLayout_3">
49       <item row="3" column="0" colspan="2">
50        <widget class="QGroupBox" name="bgLanguage">
51         <property name="sizePolicy">
52          <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
53           <horstretch>0</horstretch>
54           <verstretch>0</verstretch>
55          </sizepolicy>
56         </property>
57         <property name="title">
58          <string>Language</string>
59         </property>
60         <layout class="QGridLayout" name="language_layout">
61          <item row="0" column="0">
62           <widget class="QLabel" name="lLanguage">
63            <property name="text">
64             <string>&amp;GUI Language:</string>
65            </property>
66            <property name="wordWrap">
67             <bool>false</bool>
68            </property>
69            <property name="buddy">
70             <cstring>cbLanguage</cstring>
71            </property>
72           </widget>
73          </item>
74          <item row="1" column="1">
75           <widget class="QComboBox" name="cbLanguageCmd"/>
76          </item>
77          <item row="1" column="0">
78           <widget class="QLabel" name="lLanguageCmd">
79            <property name="text">
80             <string>&amp;Command Language:</string>
81            </property>
82            <property name="wordWrap">
83             <bool>false</bool>
84            </property>
85            <property name="buddy">
86             <cstring>cbLanguageCmd</cstring>
87            </property>
88           </widget>
89          </item>
90          <item row="0" column="1">
91           <widget class="QComboBox" name="cbLanguage"/>
92          </item>
93         </layout>
94        </widget>
95       </item>
96       <item row="0" column="0" rowspan="3">
97        <widget class="QGroupBox" name="bgGraphicView">
98         <property name="sizePolicy">
99          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
100           <horstretch>0</horstretch>
101           <verstretch>0</verstretch>
102          </sizepolicy>
103         </property>
104         <property name="title">
105          <string>Graphic View</string>
106         </property>
107         <layout class="QGridLayout" name="graphic_view_layout">
108          <item row="0" column="0">
109           <widget class="QCheckBox" name="indicator_lines_checkbox">
110            <property name="text">
111             <string>Snap indicator lines</string>
112            </property>
113            <property name="shortcut">
114             <string>Alt+S</string>
115            </property>
116           </widget>
117          </item>
118          <item row="0" column="1">
119           <widget class="QComboBox" name="indicator_lines_combobox">
120            <property name="accessibleDescription">
121             <string notr="true"/>
122            </property>
123            <item>
124             <property name="text">
125              <string notr="true">Crosshair</string>
126             </property>
127            </item>
128            <item>
129             <property name="text">
130              <string notr="true">Crosshair2</string>
131             </property>
132            </item>
133            <item>
134             <property name="text">
135              <string notr="true">Isometric</string>
136             </property>
137            </item>
138            <item>
139             <property name="text">
140              <string notr="true">Spiderweb</string>
141             </property>
142            </item>
143           </widget>
144          </item>
145          <item row="1" column="0">
146           <widget class="QCheckBox" name="indicator_shape_checkbox">
147            <property name="text">
148             <string>Snap indicator shape</string>
149            </property>
150           </widget>
151          </item>
152          <item row="1" column="1">
153           <widget class="QComboBox" name="indicator_shape_combobox">
154            <property name="accessibleDescription">
155             <string notr="true"/>
156            </property>
157            <item>
158             <property name="text">
159              <string notr="true">Circle</string>
160             </property>
161            </item>
162            <item>
163             <property name="text">
164              <string notr="true">Point</string>
165             </property>
166            </item>
167            <item>
168             <property name="text">
169              <string notr="true">Square</string>
170             </property>
171            </item>
172           </widget>
173          </item>
174          <item row="2" column="0">
175           <widget class="QCheckBox" name="cursor_hiding_checkbox">
176            <property name="text">
177             <string>Hide cursor when snapping</string>
178            </property>
179           </widget>
180          </item>
181          <item row="3" column="0">
182           <widget class="QCheckBox" name="cb_antialiasing">
183            <property name="text">
184             <string>Anti-aliasing</string>
185            </property>
186           </widget>
187          </item>
188          <item row="4" column="0">
189           <widget class="QCheckBox" name="scrollbars_check_box">
190            <property name="text">
191             <string>Scrollbars</string>
192            </property>
193           </widget>
194          </item>
195          <item row="5" column="0">
196           <widget class="QCheckBox" name="cbScaleGrid">
197            <property name="text">
198             <string>A&amp;utomatically scale grid</string>
199            </property>
200            <property name="shortcut">
201             <string>Alt+U</string>
202            </property>
203           </widget>
204          </item>
205          <item row="6" column="0">
206           <widget class="QLabel" name="lMinGridSpacing">
207            <property name="text">
208             <string>Minimal Grid Spacing (p&amp;x):</string>
209            </property>
210            <property name="wordWrap">
211             <bool>false</bool>
212            </property>
213            <property name="buddy">
214             <cstring>cbMaxPreview</cstring>
215            </property>
216           </widget>
217          </item>
218          <item row="6" column="1">
219           <widget class="QComboBox" name="cbMinGridSpacing">
220            <property name="editable">
221             <bool>true</bool>
222            </property>
223            <item>
224             <property name="text">
225              <string notr="true">0</string>
226             </property>
227            </item>
228            <item>
229             <property name="text">
230              <string notr="true">4</string>
231             </property>
232            </item>
233            <item>
234             <property name="text">
235              <string notr="true">5</string>
236             </property>
237            </item>
238            <item>
239             <property name="text">
240              <string notr="true">6</string>
241             </property>
242            </item>
243            <item>
244             <property name="text">
245              <string notr="true">8</string>
246             </property>
247            </item>
248            <item>
249             <property name="text">
250              <string notr="true">10</string>
251             </property>
252            </item>
253            <item>
254             <property name="text">
255              <string notr="true">15</string>
256             </property>
257            </item>
258            <item>
259             <property name="text">
260              <string notr="true">20</string>
261             </property>
262            </item>
263           </widget>
264          </item>
265          <item row="7" column="0">
266           <widget class="QLabel" name="lMaxPreview">
267            <property name="text">
268             <string>N&amp;umber of preview entities:</string>
269            </property>
270            <property name="wordWrap">
271             <bool>false</bool>
272            </property>
273            <property name="buddy">
274             <cstring>cbMaxPreview</cstring>
275            </property>
276           </widget>
277          </item>
278          <item row="7" column="1">
279           <widget class="QComboBox" name="cbMaxPreview">
280            <property name="editable">
281             <bool>true</bool>
282            </property>
283            <item>
284             <property name="text">
285              <string notr="true">0</string>
286             </property>
287            </item>
288            <item>
289             <property name="text">
290              <string notr="true">50</string>
291             </property>
292            </item>
293            <item>
294             <property name="text">
295              <string notr="true">100</string>
296             </property>
297            </item>
298            <item>
299             <property name="text">
300              <string notr="true">200</string>
301             </property>
302            </item>
303            <item>
304             <property name="text">
305              <string notr="true">400</string>
306             </property>
307            </item>
308            <item>
309             <property name="text">
310              <string notr="true">800</string>
311             </property>
312            </item>
313           </widget>
314          </item>
315         </layout>
316        </widget>
317       </item>
318       <item row="0" column="1" rowspan="3">
319        <widget class="QGroupBox" name="bgGraphicColors">
320         <property name="sizePolicy">
321          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
322           <horstretch>0</horstretch>
323           <verstretch>0</verstretch>
324          </sizepolicy>
325         </property>
326         <property name="title">
327          <string>Graphic Colors</string>
328         </property>
329         <property name="flat">
330          <bool>false</bool>
331         </property>
332         <layout class="QGridLayout" name="graphicColGridLayout">
333          <item row="7" column="2">
334           <widget class="QComboBox" name="cbHandleColor">
335            <property name="accessibleDescription">
336             <string notr="true"/>
337            </property>
338            <property name="editable">
339             <bool>true</bool>
340            </property>
341            <item>
342             <property name="text">
343              <string notr="true">#0000FF</string>
344             </property>
345            </item>
346           </widget>
347          </item>
348          <item row="8" column="0">
349           <widget class="QLabel" name="label_3">
350            <property name="text">
351             <string>&amp;End Handle Color:</string>
352            </property>
353            <property name="buddy">
354             <cstring>cbEndHandleColor</cstring>
355            </property>
356           </widget>
357          </item>
358          <item row="2" column="0">
359           <widget class="QLabel" name="lGridColor">
360            <property name="text">
361             <string>G&amp;rid Color:</string>
362            </property>
363            <property name="wordWrap">
364             <bool>false</bool>
365            </property>
366            <property name="buddy">
367             <cstring>cbGridColor</cstring>
368            </property>
369           </widget>
370          </item>
371          <item row="8" column="2">
372           <widget class="QComboBox" name="cbEndHandleColor">
373            <property name="accessibleDescription">
374             <string notr="true"/>
375            </property>
376            <property name="editable">
377             <bool>true</bool>
378            </property>
379            <item>
380             <property name="text">
381              <string notr="true">#0000FF</string>
382             </property>
383            </item>
384           </widget>
385          </item>
386          <item row="1" column="3">
387           <widget class="QPushButton" name="pb_background">
388            <property name="sizePolicy">
389             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
390              <horstretch>0</horstretch>
391              <verstretch>0</verstretch>
392             </sizepolicy>
393            </property>
394            <property name="text">
395             <string/>
396            </property>
397            <property name="icon">
398             <iconset resource="../../../res/ui/ui.qrc">
399              <normaloff>:/ui/colorxx.png</normaloff>:/ui/colorxx.png</iconset>
400            </property>
401           </widget>
402          </item>
403          <item row="2" column="3">
404           <widget class="QPushButton" name="pb_grid">
405            <property name="sizePolicy">
406             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
407              <horstretch>0</horstretch>
408              <verstretch>0</verstretch>
409             </sizepolicy>
410            </property>
411            <property name="text">
412             <string/>
413            </property>
414            <property name="icon">
415             <iconset resource="../../../res/ui/ui.qrc">
416              <normaloff>:/ui/colorxx.png</normaloff>:/ui/colorxx.png</iconset>
417            </property>
418           </widget>
419          </item>
420          <item row="3" column="3">
421           <widget class="QPushButton" name="pb_meta">
422            <property name="sizePolicy">
423             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
424              <horstretch>0</horstretch>
425              <verstretch>0</verstretch>
426             </sizepolicy>
427            </property>
428            <property name="text">
429             <string/>
430            </property>
431            <property name="icon">
432             <iconset resource="../../../res/ui/ui.qrc">
433              <normaloff>:/ui/colorxx.png</normaloff>:/ui/colorxx.png</iconset>
434            </property>
435           </widget>
436          </item>
437          <item row="4" column="3">
438           <widget class="QPushButton" name="pb_selected">
439            <property name="sizePolicy">
440             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
441              <horstretch>0</horstretch>
442              <verstretch>0</verstretch>
443             </sizepolicy>
444            </property>
445            <property name="text">
446             <string/>
447            </property>
448            <property name="icon">
449             <iconset resource="../../../res/ui/ui.qrc">
450              <normaloff>:/ui/colorxx.png</normaloff>:/ui/colorxx.png</iconset>
451            </property>
452           </widget>
453          </item>
454          <item row="5" column="3">
455           <widget class="QPushButton" name="pb_highlighted">
456            <property name="sizePolicy">
457             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
458              <horstretch>0</horstretch>
459              <verstretch>0</verstretch>
460             </sizepolicy>
461            </property>
462            <property name="text">
463             <string/>
464            </property>
465            <property name="icon">
466             <iconset resource="../../../res/ui/ui.qrc">
467              <normaloff>:/ui/colorxx.png</normaloff>:/ui/colorxx.png</iconset>
468            </property>
469           </widget>
470          </item>
471          <item row="6" column="3">
472           <widget class="QPushButton" name="pb_start">
473            <property name="sizePolicy">
474             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
475              <horstretch>0</horstretch>
476              <verstretch>0</verstretch>
477             </sizepolicy>
478            </property>
479            <property name="text">
480             <string/>
481            </property>
482            <property name="icon">
483             <iconset resource="../../../res/ui/ui.qrc">
484              <normaloff>:/ui/colorxx.png</normaloff>:/ui/colorxx.png</iconset>
485            </property>
486           </widget>
487          </item>
488          <item row="7" column="3">
489           <widget class="QPushButton" name="pb_handle">
490            <property name="sizePolicy">
491             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
492              <horstretch>0</horstretch>
493              <verstretch>0</verstretch>
494             </sizepolicy>
495            </property>
496            <property name="text">
497             <string/>
498            </property>
499            <property name="icon">
500             <iconset resource="../../../res/ui/ui.qrc">
501              <normaloff>:/ui/colorxx.png</normaloff>:/ui/colorxx.png</iconset>
502            </property>
503           </widget>
504          </item>
505          <item row="8" column="3">
506           <widget class="QPushButton" name="pb_end">
507            <property name="sizePolicy">
508             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
509              <horstretch>0</horstretch>
510              <verstretch>0</verstretch>
511             </sizepolicy>
512            </property>
513            <property name="text">
514             <string/>
515            </property>
516            <property name="icon">
517             <iconset resource="../../../res/ui/ui.qrc">
518              <normaloff>:/ui/colorxx.png</normaloff>:/ui/colorxx.png</iconset>
519            </property>
520           </widget>
521          </item>
522          <item row="5" column="0">
523           <widget class="QLabel" name="lHighlightedColor">
524            <property name="text">
525             <string>&amp;Highlighted Color:</string>
526            </property>
527            <property name="wordWrap">
528             <bool>false</bool>
529            </property>
530            <property name="buddy">
531             <cstring>cbMetaGridColor</cstring>
532            </property>
533           </widget>
534          </item>
535          <item row="5" column="2">
536           <widget class="QComboBox" name="cbHighlightedColor">
537            <property name="accessibleDescription">
538             <string notr="true"/>
539            </property>
540            <property name="editable">
541             <bool>true</bool>
542            </property>
543            <item>
544             <property name="text">
545              <string notr="true">#739373</string>
546             </property>
547            </item>
548           </widget>
549          </item>
550          <item row="3" column="0">
551           <widget class="QLabel" name="lMetaGridColor">
552            <property name="text">
553             <string>&amp;Meta Grid Color:</string>
554            </property>
555            <property name="wordWrap">
556             <bool>false</bool>
557            </property>
558            <property name="buddy">
559             <cstring>cbMetaGridColor</cstring>
560            </property>
561           </widget>
562          </item>
563          <item row="4" column="2">
564           <widget class="QComboBox" name="cbSelectedColor">
565            <property name="accessibleDescription">
566             <string notr="true"/>
567            </property>
568            <property name="editable">
569             <bool>true</bool>
570            </property>
571            <item>
572             <property name="text">
573              <string notr="true">#A54747</string>
574             </property>
575            </item>
576           </widget>
577          </item>
578          <item row="4" column="0">
579           <widget class="QLabel" name="lSelectedColor">
580            <property name="text">
581             <string>S&amp;elected Color:</string>
582            </property>
583            <property name="wordWrap">
584             <bool>false</bool>
585            </property>
586            <property name="buddy">
587             <cstring>cbMetaGridColor</cstring>
588            </property>
589           </widget>
590          </item>
591          <item row="2" column="2">
592           <widget class="QComboBox" name="cbGridColor">
593            <property name="accessibleDescription">
594             <string notr="true"/>
595            </property>
596            <property name="editable">
597             <bool>true</bool>
598            </property>
599            <item>
600             <property name="text">
601              <string notr="true">#736F6E</string>
602             </property>
603            </item>
604           </widget>
605          </item>
606          <item row="6" column="0">
607           <widget class="QLabel" name="lStartHandleColor">
608            <property name="text">
609             <string>St&amp;art Handle Color:</string>
610            </property>
611            <property name="buddy">
612             <cstring>cbStartHandleColor</cstring>
613            </property>
614           </widget>
615          </item>
616          <item row="1" column="0">
617           <widget class="QLabel" name="lBackground">
618            <property name="text">
619             <string>Backgr&amp;ound:</string>
620            </property>
621            <property name="wordWrap">
622             <bool>false</bool>
623            </property>
624            <property name="buddy">
625             <cstring>cbBackgroundColor</cstring>
626            </property>
627           </widget>
628          </item>
629          <item row="1" column="2">
630           <widget class="QComboBox" name="cbBackgroundColor">
631            <property name="sizePolicy">
632             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
633              <horstretch>0</horstretch>
634              <verstretch>0</verstretch>
635             </sizepolicy>
636            </property>
637            <property name="accessibleDescription">
638             <string notr="true"/>
639            </property>
640            <property name="editable">
641             <bool>true</bool>
642            </property>
643            <item>
644             <property name="text">
645              <string notr="true">#000000</string>
646             </property>
647            </item>
648            <item>
649             <property name="text">
650              <string notr="true">#FFFFFF</string>
651             </property>
652            </item>
653            <item>
654             <property name="text">
655              <string notr="true">#F0F8FF</string>
656             </property>
657            </item>
658           </widget>
659          </item>
660          <item row="3" column="2">
661           <widget class="QComboBox" name="cbMetaGridColor">
662            <property name="accessibleDescription">
663             <string notr="true"/>
664            </property>
665            <property name="editable">
666             <bool>true</bool>
667            </property>
668            <item>
669             <property name="text">
670              <string notr="true">#404040</string>
671             </property>
672            </item>
673           </widget>
674          </item>
675          <item row="6" column="2">
676           <widget class="QComboBox" name="cbStartHandleColor">
677            <property name="accessibleDescription">
678             <string notr="true"/>
679            </property>
680            <property name="editable">
681             <bool>true</bool>
682            </property>
683            <item>
684             <property name="text">
685              <string notr="true">#00FFFF</string>
686             </property>
687            </item>
688           </widget>
689          </item>
690          <item row="7" column="0">
691           <widget class="QLabel" name="label_2">
692            <property name="text">
693             <string>&amp;Handle Color:</string>
694            </property>
695            <property name="buddy">
696             <cstring>cbHandleColor</cstring>
697            </property>
698           </widget>
699          </item>
700          <item row="0" column="0">
701           <widget class="QLabel" name="label_6">
702            <property name="text">
703             <string>Snap indicator:</string>
704            </property>
705            <property name="buddy">
706             <cstring>cbEndHandleColor</cstring>
707            </property>
708           </widget>
709          </item>
710          <item row="0" column="2">
711           <widget class="QComboBox" name="cb_snap_color">
712            <property name="accessibleDescription">
713             <string notr="true"/>
714            </property>
715            <property name="editable">
716             <bool>true</bool>
717            </property>
718            <item>
719             <property name="text">
720              <string notr="true">#FFC200</string>
721             </property>
722            </item>
723            <item>
724             <property name="text">
725              <string>#1E90FF</string>
726             </property>
727            </item>
728           </widget>
729          </item>
730          <item row="0" column="3">
731           <widget class="QPushButton" name="pb_snap_color">
732            <property name="sizePolicy">
733             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
734              <horstretch>0</horstretch>
735              <verstretch>0</verstretch>
736             </sizepolicy>
737            </property>
738            <property name="text">
739             <string/>
740            </property>
741            <property name="icon">
742             <iconset resource="../../../res/ui/ui.qrc">
743              <normaloff>:/ui/colorxx.png</normaloff>:/ui/colorxx.png</iconset>
744            </property>
745           </widget>
746          </item>
747         </layout>
748        </widget>
749       </item>
750      </layout>
751     </widget>
752     <widget class="QWidget" name="tab_2">
753      <attribute name="title">
754       <string>&amp;Paths</string>
755      </attribute>
756      <layout class="QGridLayout">
757       <item row="5" column="0">
758        <widget class="QLabel" name="label_4">
759         <property name="text">
760          <string>Variable File:</string>
761         </property>
762        </widget>
763       </item>
764       <item row="2" column="0">
765        <widget class="QLabel" name="textLabel4">
766         <property name="text">
767          <string>Fonts:</string>
768         </property>
769         <property name="wordWrap">
770          <bool>false</bool>
771         </property>
772        </widget>
773       </item>
774       <item row="0" column="2">
775        <widget class="QLineEdit" name="lePathTranslations"/>
776       </item>
777       <item row="3" column="0">
778        <widget class="QLabel" name="textLabel6">
779         <property name="text">
780          <string>Part Libraries:</string>
781         </property>
782         <property name="wordWrap">
783          <bool>false</bool>
784         </property>
785        </widget>
786       </item>
787       <item row="1" column="2">
788        <widget class="QLineEdit" name="lePathHatch"/>
789       </item>
790       <item row="4" column="0">
791        <widget class="QLabel" name="textLabel7">
792         <property name="text">
793          <string>Template:</string>
794         </property>
795         <property name="wordWrap">
796          <bool>false</bool>
797         </property>
798        </widget>
799       </item>
800       <item row="4" column="2">
801        <widget class="QLineEdit" name="leTemplate"/>
802       </item>
803       <item row="3" column="2">
804        <widget class="QLineEdit" name="lePathLibrary"/>
805       </item>
806       <item row="2" column="2">
807        <widget class="QLineEdit" name="lePathFonts"/>
808       </item>
809       <item row="4" column="3">
810        <widget class="QToolButton" name="btTemplate">
811         <property name="icon">
812          <iconset resource="../../../res/icons/icons.qrc">
813           <normaloff>:/icons/open.svg</normaloff>:/icons/open.svg</iconset>
814         </property>
815        </widget>
816       </item>
817       <item row="6" column="2">
818        <spacer name="spacer5_2">
819         <property name="orientation">
820          <enum>Qt::Vertical</enum>
821         </property>
822         <property name="sizeType">
823          <enum>QSizePolicy::Expanding</enum>
824         </property>
825         <property name="sizeHint" stdset="0">
826          <size>
827           <width>31</width>
828           <height>71</height>
829          </size>
830         </property>
831        </spacer>
832       </item>
833       <item row="0" column="0">
834        <widget class="QLabel" name="textLabel2">
835         <property name="text">
836          <string>Translations:</string>
837         </property>
838         <property name="wordWrap">
839          <bool>false</bool>
840         </property>
841        </widget>
842       </item>
843       <item row="1" column="0">
844        <widget class="QLabel" name="textLabel3">
845         <property name="text">
846          <string>Hatch Patterns:</string>
847         </property>
848         <property name="wordWrap">
849          <bool>false</bool>
850         </property>
851        </widget>
852       </item>
853       <item row="6" column="0">
854        <spacer name="spacer5">
855         <property name="orientation">
856          <enum>Qt::Vertical</enum>
857         </property>
858         <property name="sizeType">
859          <enum>QSizePolicy::Expanding</enum>
860         </property>
861         <property name="sizeHint" stdset="0">
862          <size>
863           <width>31</width>
864           <height>71</height>
865          </size>
866         </property>
867        </spacer>
868       </item>
869       <item row="5" column="2">
870        <widget class="QLineEdit" name="variablefile_field"/>
871       </item>
872       <item row="5" column="3">
873        <widget class="QToolButton" name="variablefile_button">
874         <property name="icon">
875          <iconset resource="../../../res/icons/icons.qrc">
876           <normaloff>:/icons/open.svg</normaloff>:/icons/open.svg</iconset>
877         </property>
878        </widget>
879       </item>
880       <item row="2" column="3">
881        <widget class="QToolButton" name="fonts_button">
882         <property name="icon">
883          <iconset resource="../../../res/icons/icons.qrc">
884           <normaloff>:/icons/open.svg</normaloff>:/icons/open.svg</iconset>
885         </property>
886        </widget>
887       </item>
888      </layout>
889     </widget>
890     <widget class="QWidget" name="tab_3">
891      <attribute name="title">
892       <string>&amp;Defaults</string>
893      </attribute>
894      <layout class="QGridLayout">
895       <item row="1" column="0">
896        <widget class="QGroupBox" name="groupBox">
897         <property name="sizePolicy">
898          <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
899           <horstretch>0</horstretch>
900           <verstretch>0</verstretch>
901          </sizepolicy>
902         </property>
903         <property name="minimumSize">
904          <size>
905           <width>0</width>
906           <height>70</height>
907          </size>
908         </property>
909         <property name="title">
910          <string>Program Defaults</string>
911         </property>
912         <layout class="QVBoxLayout" name="verticalLayout">
913          <item>
914           <widget class="QCheckBox" name="cbAutoBackup">
915            <property name="toolTip">
916             <string>When set, LibreCAD will automatically generate a backup of your current drawing.</string>
917            </property>
918            <property name="text">
919             <string>Auto backup</string>
920            </property>
921           </widget>
922          </item>
923          <item>
924           <layout class="QHBoxLayout" name="horizontalLayout">
925            <item>
926             <widget class="QLabel" name="label">
927              <property name="text">
928               <string>Auto save time:</string>
929              </property>
930             </widget>
931            </item>
932            <item>
933             <widget class="QSpinBox" name="cbAutoSaveTime">
934              <property name="toolTip">
935               <string>Time between automatic saving of the document in minutes.</string>
936              </property>
937              <property name="minimum">
938               <number>1</number>
939              </property>
940              <property name="maximum">
941               <number>60</number>
942              </property>
943             </widget>
944            </item>
945           </layout>
946          </item>
947          <item>
948           <widget class="QCheckBox" name="cbUseQtFileOpenDialog">
949            <property name="text">
950             <string>Don't use native OS file open dialog</string>
951            </property>
952           </widget>
953          </item>
954          <item>
955           <widget class="QCheckBox" name="cbWheelScrollInvertH">
956            <property name="toolTip">
957             <string>Inverts scrolling direction when using mouse wheel with Shift key.</string>
958            </property>
959            <property name="text">
960             <string>Invert horizontal scrolling direction</string>
961            </property>
962           </widget>
963          </item>
964          <item>
965           <widget class="QCheckBox" name="cbWheelScrollInvertV">
966            <property name="toolTip">
967             <string>Inverts scrolling direction when using mouse wheel with Ctrl key.</string>
968            </property>
969            <property name="text">
970             <string>Invert vertical scrolling direction</string>
971            </property>
972           </widget>
973          </item>
974          <item>
975           <widget class="QCheckBox" name="cbInvertZoomDirection">
976            <property name="toolTip">
977             <string>Inverts zoom direction when using mouse wheel.</string>
978            </property>
979            <property name="text">
980             <string>Invert zoom direction</string>
981            </property>
982           </widget>
983          </item>
984         </layout>
985        </widget>
986       </item>
987       <item row="3" column="0">
988        <spacer name="verticalSpacer">
989         <property name="orientation">
990          <enum>Qt::Vertical</enum>
991         </property>
992         <property name="sizeHint" stdset="0">
993          <size>
994           <width>20</width>
995           <height>40</height>
996          </size>
997         </property>
998        </spacer>
999       </item>
1000       <item row="0" column="1">
1001        <widget class="QGroupBox" name="groupBox_3">
1002         <property name="title">
1003          <string>Clear Settings</string>
1004         </property>
1005         <layout class="QHBoxLayout" name="horizontalLayout_2">
1006          <item>
1007           <widget class="QPushButton" name="pb_clear_geometry">
1008            <property name="sizePolicy">
1009             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
1010              <horstretch>0</horstretch>
1011              <verstretch>0</verstretch>
1012             </sizepolicy>
1013            </property>
1014            <property name="toolTip">
1015             <string>restores program geometry/layout to original state</string>
1016            </property>
1017            <property name="text">
1018             <string>Layout</string>
1019            </property>
1020           </widget>
1021          </item>
1022          <item>
1023           <widget class="QPushButton" name="pb_clear_all">
1024            <property name="sizePolicy">
1025             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
1026              <horstretch>0</horstretch>
1027              <verstretch>0</verstretch>
1028             </sizepolicy>
1029            </property>
1030            <property name="toolTip">
1031             <string>restores the program to its original state</string>
1032            </property>
1033            <property name="text">
1034             <string>All</string>
1035            </property>
1036           </widget>
1037          </item>
1038         </layout>
1039        </widget>
1040       </item>
1041       <item row="1" column="1">
1042        <widget class="QGroupBox" name="groupBox_2">
1043         <property name="title">
1044          <string>Startup</string>
1045         </property>
1046         <layout class="QVBoxLayout" name="verticalLayout_2">
1047          <item>
1048           <widget class="QCheckBox" name="cbSplash">
1049            <property name="text">
1050             <string>Display loading screen</string>
1051            </property>
1052           </widget>
1053          </item>
1054          <item>
1055           <widget class="QCheckBox" name="tab_mode_check_box">
1056            <property name="text">
1057             <string>Start in tab mode</string>
1058            </property>
1059           </widget>
1060          </item>
1061          <item>
1062           <widget class="QCheckBox" name="maximize_checkbox">
1063            <property name="text">
1064             <string>Start with main window maximized</string>
1065            </property>
1066           </widget>
1067          </item>
1068          <item>
1069           <widget class="QCheckBox" name="left_sidebar_checkbox">
1070            <property name="text">
1071             <string>Enable CAD dockwidgets</string>
1072            </property>
1073           </widget>
1074          </item>
1075          <item>
1076           <widget class="QCheckBox" name="cad_toolbars_checkbox">
1077            <property name="text">
1078             <string>Enable CAD toolbars</string>
1079            </property>
1080           </widget>
1081          </item>
1082         </layout>
1083        </widget>
1084       </item>
1085       <item row="0" column="0">
1086        <widget class="QGroupBox" name="buttonGroup5">
1087         <property name="sizePolicy">
1088          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
1089           <horstretch>0</horstretch>
1090           <verstretch>0</verstretch>
1091          </sizepolicy>
1092         </property>
1093         <property name="minimumSize">
1094          <size>
1095           <width>0</width>
1096           <height>70</height>
1097          </size>
1098         </property>
1099         <property name="title">
1100          <string>Defaults for new drawings</string>
1101         </property>
1102         <layout class="QHBoxLayout">
1103          <item>
1104           <widget class="QLabel" name="lUnit">
1105            <property name="sizePolicy">
1106             <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
1107              <horstretch>0</horstretch>
1108              <verstretch>0</verstretch>
1109             </sizepolicy>
1110            </property>
1111            <property name="text">
1112             <string>&amp;Unit:</string>
1113            </property>
1114            <property name="wordWrap">
1115             <bool>false</bool>
1116            </property>
1117            <property name="buddy">
1118             <cstring>cbUnit</cstring>
1119            </property>
1120           </widget>
1121          </item>
1122          <item>
1123           <widget class="QComboBox" name="cbUnit">
1124            <property name="toolTip">
1125             <string>Drawing unit.</string>
1126            </property>
1127           </widget>
1128          </item>
1129         </layout>
1130        </widget>
1131       </item>
1132       <item row="2" column="0">
1133        <widget class="QGroupBox" name="groupBox_4">
1134         <property name="title">
1135          <string>Keyboard Settings</string>
1136         </property>
1137         <layout class="QVBoxLayout" name="verticalLayout_3">
1138          <item>
1139           <widget class="QCheckBox" name="cbEvaluateOnSpace">
1140            <property name="text">
1141             <string>Evaluate commands when SPACE BAR is pressed</string>
1142            </property>
1143           </widget>
1144          </item>
1145          <item>
1146           <widget class="QCheckBox" name="cbToggleFreeSnapOnSpace">
1147            <property name="toolTip">
1148             <string>Toggle free snap mode when the SPACE BAR is pressed and the command window is empty</string>
1149            </property>
1150            <property name="text">
1151             <string>Toggle free snap mode when SPACE BAR is pressed</string>
1152            </property>
1153           </widget>
1154          </item>
1155         </layout>
1156        </widget>
1157       </item>
1158       <item row="2" column="1">
1159        <widget class="QGroupBox" name="groupBox_5">
1160         <property name="title">
1161          <string>CAD Preferences</string>
1162         </property>
1163         <layout class="QVBoxLayout" name="verticalLayout_4">
1164          <item>
1165           <widget class="QCheckBox" name="cbToActiveLayer">
1166            <property name="toolTip">
1167             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When enabled, activating a layer would modify all selected entities to that new layer. To change layer of multiple entities: first select needed entities; activate a layer in the layer widget. This makes all selected entities modified to belong to the new layer.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1168            </property>
1169            <property name="text">
1170             <string>Modify layer of selected entities, at  layer activation</string>
1171            </property>
1172           </widget>
1173          </item>
1174          <item>
1175           <widget class="QCheckBox" name="cbAutoZoomDrawing">
1176            <property name="text">
1177             <string>Automatically zoom drawing when opening</string>
1178            </property>
1179           </widget>
1180          </item>
1181         </layout>
1182        </widget>
1183       </item>
1184      </layout>
1185     </widget>
1186    </widget>
1187   </item>
1188  </layout>
1189 </widget>
1190 <layoutdefault spacing="6" margin="11"/>
1191 <tabstops>
1192  <tabstop>cbLanguage</tabstop>
1193  <tabstop>cbLanguageCmd</tabstop>
1194  <tabstop>indicator_lines_checkbox</tabstop>
1195  <tabstop>cbMinGridSpacing</tabstop>
1196  <tabstop>cbMaxPreview</tabstop>
1197  <tabstop>cbBackgroundColor</tabstop>
1198  <tabstop>cbGridColor</tabstop>
1199  <tabstop>cbMetaGridColor</tabstop>
1200  <tabstop>cbSelectedColor</tabstop>
1201  <tabstop>cbHighlightedColor</tabstop>
1202  <tabstop>cbStartHandleColor</tabstop>
1203  <tabstop>cbHandleColor</tabstop>
1204  <tabstop>cbEndHandleColor</tabstop>
1205  <tabstop>buttonBox</tabstop>
1206  <tabstop>lePathLibrary</tabstop>
1207  <tabstop>cbUnit</tabstop>
1208  <tabstop>lePathFonts</tabstop>
1209  <tabstop>leTemplate</tabstop>
1210  <tabstop>btTemplate</tabstop>
1211  <tabstop>cbAutoSaveTime</tabstop>
1212  <tabstop>lePathTranslations</tabstop>
1213  <tabstop>lePathHatch</tabstop>
1214 </tabstops>
1215 <resources>
1216  <include location="../../../res/icons/icons.qrc"/>
1217  <include location="../../../res/ui/ui.qrc"/>
1218 </resources>
1219 <connections>
1220  <connection>
1221   <sender>buttonBox</sender>
1222   <signal>accepted()</signal>
1223   <receiver>QG_DlgOptionsGeneral</receiver>
1224   <slot>ok()</slot>
1225   <hints>
1226    <hint type="sourcelabel">
1227     <x>344</x>
1228     <y>615</y>
1229    </hint>
1230    <hint type="destinationlabel">
1231     <x>20</x>
1232     <y>20</y>
1233    </hint>
1234   </hints>
1235  </connection>
1236  <connection>
1237   <sender>buttonBox</sender>
1238   <signal>rejected()</signal>
1239   <receiver>QG_DlgOptionsGeneral</receiver>
1240   <slot>reject()</slot>
1241   <hints>
1242    <hint type="sourcelabel">
1243     <x>344</x>
1244     <y>615</y>
1245    </hint>
1246    <hint type="destinationlabel">
1247     <x>20</x>
1248     <y>20</y>
1249    </hint>
1250   </hints>
1251  </connection>
1252  <connection>
1253   <sender>cbLanguageCmd</sender>
1254   <signal>activated(int)</signal>
1255   <receiver>QG_DlgOptionsGeneral</receiver>
1256   <slot>setRestartNeeded()</slot>
1257   <hints>
1258    <hint type="sourcelabel">
1259     <x>672</x>
1260     <y>563</y>
1261    </hint>
1262    <hint type="destinationlabel">
1263     <x>20</x>
1264     <y>20</y>
1265    </hint>
1266   </hints>
1267  </connection>
1268  <connection>
1269   <sender>cbLanguage</sender>
1270   <signal>activated(int)</signal>
1271   <receiver>QG_DlgOptionsGeneral</receiver>
1272   <slot>setRestartNeeded()</slot>
1273   <hints>
1274    <hint type="sourcelabel">
1275     <x>672</x>
1276     <y>537</y>
1277    </hint>
1278    <hint type="destinationlabel">
1279     <x>20</x>
1280     <y>20</y>
1281    </hint>
1282   </hints>
1283  </connection>
1284  <connection>
1285   <sender>btTemplate</sender>
1286   <signal>clicked()</signal>
1287   <receiver>QG_DlgOptionsGeneral</receiver>
1288   <slot>setTemplateFile()</slot>
1289   <hints>
1290    <hint type="sourcelabel">
1291     <x>682</x>
1292     <y>193</y>
1293    </hint>
1294    <hint type="destinationlabel">
1295     <x>322</x>
1296     <y>201</y>
1297    </hint>
1298   </hints>
1299  </connection>
1300 </connections>
1301 <slots>
1302  <slot>set_toolbar_file()</slot>
1303 </slots>
1304</ui>
1305