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>25</height> |
29 <height>27</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> |
35 </property> |
35 </property> |
36 <addaction name="actionNewFile"/> |
36 <addaction name="actionNew"/> |
37 <addaction name="actionOpen"/> |
37 <addaction name="actionOpen"/> |
38 <addaction name="separator"/> |
38 <addaction name="separator"/> |
39 <addaction name="actionQuit"/> |
39 <addaction name="actionQuit"/> |
40 </widget> |
40 </widget> |
41 <addaction name="menuFile"/> |
41 <addaction name="menuFile"/> |
52 </property> |
52 </property> |
53 <property name="shortcut"> |
53 <property name="shortcut"> |
54 <string>Ctrl+O</string> |
54 <string>Ctrl+O</string> |
55 </property> |
55 </property> |
56 </action> |
56 </action> |
57 <action name="actionNewFile"> |
57 <action name="actionNew"> |
58 <property name="text"> |
58 <property name="text"> |
59 <string>New File</string> |
59 <string>New</string> |
60 </property> |
60 </property> |
61 <property name="shortcut"> |
61 <property name="shortcut"> |
62 <string>Ctrl+N</string> |
62 <string>Ctrl+N</string> |
63 </property> |
63 </property> |
64 </action> |
64 </action> |