src/mainwindow.ui

changeset 96
165777a20dc7
parent 79
5fe2dd4e161a
child 125
f127982d3412
equal deleted inserted replaced
95:06a1aef170aa 96:165777a20dc7
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>24</height> 29 <height>26</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>
57 </widget> 57 </widget>
58 <addaction name="menuFile"/> 58 <addaction name="menuFile"/>
59 <addaction name="menuView"/> 59 <addaction name="menuView"/>
60 </widget> 60 </widget>
61 <widget class="QStatusBar" name="statusbar"/> 61 <widget class="QStatusBar" name="statusbar"/>
62 <widget class="QToolBar" name="toolsBar">
63 <property name="windowTitle">
64 <string>toolBar</string>
65 </property>
66 <attribute name="toolBarArea">
67 <enum>LeftToolBarArea</enum>
68 </attribute>
69 <attribute name="toolBarBreak">
70 <bool>false</bool>
71 </attribute>
72 </widget>
62 <action name="actionQuit"> 73 <action name="actionQuit">
63 <property name="text"> 74 <property name="text">
64 <string>Quit</string> 75 <string>Quit</string>
65 </property> 76 </property>
66 </action> 77 </action>

mercurial