diff options
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> |