src/mainwindow.ui

changeset 36
bbb901b97404
parent 9
8b9780700b5e
child 79
5fe2dd4e161a
equal deleted inserted replaced
35:98906a94732f 36:bbb901b97404
24 <property name="geometry"> 24 <property name="geometry">
25 <rect> 25 <rect>
26 <x>0</x> 26 <x>0</x>
27 <y>0</y> 27 <y>0</y>
28 <width>800</width> 28 <width>800</width>
29 <height>27</height> 29 <height>22</height>
30 </rect> 30 </rect>
31 </property> 31 </property>
32 <widget class="QMenu" name="menuFile"> 32 <widget class="QMenu" name="menuFile">
33 <property name="title"> 33 <property name="title">
34 <string>File</string> 34 <string>File</string>
44 <addaction name="separator"/> 44 <addaction name="separator"/>
45 <addaction name="actionSettingsEditor"/> 45 <addaction name="actionSettingsEditor"/>
46 <addaction name="separator"/> 46 <addaction name="separator"/>
47 <addaction name="actionQuit"/> 47 <addaction name="actionQuit"/>
48 </widget> 48 </widget>
49 <widget class="QMenu" name="menuView">
50 <property name="title">
51 <string>View</string>
52 </property>
53 <addaction name="actionRenderStyleNormal"/>
54 <addaction name="actionRenderStyleBfc"/>
55 <addaction name="actionRenderStyleRandom"/>
56 </widget>
49 <addaction name="menuFile"/> 57 <addaction name="menuFile"/>
58 <addaction name="menuView"/>
50 </widget> 59 </widget>
51 <widget class="QStatusBar" name="statusbar"/> 60 <widget class="QStatusBar" name="statusbar"/>
52 <action name="actionQuit"> 61 <action name="actionQuit">
53 <property name="text"> 62 <property name="text">
54 <string>Quit</string> 63 <string>Quit</string>
73 <action name="actionSettingsEditor"> 82 <action name="actionSettingsEditor">
74 <property name="text"> 83 <property name="text">
75 <string>Preferences…</string> 84 <string>Preferences…</string>
76 </property> 85 </property>
77 </action> 86 </action>
87 <action name="actionRenderStyleNormal">
88 <property name="checkable">
89 <bool>true</bool>
90 </property>
91 <property name="text">
92 <string>Normal colours</string>
93 </property>
94 </action>
95 <action name="actionRenderStyleBfc">
96 <property name="checkable">
97 <bool>true</bool>
98 </property>
99 <property name="text">
100 <string>BFC color coding</string>
101 </property>
102 </action>
103 <action name="actionRenderStyleRandom">
104 <property name="checkable">
105 <bool>true</bool>
106 </property>
107 <property name="text">
108 <string>Random colours</string>
109 </property>
110 </action>
78 </widget> 111 </widget>
79 <resources/> 112 <resources/>
80 <connections/> 113 <connections/>
81 </ui> 114 </ui>

mercurial