15 </property> |
15 </property> |
16 <layout class="QVBoxLayout" name="verticalLayout"> |
16 <layout class="QVBoxLayout" name="verticalLayout"> |
17 <item> |
17 <item> |
18 <widget class="QTabWidget" name="tabWidget"> |
18 <widget class="QTabWidget" name="tabWidget"> |
19 <property name="currentIndex"> |
19 <property name="currentIndex"> |
20 <number>2</number> |
20 <number>0</number> |
21 </property> |
21 </property> |
22 <widget class="QWidget" name="tabGeneral"> |
22 <widget class="QWidget" name="tabGeneral"> |
23 <attribute name="title"> |
23 <attribute name="title"> |
24 <string>General</string> |
24 <string>General</string> |
25 </attribute> |
25 </attribute> |
26 <layout class="QFormLayout" name="formLayout"> |
26 <layout class="QVBoxLayout" name="verticalLayout_3"> |
27 <item row="0" column="0"> |
27 <item> |
28 <widget class="QLabel" name="label"> |
28 <widget class="QGroupBox" name="groupBox"> |
29 <property name="text"> |
29 <property name="title"> |
30 <string>Language:</string> |
30 <string>Interface</string> |
31 </property> |
31 </property> |
|
32 <layout class="QFormLayout" name="formLayout"> |
|
33 <item row="0" column="0"> |
|
34 <widget class="QLabel" name="label"> |
|
35 <property name="text"> |
|
36 <string>Language:</string> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item row="0" column="1"> |
|
41 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
42 <item> |
|
43 <widget class="QComboBox" name="language"> |
|
44 <item> |
|
45 <property name="text"> |
|
46 <string>System language</string> |
|
47 </property> |
|
48 </item> |
|
49 <item> |
|
50 <property name="text"> |
|
51 <string>English</string> |
|
52 </property> |
|
53 </item> |
|
54 </widget> |
|
55 </item> |
|
56 <item> |
|
57 <spacer name="horizontalSpacer_2"> |
|
58 <property name="orientation"> |
|
59 <enum>Qt::Horizontal</enum> |
|
60 </property> |
|
61 <property name="sizeHint" stdset="0"> |
|
62 <size> |
|
63 <width>40</width> |
|
64 <height>20</height> |
|
65 </size> |
|
66 </property> |
|
67 </spacer> |
|
68 </item> |
|
69 </layout> |
|
70 </item> |
|
71 </layout> |
32 </widget> |
72 </widget> |
33 </item> |
73 </item> |
34 <item row="0" column="1"> |
74 <item> |
35 <widget class="QComboBox" name="language"> |
75 <widget class="QGroupBox" name="groupBox_2"> |
36 <item> |
76 <property name="title"> |
37 <property name="text"> |
77 <string>Rendering</string> |
38 <string>System language</string> |
78 </property> |
39 </property> |
79 <layout class="QFormLayout" name="formLayout_2"> |
40 </item> |
80 <item row="0" column="0"> |
41 <item> |
81 <widget class="QLabel" name="label_2"> |
42 <property name="text"> |
82 <property name="text"> |
43 <string>English</string> |
83 <string>Main color:</string> |
44 </property> |
84 </property> |
45 </item> |
85 </widget> |
|
86 </item> |
|
87 <item row="0" column="1"> |
|
88 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
89 <item> |
|
90 <widget class="ColorButton" name="mainColorButton"> |
|
91 <property name="text"> |
|
92 <string/> |
|
93 </property> |
|
94 </widget> |
|
95 </item> |
|
96 <item> |
|
97 <spacer name="horizontalSpacer"> |
|
98 <property name="orientation"> |
|
99 <enum>Qt::Horizontal</enum> |
|
100 </property> |
|
101 <property name="sizeHint" stdset="0"> |
|
102 <size> |
|
103 <width>40</width> |
|
104 <height>20</height> |
|
105 </size> |
|
106 </property> |
|
107 </spacer> |
|
108 </item> |
|
109 </layout> |
|
110 </item> |
|
111 </layout> |
46 </widget> |
112 </widget> |
|
113 </item> |
|
114 <item> |
|
115 <spacer name="verticalSpacer"> |
|
116 <property name="orientation"> |
|
117 <enum>Qt::Vertical</enum> |
|
118 </property> |
|
119 <property name="sizeHint" stdset="0"> |
|
120 <size> |
|
121 <width>20</width> |
|
122 <height>40</height> |
|
123 </size> |
|
124 </property> |
|
125 </spacer> |
47 </item> |
126 </item> |
48 </layout> |
127 </layout> |
49 </widget> |
128 </widget> |
50 <widget class="QWidget" name="tabLdrawLibraries"> |
129 <widget class="QWidget" name="tabLdrawLibraries"> |
51 <attribute name="title"> |
130 <attribute name="title"> |