diff options
author | Marius Kintel <marius@kintel.net> | 2011-07-03 13:01:06 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-07-03 13:01:06 (GMT) |
commit | 518714b4a89ce1c289bdc54e664c5bcb9136acfa (patch) | |
tree | 201ae7bde6550c1742fc69116b35ce1fd5491a10 /src/Preferences.ui | |
parent | 03341a4a4dbdce252ab4c7369a348b9c4d8c5de6 (diff) | |
parent | f8d4b225365b64a8eda122153c6329eea1f686d0 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'src/Preferences.ui')
-rw-r--r-- | src/Preferences.ui | 56 |
1 files changed, 7 insertions, 49 deletions
diff --git a/src/Preferences.ui b/src/Preferences.ui index 13db9f3..2ab7646 100644 --- a/src/Preferences.ui +++ b/src/Preferences.ui @@ -179,71 +179,29 @@ <number>0</number> </property> <item> - <spacer name="verticalSpacer_2"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>120</height> - </size> - </property> - </spacer> - </item> - <item> - <layout class="QHBoxLayout" name="horizontalLayout_2"> + <layout class="QVBoxLayout" name="verticalLayout_6"> <item> - <spacer name="horizontalSpacer_2"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QLabel" name="label_2"> - <property name="enabled"> - <bool>false</bool> - </property> + <widget class="QCheckBox" name="OpenGL20WarningCheckbox"> <property name="text"> - <string>advanced</string> + <string>Show OpenGL 2.0 warning && rendering info</string> </property> </widget> </item> <item> - <spacer name="horizontalSpacer_3"> + <spacer name="verticalSpacer_2"> <property name="orientation"> - <enum>Qt::Horizontal</enum> + <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> - <width>40</width> - <height>20</height> + <width>20</width> + <height>40</height> </size> </property> </spacer> </item> </layout> </item> - <item> - <spacer name="verticalSpacer_3"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>120</height> - </size> - </property> - </spacer> - </item> </layout> </widget> </widget> |