src/mainwindow.ui

changeset 175
41628bdab71c
parent 170
9b655f6fe5a1
child 183
97b591813c8b
equal deleted inserted replaced
174:3016b494685c 175:41628bdab71c
28 <property name="geometry"> 28 <property name="geometry">
29 <rect> 29 <rect>
30 <x>0</x> 30 <x>0</x>
31 <y>0</y> 31 <y>0</y>
32 <width>800</width> 32 <width>800</width>
33 <height>27</height> 33 <height>31</height>
34 </rect> 34 </rect>
35 </property> 35 </property>
36 <widget class="QMenu" name="menuFile"> 36 <widget class="QMenu" name="menuFile">
37 <property name="title"> 37 <property name="title">
38 <string>File</string> 38 <string>File</string>
68 <widget class="QMenu" name="menuEdit"> 68 <widget class="QMenu" name="menuEdit">
69 <property name="title"> 69 <property name="title">
70 <string>Edit</string> 70 <string>Edit</string>
71 </property> 71 </property>
72 <addaction name="actionDelete"/> 72 <addaction name="actionDelete"/>
73 <addaction name="separator"/>
74 <addaction name="actionGridFine"/>
75 <addaction name="actionGridMedium"/>
76 <addaction name="actionGridCoarse"/>
73 </widget> 77 </widget>
74 <addaction name="menuFile"/> 78 <addaction name="menuFile"/>
75 <addaction name="menuView"/> 79 <addaction name="menuView"/>
76 <addaction name="menuEdit"/> 80 <addaction name="menuEdit"/>
77 </widget> 81 </widget>
115 </attribute> 119 </attribute>
116 <attribute name="toolBarBreak"> 120 <attribute name="toolBarBreak">
117 <bool>false</bool> 121 <bool>false</bool>
118 </attribute> 122 </attribute>
119 <addaction name="actionDelete"/> 123 <addaction name="actionDelete"/>
124 <addaction name="actionGridFine"/>
125 <addaction name="actionGridMedium"/>
126 <addaction name="actionGridCoarse"/>
120 </widget> 127 </widget>
121 <action name="actionQuit"> 128 <action name="actionQuit">
122 <property name="icon"> 129 <property name="icon">
123 <iconset resource="../ldforge.qrc"> 130 <iconset resource="../ldforge.qrc">
124 <normaloff>:/icons/close.png</normaloff>:/icons/close.png</iconset> 131 <normaloff>:/icons/close.png</normaloff>:/icons/close.png</iconset>
268 <iconset resource="../ldforge.qrc"> 275 <iconset resource="../ldforge.qrc">
269 <normaloff>:/icons/axes.png</normaloff>:/icons/axes.png</iconset> 276 <normaloff>:/icons/axes.png</normaloff>:/icons/axes.png</iconset>
270 </property> 277 </property>
271 <property name="text"> 278 <property name="text">
272 <string>Draw axes</string> 279 <string>Draw axes</string>
280 </property>
281 </action>
282 <action name="actionGridFine">
283 <property name="checkable">
284 <bool>true</bool>
285 </property>
286 <property name="text">
287 <string>Fine grid</string>
288 </property>
289 <property name="shortcut">
290 <string>Ctrl+1</string>
291 </property>
292 </action>
293 <action name="actionGridMedium">
294 <property name="checkable">
295 <bool>true</bool>
296 </property>
297 <property name="text">
298 <string>Medium grid</string>
299 </property>
300 <property name="shortcut">
301 <string>Ctrl+2</string>
302 </property>
303 </action>
304 <action name="actionGridCoarse">
305 <property name="checkable">
306 <bool>true</bool>
307 </property>
308 <property name="text">
309 <string>Coarse grid</string>
310 </property>
311 <property name="shortcut">
312 <string>Ctrl+3</string>
273 </property> 313 </property>
274 </action> 314 </action>
275 </widget> 315 </widget>
276 <resources> 316 <resources>
277 <include location="../ldforge.qrc"/> 317 <include location="../ldforge.qrc"/>

mercurial