annotate python/hexeditor.ui @ 281:4496cae24d7f

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