src/mainwindow.ui

changeset 79
5fe2dd4e161a
parent 36
bbb901b97404
child 96
165777a20dc7
--- a/src/mainwindow.ui	Wed Mar 11 17:19:28 2020 +0200
+++ b/src/mainwindow.ui	Wed Mar 11 17:19:38 2020 +0200
@@ -26,7 +26,7 @@
      <x>0</x>
      <y>0</y>
      <width>800</width>
-     <height>22</height>
+     <height>24</height>
     </rect>
    </property>
    <widget class="QMenu" name="menuFile">
@@ -53,6 +53,7 @@
     <addaction name="actionRenderStyleNormal"/>
     <addaction name="actionRenderStyleBfc"/>
     <addaction name="actionRenderStyleRandom"/>
+    <addaction name="actionRenderStylePickScene"/>
    </widget>
    <addaction name="menuFile"/>
    <addaction name="menuView"/>
@@ -108,6 +109,14 @@
     <string>Random colours</string>
    </property>
   </action>
+  <action name="actionRenderStylePickScene">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="text">
+    <string>Pick scene colours</string>
+   </property>
+  </action>
  </widget>
  <resources/>
  <connections/>

mercurial