--- a/src/mainwindow.ui Thu Jan 30 19:20:11 2020 +0200 +++ b/src/mainwindow.ui Fri Jan 31 00:25:35 2020 +0200 @@ -26,7 +26,7 @@ <x>0</x> <y>0</y> <width>800</width> - <height>27</height> + <height>22</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -46,7 +46,16 @@ <addaction name="separator"/> <addaction name="actionQuit"/> </widget> + <widget class="QMenu" name="menuView"> + <property name="title"> + <string>View</string> + </property> + <addaction name="actionRenderStyleNormal"/> + <addaction name="actionRenderStyleBfc"/> + <addaction name="actionRenderStyleRandom"/> + </widget> <addaction name="menuFile"/> + <addaction name="menuView"/> </widget> <widget class="QStatusBar" name="statusbar"/> <action name="actionQuit"> @@ -75,6 +84,30 @@ <string>Preferences…</string> </property> </action> + <action name="actionRenderStyleNormal"> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="text"> + <string>Normal colours</string> + </property> + </action> + <action name="actionRenderStyleBfc"> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="text"> + <string>BFC color coding</string> + </property> + </action> + <action name="actionRenderStyleRandom"> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="text"> + <string>Random colours</string> + </property> + </action> </widget> <resources/> <connections/>