src/mainwindow.ui

changeset 169
6da096930534
parent 160
536efae7137e
child 170
9b655f6fe5a1
equal deleted inserted replaced
168:24590af32ad6 169:6da096930534
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>35</height> 33 <height>27</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>
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 </widget> 66 </widget>
67 <widget class="QMenu" name="menuEdit">
68 <property name="title">
69 <string>Edit</string>
70 </property>
71 <addaction name="actionDelete"/>
72 </widget>
67 <addaction name="menuFile"/> 73 <addaction name="menuFile"/>
68 <addaction name="menuView"/> 74 <addaction name="menuView"/>
75 <addaction name="menuEdit"/>
69 </widget> 76 </widget>
70 <widget class="QStatusBar" name="statusbar"/> 77 <widget class="QStatusBar" name="statusbar"/>
71 <widget class="QToolBar" name="fileToolBar"> 78 <widget class="QToolBar" name="fileToolBar">
72 <property name="windowTitle"> 79 <property name="windowTitle">
73 <string>toolBar</string> 80 <string>toolBar</string>
95 </attribute> 102 </attribute>
96 <addaction name="actionRenderStyleNormal"/> 103 <addaction name="actionRenderStyleNormal"/>
97 <addaction name="actionRenderStyleBfc"/> 104 <addaction name="actionRenderStyleBfc"/>
98 <addaction name="actionRenderStyleRandom"/> 105 <addaction name="actionRenderStyleRandom"/>
99 </widget> 106 </widget>
107 <widget class="QToolBar" name="editToolBar">
108 <property name="windowTitle">
109 <string>toolBar_2</string>
110 </property>
111 <attribute name="toolBarArea">
112 <enum>TopToolBarArea</enum>
113 </attribute>
114 <attribute name="toolBarBreak">
115 <bool>false</bool>
116 </attribute>
117 <addaction name="actionDelete"/>
118 </widget>
100 <action name="actionQuit"> 119 <action name="actionQuit">
101 <property name="icon"> 120 <property name="icon">
102 <iconset resource="../ldforge.qrc"> 121 <iconset resource="../ldforge.qrc">
103 <normaloff>:/icons/close.png</normaloff>:/icons/close.png</iconset> 122 <normaloff>:/icons/close.png</normaloff>:/icons/close.png</iconset>
104 </property> 123 </property>
223 <property name="text"> 242 <property name="text">
224 <string>Close</string> 243 <string>Close</string>
225 </property> 244 </property>
226 <property name="shortcut"> 245 <property name="shortcut">
227 <string>Ctrl+W</string> 246 <string>Ctrl+W</string>
247 </property>
248 </action>
249 <action name="actionDelete">
250 <property name="icon">
251 <iconset resource="../ldforge.qrc">
252 <normaloff>:/icons/trash-bin-outline.png</normaloff>:/icons/trash-bin-outline.png</iconset>
253 </property>
254 <property name="text">
255 <string>Delete</string>
256 </property>
257 <property name="shortcut">
258 <string>Del</string>
228 </property> 259 </property>
229 </action> 260 </action>
230 </widget> 261 </widget>
231 <resources> 262 <resources>
232 <include location="../ldforge.qrc"/> 263 <include location="../ldforge.qrc"/>

mercurial