src/mainwindow.ui

changeset 125
f127982d3412
parent 96
165777a20dc7
child 128
7c834fe36b25
equal deleted inserted replaced
124:f9f308c8e0c5 125:f127982d3412
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>26</height> 29 <height>34</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>
73 <action name="actionQuit"> 62 <action name="actionQuit">
74 <property name="text"> 63 <property name="text">
75 <string>Quit</string> 64 <string>Quit</string>
76 </property> 65 </property>
77 </action> 66 </action>

mercurial