140
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
2 <ui version="4.0">
|
|
3 <class>MainWindow</class>
|
|
4 <widget class="QMainWindow" name="MainWindow">
|
|
5 <property name="geometry">
|
|
6 <rect>
|
|
7 <x>0</x>
|
|
8 <y>0</y>
|
|
9 <width>617</width>
|
|
10 <height>503</height>
|
|
11 </rect>
|
|
12 </property>
|
|
13 <property name="windowTitle">
|
|
14 <string>HexEditor</string>
|
|
15 </property>
|
|
16 <widget class="QWidget" name="centralwidget"/>
|
|
17 <widget class="QMenuBar" name="menubar">
|
|
18 <property name="geometry">
|
|
19 <rect>
|
|
20 <x>0</x>
|
|
21 <y>0</y>
|
|
22 <width>617</width>
|
|
23 <height>25</height>
|
|
24 </rect>
|
|
25 </property>
|
|
26 <widget class="QMenu" name="menuFile">
|
|
27 <property name="title">
|
|
28 <string>File</string>
|
|
29 </property>
|
|
30 <addaction name="actionOpen"/>
|
|
31 <addaction name="actionSave"/>
|
|
32 <addaction name="actionSaveAs"/>
|
|
33 </widget>
|
|
34 <addaction name="menuFile"/>
|
|
35 </widget>
|
|
36 <widget class="QStatusBar" name="statusbar"/>
|
|
37 <widget class="QToolBar" name="toolBar">
|
|
38 <property name="windowTitle">
|
|
39 <string>toolBar</string>
|
|
40 </property>
|
|
41 <attribute name="toolBarArea">
|
|
42 <enum>TopToolBarArea</enum>
|
|
43 </attribute>
|
|
44 <attribute name="toolBarBreak">
|
|
45 <bool>false</bool>
|
|
46 </attribute>
|
|
47 <addaction name="actionOpen"/>
|
|
48 <addaction name="actionSave"/>
|
|
49 <addaction name="actionSaveAs"/>
|
|
50 </widget>
|
|
51 <action name="actionOpen">
|
|
52 <property name="text">
|
|
53 <string>Open</string>
|
|
54 </property>
|
|
55 <property name="toolTip">
|
|
56 <string>Opens a file for editing</string>
|
|
57 </property>
|
|
58 <property name="shortcut">
|
|
59 <string>Ctrl+O</string>
|
|
60 </property>
|
|
61 </action>
|
|
62 <action name="actionSave">
|
|
63 <property name="text">
|
|
64 <string>Save</string>
|
|
65 </property>
|
|
66 <property name="shortcut">
|
|
67 <string>Ctrl+S</string>
|
|
68 </property>
|
|
69 </action>
|
|
70 <action name="actionSaveAs">
|
|
71 <property name="text">
|
|
72 <string>Save As</string>
|
|
73 </property>
|
|
74 </action>
|
|
75 </widget>
|
|
76 <resources/>
|
|
77 <connections/>
|
|
78 </ui>
|