1<ui version="4.0" >
2 <class>ConfigureStepGeneralWidget</class>
3 <widget class="QWidget" name="ConfigureStepGeneralWidget" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>270</width>
9    <height>272</height>
10   </rect>
11  </property>
12  <layout class="QGridLayout" >
13   <item row="0" column="0" >
14    <widget class="QLabel" name="label" >
15     <property name="text" >
16      <string>Display precision:</string>
17     </property>
18    </widget>
19   </item>
20   <item row="0" column="1" >
21    <widget class="QSpinBox" name="kcfg_floatDisplayPrecision" >
22     <property name="alignment" >
23      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
24     </property>
25     <property name="minimum" >
26      <number>1</number>
27     </property>
28     <property name="maximum" >
29      <number>16</number>
30     </property>
31     <property name="value" >
32      <number>4</number>
33     </property>
34    </widget>
35   </item>
36   <item rowspan="6" row="0" column="2" >
37    <spacer>
38     <property name="orientation" >
39      <enum>Qt::Horizontal</enum>
40     </property>
41     <property name="sizeHint" stdset="0" >
42      <size>
43       <width>16</width>
44       <height>254</height>
45      </size>
46     </property>
47    </spacer>
48   </item>
49   <item row="1" column="0" colspan="2" >
50    <widget class="QCheckBox" name="kcfg_showAxes" >
51     <property name="text" >
52      <string>Show scene axes</string>
53     </property>
54    </widget>
55   </item>
56   <item row="2" column="0" colspan="2" >
57    <widget class="QCheckBox" name="kcfg_showCreationTips" >
58     <property name="text" >
59      <string>Show tips when creating objects</string>
60     </property>
61    </widget>
62   </item>
63   <item row="3" column="0" colspan="2" >
64    <widget class="QCheckBox" name="kcfg_enableOpenGL" >
65     <property name="text" >
66      <string>Enable OpenGL (EXPERIMENTAL)</string>
67     </property>
68    </widget>
69   </item>
70   <item row="4" column="0" colspan="2" >
71    <widget class="QCheckBox" name="kcfg_wikiExternal" >
72     <property name="text" >
73      <string>Open wikipedia in external browser</string>
74     </property>
75    </widget>
76   </item>
77   <item row="5" column="0" colspan="2" >
78    <spacer>
79     <property name="orientation" >
80      <enum>Qt::Vertical</enum>
81     </property>
82     <property name="sizeHint" stdset="0" >
83      <size>
84       <width>235</width>
85       <height>101</height>
86      </size>
87     </property>
88    </spacer>
89   </item>
90  </layout>
91 </widget>
92 <resources/>
93 <connections/>
94</ui>
95