diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-21 19:18:21 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-21 19:18:21 (GMT) |
commit | 0a3a7b15794053299dbe16cf6fd5e42c27853945 (patch) | |
tree | c97266987e195dc3c849168c958ae96a649ca1d6 /Preferences.ui | |
parent | 9ce0a168d05901bd251e65af8bf652b49486639e (diff) |
Added first mockup of a color scheme chooser
git-svn-id: http://svn.clifford.at/openscad/trunk@332 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'Preferences.ui')
-rw-r--r-- | Preferences.ui | 55 |
1 files changed, 42 insertions, 13 deletions
diff --git a/Preferences.ui b/Preferences.ui index 3a2f127..1bfc80a 100644 --- a/Preferences.ui +++ b/Preferences.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>435</width> - <height>362</height> + <width>384</width> + <height>243</height> </rect> </property> <property name="windowTitle"> @@ -24,18 +24,44 @@ <number>0</number> </property> <widget class="QWidget" name="page3DView"> - <layout class="QVBoxLayout" name="verticalLayout_2"> - <property name="margin"> - <number>0</number> - </property> + <layout class="QVBoxLayout" name="verticalLayout_4"> <item> - <layout class="QHBoxLayout" name="horizontalLayout"> + <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,3"> <item> - <widget class="QLabel" name="label"> - <property name="text"> - <string>Background color:</string> - </property> - </widget> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Color scheme:</string> + </property> + </widget> + </item> + <item> + <widget class="QListWidget" name="colorSchemeChooser"> + <property name="alternatingRowColors"> + <bool>false</bool> + </property> + <property name="currentRow"> + <number>0</number> + </property> + <item> + <property name="text"> + <string>Cornfield</string> + </property> + </item> + <item> + <property name="text"> + <string>Metallic</string> + </property> + </item> + <item> + <property name="text"> + <string>Sunset</string> + </property> + </item> + </widget> + </item> + </layout> </item> <item> <spacer name="horizontalSpacer"> @@ -60,7 +86,7 @@ <property name="sizeHint" stdset="0"> <size> <width>20</width> - <height>241</height> + <height>645</height> </size> </property> </spacer> @@ -102,6 +128,9 @@ </item> <item> <widget class="QLabel" name="label_2"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>advanced</string> </property> |