src/mainwindow.ui

changeset 170
9b655f6fe5a1
parent 169
6da096930534
child 175
41628bdab71c
equal deleted inserted replaced
169:6da096930534 170:9b655f6fe5a1
61 <addaction name="actionRenderStyleBfc"/> 61 <addaction name="actionRenderStyleBfc"/>
62 <addaction name="actionRenderStyleRandom"/> 62 <addaction name="actionRenderStyleRandom"/>
63 <addaction name="actionRenderStylePickScene"/> 63 <addaction name="actionRenderStylePickScene"/>
64 <addaction name="separator"/> 64 <addaction name="separator"/>
65 <addaction name="actionAdjustGridToView"/> 65 <addaction name="actionAdjustGridToView"/>
66 <addaction name="actionDrawAxes"/>
66 </widget> 67 </widget>
67 <widget class="QMenu" name="menuEdit"> 68 <widget class="QMenu" name="menuEdit">
68 <property name="title"> 69 <property name="title">
69 <string>Edit</string> 70 <string>Edit</string>
70 </property> 71 </property>
101 <bool>false</bool> 102 <bool>false</bool>
102 </attribute> 103 </attribute>
103 <addaction name="actionRenderStyleNormal"/> 104 <addaction name="actionRenderStyleNormal"/>
104 <addaction name="actionRenderStyleBfc"/> 105 <addaction name="actionRenderStyleBfc"/>
105 <addaction name="actionRenderStyleRandom"/> 106 <addaction name="actionRenderStyleRandom"/>
107 <addaction name="actionDrawAxes"/>
106 </widget> 108 </widget>
107 <widget class="QToolBar" name="editToolBar"> 109 <widget class="QToolBar" name="editToolBar">
108 <property name="windowTitle"> 110 <property name="windowTitle">
109 <string>toolBar_2</string> 111 <string>toolBar_2</string>
110 </property> 112 </property>
254 <property name="text"> 256 <property name="text">
255 <string>Delete</string> 257 <string>Delete</string>
256 </property> 258 </property>
257 <property name="shortcut"> 259 <property name="shortcut">
258 <string>Del</string> 260 <string>Del</string>
261 </property>
262 </action>
263 <action name="actionDrawAxes">
264 <property name="checkable">
265 <bool>true</bool>
266 </property>
267 <property name="icon">
268 <iconset resource="../ldforge.qrc">
269 <normaloff>:/icons/axes.png</normaloff>:/icons/axes.png</iconset>
270 </property>
271 <property name="text">
272 <string>Draw axes</string>
259 </property> 273 </property>
260 </action> 274 </action>
261 </widget> 275 </widget>
262 <resources> 276 <resources>
263 <include location="../ldforge.qrc"/> 277 <include location="../ldforge.qrc"/>

mercurial