src/settingseditor/settingseditor.ui

changeset 237
10a6298f636f
parent 202
b05af0bab735
child 282
f2dc3bbecbfa
equal deleted inserted replaced
236:1fa0e1de9f0a 237:10a6298f636f
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>574</width> 9 <width>716</width>
10 <height>416</height> 10 <height>472</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>
231 <string>Keyboard shortcuts</string> 231 <string>Keyboard shortcuts</string>
232 </attribute> 232 </attribute>
233 <layout class="QVBoxLayout" name="verticalLayout_2"> 233 <layout class="QVBoxLayout" name="verticalLayout_2">
234 <item> 234 <item>
235 <widget class="QTableView" name="keyboardShortcutsView"/> 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>
236 </item> 263 </item>
237 </layout> 264 </layout>
238 </widget> 265 </widget>
239 </widget> 266 </widget>
240 </item> 267 </item>

mercurial