src/mainwindow.ui

changeset 231
a9bf6bab5ea2
parent 229
38d86002d548
child 235
7ef03c2b46ab
equal deleted inserted replaced
230:a1f3f7d9078b 231:a9bf6bab5ea2
4 <widget class="QMainWindow" name="MainWindow"> 4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>800</width> 9 <width>729</width>
10 <height>600</height> 10 <height>600</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>LDForge</string> 14 <string>LDForge</string>
36 <widget class="QMenuBar" name="menubar"> 36 <widget class="QMenuBar" name="menubar">
37 <property name="geometry"> 37 <property name="geometry">
38 <rect> 38 <rect>
39 <x>0</x> 39 <x>0</x>
40 <y>0</y> 40 <y>0</y>
41 <width>800</width> 41 <width>729</width>
42 <height>29</height> 42 <height>29</height>
43 </rect> 43 </rect>
44 </property> 44 </property>
45 <widget class="QMenu" name="menuFile"> 45 <widget class="QMenu" name="menuFile">
46 <property name="title"> 46 <property name="title">
68 </property> 68 </property>
69 <addaction name="actionRenderStyleNormal"/> 69 <addaction name="actionRenderStyleNormal"/>
70 <addaction name="actionRenderStyleBfc"/> 70 <addaction name="actionRenderStyleBfc"/>
71 <addaction name="actionRenderStyleRandom"/> 71 <addaction name="actionRenderStyleRandom"/>
72 <addaction name="actionRenderStylePickScene"/> 72 <addaction name="actionRenderStylePickScene"/>
73 <addaction name="actionWireframe"/>
73 <addaction name="separator"/> 74 <addaction name="separator"/>
74 <addaction name="actionAdjustGridToView"/> 75 <addaction name="actionAdjustGridToView"/>
75 <addaction name="actionDrawAxes"/> 76 <addaction name="actionDrawAxes"/>
76 </widget> 77 </widget>
77 <widget class="QMenu" name="menuEdit"> 78 <widget class="QMenu" name="menuEdit">
123 <bool>false</bool> 124 <bool>false</bool>
124 </attribute> 125 </attribute>
125 <addaction name="actionRenderStyleNormal"/> 126 <addaction name="actionRenderStyleNormal"/>
126 <addaction name="actionRenderStyleBfc"/> 127 <addaction name="actionRenderStyleBfc"/>
127 <addaction name="actionRenderStyleRandom"/> 128 <addaction name="actionRenderStyleRandom"/>
129 <addaction name="actionWireframe"/>
128 <addaction name="actionDrawAxes"/> 130 <addaction name="actionDrawAxes"/>
129 </widget> 131 </widget>
130 <widget class="QToolBar" name="editToolBar"> 132 <widget class="QToolBar" name="editToolBar">
131 <property name="windowTitle"> 133 <property name="windowTitle">
132 <string>toolBar_2</string> 134 <string>toolBar_2</string>
399 <action name="actionAboutQt"> 401 <action name="actionAboutQt">
400 <property name="text"> 402 <property name="text">
401 <string>About Qt</string> 403 <string>About Qt</string>
402 </property> 404 </property>
403 </action> 405 </action>
406 <action name="actionWireframe">
407 <property name="checkable">
408 <bool>true</bool>
409 </property>
410 <property name="icon">
411 <iconset resource="../ldforge.qrc">
412 <normaloff>:/icons/renderstyle-wireframe.png</normaloff>:/icons/renderstyle-wireframe.png</iconset>
413 </property>
414 <property name="text">
415 <string>Wireframe</string>
416 </property>
417 </action>
404 </widget> 418 </widget>
405 <resources> 419 <resources>
406 <include location="../ldforge.qrc"/> 420 <include location="../ldforge.qrc"/>
407 </resources> 421 </resources>
408 <connections/> 422 <connections/>

mercurial