-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBeebview.ui
93 lines (93 loc) · 2.29 KB
/
Beebview.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Beebview</class>
<widget class="QMainWindow" name="Beebview">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>392</width>
<height>292</height>
</rect>
</property>
<property name="windowTitle">
<string>Beebview</string>
</property>
<widget class="QWidget" name="centralWidget"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>392</width>
<height>27</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>&File</string>
</property>
<addaction name="actionOpen"/>
<addaction name="actionSaveAs"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuMode">
<property name="title">
<string>&Mode</string>
</property>
</widget>
<widget class="QMenu" name="menuCycleColour">
<property name="title">
<string>&Cycle Colour</string>
</property>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>&Help</string>
</property>
<addaction name="actionHelp"/>
<addaction name="actionReportBug"/>
<addaction name="separator"/>
<addaction name="actionAbout"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuMode"/>
<addaction name="menuCycleColour"/>
<addaction name="menuHelp"/>
</widget>
<action name="actionOpen">
<property name="text">
<string>&Open</string>
</property>
</action>
<action name="actionSaveAs">
<property name="text">
<string>Save &As...</string>
</property>
</action>
<action name="actionExit">
<property name="text">
<string>E&xit</string>
</property>
</action>
<action name="actionHelp">
<property name="text">
<string>Online &Help</string>
</property>
</action>
<action name="actionReportBug">
<property name="text">
<string>&Report a Bug</string>
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>&About</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>