4 <widget class="QDialog" name="SettingsEditor"> |
4 <widget class="QDialog" name="SettingsEditor"> |
5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>645</width> |
9 <width>621</width> |
10 <height>523</height> |
10 <height>572</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>Dialog</string> |
14 <string>Dialog</string> |
15 </property> |
15 </property> |
16 <layout class="QVBoxLayout" name="verticalLayout"> |
16 <layout class="QVBoxLayout" name="verticalLayout_4"> |
17 <item> |
17 <item> |
18 <widget class="QTabWidget" name="tabWidget"> |
18 <widget class="QScrollArea" name="scrollArea"> |
19 <property name="currentIndex"> |
19 <property name="widgetResizable"> |
20 <number>0</number> |
20 <bool>true</bool> |
21 </property> |
21 </property> |
22 <widget class="QWidget" name="tabGeneral"> |
22 <widget class="QWidget" name="scrollAreaWidgetContents"> |
23 <attribute name="title"> |
23 <property name="geometry"> |
24 <string>General</string> |
24 <rect> |
25 </attribute> |
25 <x>0</x> |
26 <layout class="QVBoxLayout" name="verticalLayout_3"> |
26 <y>0</y> |
|
27 <width>597</width> |
|
28 <height>504</height> |
|
29 </rect> |
|
30 </property> |
|
31 <layout class="QVBoxLayout" name="verticalLayout"> |
27 <item> |
32 <item> |
28 <widget class="QGroupBox" name="groupBox"> |
33 <widget class="QTabWidget" name="tabWidget"> |
29 <property name="title"> |
34 <property name="currentIndex"> |
30 <string>Interface</string> |
35 <number>0</number> |
31 </property> |
36 </property> |
32 <layout class="QFormLayout" name="formLayout"> |
37 <widget class="QWidget" name="tabGeneral"> |
33 <item row="0" column="0"> |
38 <attribute name="title"> |
34 <widget class="QLabel" name="label"> |
39 <string>General</string> |
35 <property name="text"> |
40 </attribute> |
36 <string>Language:</string> |
41 <layout class="QHBoxLayout" name="horizontalLayout"> |
37 </property> |
42 <item> |
38 </widget> |
43 <layout class="QVBoxLayout" name="verticalLayout_3"> |
39 </item> |
44 <item> |
40 <item row="0" column="1"> |
45 <widget class="QGroupBox" name="groupBox"> |
41 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
46 <property name="title"> |
42 <item> |
47 <string>Interface</string> |
43 <widget class="QComboBox" name="language"> |
|
44 <item> |
|
45 <property name="text"> |
|
46 <string>System language</string> |
|
47 </property> |
48 </property> |
48 </item> |
49 <layout class="QFormLayout" name="formLayout"> |
49 <item> |
50 <item row="0" column="0"> |
50 <property name="text"> |
51 <widget class="QLabel" name="label"> |
51 <string>English</string> |
52 <property name="text"> |
|
53 <string>Language:</string> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 <item row="0" column="1"> |
|
58 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
59 <item> |
|
60 <widget class="QComboBox" name="language"> |
|
61 <item> |
|
62 <property name="text"> |
|
63 <string>System language</string> |
|
64 </property> |
|
65 </item> |
|
66 <item> |
|
67 <property name="text"> |
|
68 <string>English</string> |
|
69 </property> |
|
70 </item> |
|
71 </widget> |
|
72 </item> |
|
73 </layout> |
|
74 </item> |
|
75 <item row="1" column="0"> |
|
76 <widget class="QLabel" name="label_6"> |
|
77 <property name="text"> |
|
78 <string>View mode:</string> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 <item row="1" column="1"> |
|
83 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
84 <item> |
|
85 <widget class="QRadioButton" name="viewModeTabs"> |
|
86 <property name="toolTip"> |
|
87 <string>Arrange opened documents using tabs</string> |
|
88 </property> |
|
89 <property name="text"> |
|
90 <string>Tabs</string> |
|
91 </property> |
|
92 <attribute name="buttonGroup"> |
|
93 <string notr="true">viewModeButtonGroup</string> |
|
94 </attribute> |
|
95 </widget> |
|
96 </item> |
|
97 <item> |
|
98 <widget class="QRadioButton" name="viewModeSubWindows"> |
|
99 <property name="toolTip"> |
|
100 <string>Arrange opened documents using resizable and movable subwindows</string> |
|
101 </property> |
|
102 <property name="text"> |
|
103 <string>Subwindows</string> |
|
104 </property> |
|
105 <attribute name="buttonGroup"> |
|
106 <string notr="true">viewModeButtonGroup</string> |
|
107 </attribute> |
|
108 </widget> |
|
109 </item> |
|
110 </layout> |
|
111 </item> |
|
112 </layout> |
|
113 </widget> |
|
114 </item> |
|
115 <item> |
|
116 <widget class="QGroupBox" name="groupBox_2"> |
|
117 <property name="title"> |
|
118 <string>Rendering</string> |
52 </property> |
119 </property> |
53 </item> |
120 <layout class="QFormLayout" name="formLayout_2"> |
54 </widget> |
121 <item row="0" column="0"> |
55 </item> |
122 <widget class="QLabel" name="label_2"> |
56 <item> |
123 <property name="text"> |
57 <spacer name="horizontalSpacer_2"> |
124 <string>Main colour:</string> |
58 <property name="orientation"> |
125 </property> |
59 <enum>Qt::Horizontal</enum> |
126 </widget> |
60 </property> |
127 </item> |
61 <property name="sizeHint" stdset="0"> |
128 <item row="0" column="1"> |
62 <size> |
129 <widget class="ColorButton" name="mainColorButton"> |
63 <width>40</width> |
130 <property name="text"> |
64 <height>20</height> |
131 <string/> |
65 </size> |
132 </property> |
66 </property> |
133 </widget> |
67 </spacer> |
134 </item> |
68 </item> |
135 <item row="1" column="0"> |
69 </layout> |
136 <widget class="QLabel" name="label_5"> |
70 </item> |
137 <property name="text"> |
71 <item row="1" column="0"> |
138 <string>Selected colour:</string> |
72 <widget class="QLabel" name="label_6"> |
139 </property> |
73 <property name="text"> |
140 </widget> |
74 <string>View mode:</string> |
141 </item> |
75 </property> |
142 <item row="1" column="1"> |
76 </widget> |
143 <widget class="ColorButton" name="selectedColorButton"> |
77 </item> |
144 <property name="text"> |
78 <item row="1" column="1"> |
145 <string/> |
79 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
146 </property> |
80 <item> |
147 </widget> |
81 <widget class="QRadioButton" name="viewModeTabs"> |
148 </item> |
82 <property name="toolTip"> |
149 <item row="2" column="0"> |
83 <string>Arrange opened documents using tabs</string> |
150 <widget class="QLabel" name="label_3"> |
84 </property> |
151 <property name="text"> |
85 <property name="text"> |
152 <string>Background colour:</string> |
86 <string>Tabs</string> |
153 </property> |
87 </property> |
154 </widget> |
88 <attribute name="buttonGroup"> |
155 </item> |
89 <string notr="true">viewModeButtonGroup</string> |
156 <item row="2" column="1"> |
90 </attribute> |
157 <widget class="ColorButton" name="backgroundColorButton"> |
91 </widget> |
158 <property name="text"> |
92 </item> |
159 <string/> |
93 <item> |
160 </property> |
94 <widget class="QRadioButton" name="viewModeSubWindows"> |
161 </widget> |
95 <property name="toolTip"> |
162 </item> |
96 <string>Arrange opened documents using resizable and movable subwindows</string> |
163 <item row="3" column="0"> |
97 </property> |
164 <widget class="QLabel" name="label_4"> |
98 <property name="text"> |
165 <property name="text"> |
99 <string>Subwindows</string> |
166 <string>Line thickness:</string> |
100 </property> |
167 </property> |
101 <attribute name="buttonGroup"> |
168 </widget> |
102 <string notr="true">viewModeButtonGroup</string> |
169 </item> |
103 </attribute> |
170 <item row="3" column="1"> |
104 </widget> |
171 <widget class="QDoubleSpinBox" name="lineThickness"/> |
105 </item> |
172 </item> |
106 <item> |
173 <item row="4" column="0"> |
107 <spacer name="horizontalSpacer"> |
174 <widget class="QCheckBox" name="lineAntiAliasing"> |
108 <property name="orientation"> |
175 <property name="text"> |
109 <enum>Qt::Horizontal</enum> |
176 <string>Line anti-aliasing</string> |
110 </property> |
177 </property> |
111 <property name="sizeHint" stdset="0"> |
178 </widget> |
112 <size> |
179 </item> |
113 <width>40</width> |
180 </layout> |
114 <height>20</height> |
181 </widget> |
115 </size> |
182 </item> |
116 </property> |
183 </layout> |
117 </spacer> |
184 </item> |
118 </item> |
185 <item> |
119 </layout> |
186 <spacer name="horizontalSpacer"> |
120 </item> |
187 <property name="orientation"> |
121 </layout> |
188 <enum>Qt::Horizontal</enum> |
122 </widget> |
189 </property> |
123 </item> |
190 <property name="sizeHint" stdset="0"> |
124 <item> |
191 <size> |
125 <widget class="QGroupBox" name="groupBox_2"> |
192 <width>40</width> |
126 <property name="title"> |
193 <height>20</height> |
127 <string>Rendering</string> |
194 </size> |
128 </property> |
195 </property> |
129 <layout class="QHBoxLayout" name="horizontalLayout"> |
196 </spacer> |
130 <item> |
197 </item> |
131 <layout class="QFormLayout" name="formLayout_2"> |
198 </layout> |
132 <item row="0" column="0"> |
199 </widget> |
133 <widget class="QLabel" name="label_2"> |
200 <widget class="QWidget" name="tabLdrawLibraries"> |
134 <property name="text"> |
201 <attribute name="title"> |
135 <string>Main colour:</string> |
202 <string>LDraw parts libraries</string> |
136 </property> |
203 </attribute> |
137 </widget> |
204 </widget> |
138 </item> |
205 <widget class="QWidget" name="tab"> |
139 <item row="0" column="1"> |
206 <attribute name="title"> |
140 <widget class="ColorButton" name="mainColorButton"> |
207 <string>Keyboard shortcuts</string> |
141 <property name="text"> |
208 </attribute> |
142 <string/> |
209 <layout class="QVBoxLayout" name="verticalLayout_2"> |
143 </property> |
210 <item> |
144 </widget> |
211 <widget class="QTableView" name="keyboardShortcutsView"/> |
145 </item> |
212 </item> |
146 <item row="2" column="0"> |
213 </layout> |
147 <widget class="QLabel" name="label_3"> |
214 </widget> |
148 <property name="text"> |
215 <widget class="QWidget" name="tab_2"> |
149 <string>Background colour:</string> |
216 <attribute name="title"> |
150 </property> |
217 <string>Debug</string> |
151 </widget> |
218 </attribute> |
152 </item> |
219 <layout class="QFormLayout" name="formLayout_3"> |
153 <item row="2" column="1"> |
220 <item row="1" column="1"> |
154 <widget class="ColorButton" name="backgroundColorButton"> |
221 <spacer name="verticalSpacer_2"> |
155 <property name="text"> |
222 <property name="orientation"> |
156 <string/> |
223 <enum>Qt::Vertical</enum> |
157 </property> |
224 </property> |
158 </widget> |
225 <property name="sizeHint" stdset="0"> |
159 </item> |
226 <size> |
160 <item row="4" column="0"> |
227 <width>20</width> |
161 <widget class="QLabel" name="label_4"> |
228 <height>40</height> |
162 <property name="text"> |
229 </size> |
163 <string>Line thickness:</string> |
230 </property> |
164 </property> |
231 </spacer> |
165 </widget> |
232 </item> |
166 </item> |
233 <item row="0" column="1"> |
167 <item row="4" column="1"> |
234 <widget class="QCheckBox" name="logOpenGLDebugMessages"> |
168 <widget class="QDoubleSpinBox" name="lineThickness"/> |
235 <property name="text"> |
169 </item> |
236 <string>Log OpenGL debug messages</string> |
170 <item row="5" column="0"> |
237 </property> |
171 <widget class="QCheckBox" name="lineAntiAliasing"> |
238 </widget> |
172 <property name="text"> |
239 </item> |
173 <string>Line anti-aliasing</string> |
240 </layout> |
174 </property> |
241 </widget> |
175 </widget> |
|
176 </item> |
|
177 <item row="1" column="1"> |
|
178 <widget class="ColorButton" name="selectedColorButton"> |
|
179 <property name="text"> |
|
180 <string/> |
|
181 </property> |
|
182 </widget> |
|
183 </item> |
|
184 <item row="1" column="0"> |
|
185 <widget class="QLabel" name="label_5"> |
|
186 <property name="text"> |
|
187 <string>Selected colour:</string> |
|
188 </property> |
|
189 </widget> |
|
190 </item> |
|
191 </layout> |
|
192 </item> |
|
193 <item> |
|
194 <spacer name="horizontalSpacer_3"> |
|
195 <property name="orientation"> |
|
196 <enum>Qt::Horizontal</enum> |
|
197 </property> |
|
198 <property name="sizeHint" stdset="0"> |
|
199 <size> |
|
200 <width>316</width> |
|
201 <height>20</height> |
|
202 </size> |
|
203 </property> |
|
204 </spacer> |
|
205 </item> |
|
206 </layout> |
|
207 </widget> |
242 </widget> |
208 </item> |
243 </item> |
209 <item> |
244 <item> |
210 <spacer name="verticalSpacer"> |
245 <spacer name="verticalSpacer"> |
211 <property name="orientation"> |
246 <property name="orientation"> |
212 <enum>Qt::Vertical</enum> |
247 <enum>Qt::Vertical</enum> |
213 </property> |
248 </property> |
214 <property name="sizeHint" stdset="0"> |
249 <property name="sizeHint" stdset="0"> |
215 <size> |
250 <size> |
216 <width>20</width> |
251 <width>20</width> |
217 <height>40</height> |
252 <height>2</height> |
218 </size> |
253 </size> |
219 </property> |
254 </property> |
220 </spacer> |
255 </spacer> |
221 </item> |
|
222 </layout> |
|
223 </widget> |
|
224 <widget class="QWidget" name="tabLdrawLibraries"> |
|
225 <attribute name="title"> |
|
226 <string>LDraw parts libraries</string> |
|
227 </attribute> |
|
228 </widget> |
|
229 <widget class="QWidget" name="tab"> |
|
230 <attribute name="title"> |
|
231 <string>Keyboard shortcuts</string> |
|
232 </attribute> |
|
233 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
234 <item> |
|
235 <widget class="QTableView" name="keyboardShortcutsView"/> |
|
236 </item> |
|
237 </layout> |
|
238 </widget> |
|
239 <widget class="QWidget" name="tab_2"> |
|
240 <attribute name="title"> |
|
241 <string>Debug</string> |
|
242 </attribute> |
|
243 <layout class="QFormLayout" name="formLayout_3"> |
|
244 <item row="1" column="1"> |
|
245 <spacer name="verticalSpacer_2"> |
|
246 <property name="orientation"> |
|
247 <enum>Qt::Vertical</enum> |
|
248 </property> |
|
249 <property name="sizeHint" stdset="0"> |
|
250 <size> |
|
251 <width>20</width> |
|
252 <height>40</height> |
|
253 </size> |
|
254 </property> |
|
255 </spacer> |
|
256 </item> |
|
257 <item row="0" column="1"> |
|
258 <widget class="QCheckBox" name="logOpenGLDebugMessages"> |
|
259 <property name="text"> |
|
260 <string>Log OpenGL debug messages</string> |
|
261 </property> |
|
262 </widget> |
|
263 </item> |
256 </item> |
264 </layout> |
257 </layout> |
265 </widget> |
258 </widget> |
266 </widget> |
259 </widget> |
267 </item> |
260 </item> |