summaryrefslogtreecommitdiff
path: root/Preferences.ui
diff options
context:
space:
mode:
Diffstat (limited to 'Preferences.ui')
-rw-r--r--Preferences.ui95
1 files changed, 94 insertions, 1 deletions
diff --git a/Preferences.ui b/Preferences.ui
index 1bfc80a..e210d1b 100644
--- a/Preferences.ui
+++ b/Preferences.ui
@@ -21,7 +21,7 @@
<item>
<widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex">
- <number>0</number>
+ <number>1</number>
</property>
<widget class="QWidget" name="page3DView">
<layout class="QVBoxLayout" name="verticalLayout_4">
@@ -93,6 +93,86 @@
</item>
</layout>
</widget>
+ <widget class="QWidget" name="pageEditor">
+ <layout class="QVBoxLayout" name="verticalLayout_5">
+ <item>
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <widget class="QLabel" name="label_3">
+ <property name="font">
+ <font>
+ <weight>75</weight>
+ <bold>true</bold>
+ </font>
+ </property>
+ <property name="text">
+ <string>Font</string>
+ </property>
+ <property name="scaledContents">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <spacer name="horizontalSpacer_4">
+ <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 row="1" column="0" colspan="2">
+ <widget class="QFontComboBox" name="fontChooser">
+ <property name="currentFont">
+ <font>
+ <family>Monaco</family>
+ <pointsize>12</pointsize>
+ </font>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2">
+ <widget class="QComboBox" name="fontSize">
+ <property name="editable">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="3">
+ <spacer name="horizontalSpacer_5">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <spacer name="verticalSpacer_4">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>77</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </widget>
<widget class="QWidget" name="pageAdvanced">
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="margin">
@@ -193,6 +273,7 @@
<bool>false</bool>
</attribute>
<addaction name="prefsAction3DView"/>
+ <addaction name="prefsActionEditor"/>
<addaction name="prefsActionAdvanced"/>
</widget>
<action name="prefsAction3DView">
@@ -220,6 +301,18 @@
<string>Advanced</string>
</property>
</action>
+ <action name="prefsActionEditor">
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="icon">
+ <iconset resource="openscad.qrc">
+ <normaloff>:/prefsEditor.png</normaloff>:/prefsEditor.png</iconset>
+ </property>
+ <property name="text">
+ <string>Editor</string>
+ </property>
+ </action>
</widget>
<resources>
<include location="openscad.qrc"/>
contact: Jan Huwald // Impressum