diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-15 01:00:41 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-15 01:00:41 (GMT) |
commit | f2bad69cf51c6e5b278bf38a2bd7eca2163aff9b (patch) | |
tree | db30b829f246fd8e0e1b9a261c43d2eb531a7ccb /MainWindow.ui | |
parent | 812e8064aa99abd168e45a7b14ec533bb30823b6 (diff) |
Started collecting GL colors in one place; added Preferences class which will become a preferences dialog, forked CGAL OGL_Helper to make colors configurable
git-svn-id: http://svn.clifford.at/openscad/trunk@301 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'MainWindow.ui')
-rw-r--r-- | MainWindow.ui | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/MainWindow.ui b/MainWindow.ui index a85859a..afdb61c 100644 --- a/MainWindow.ui +++ b/MainWindow.ui @@ -142,6 +142,7 @@ <addaction name="separator"/> <addaction name="editActionZoomIn"/> <addaction name="editActionZoomOut"/> + <addaction name="editActionPreferences"/> </widget> <widget class="QMenu" name="menu_Design"> <property name="title"> @@ -605,6 +606,11 @@ <string>Ctrl+W</string> </property> </action> + <action name="editActionPreferences"> + <property name="text"> + <string>Preferences</string> + </property> + </action> <action name="designActionFlushCaches"> <property name="text"> <string>Flush Caches</string> @@ -619,7 +625,9 @@ <container>1</container> </customwidget> </customwidgets> - <resources/> + <resources> + <include location="openscad.qrc"/> + </resources> <connections> <connection> <sender>fileActionQuit</sender> |