Fixed bug #3 and some other bugs
[qallinone.git] / mainwindow.ui
blob52a9811d89e1ebb29be72bc3efe2e148e05566a7
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>471</width>
10 <height>353</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>qAllInOne</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="Resources.qrc">
18 <normaloff>:/new/prefix1/qallinonelogosmall.png</normaloff>:/new/prefix1/qallinonelogosmall.png</iconset>
19 </property>
20 <widget class="QWidget" name="centralWidget">
21 <widget class="QWidget" name="MainWidget" native="true">
22 <property name="geometry">
23 <rect>
24 <x>0</x>
25 <y>10</y>
26 <width>471</width>
27 <height>321</height>
28 </rect>
29 </property>
30 </widget>
31 </widget>
32 <widget class="QMenuBar" name="menuBar">
33 <property name="geometry">
34 <rect>
35 <x>0</x>
36 <y>0</y>
37 <width>471</width>
38 <height>21</height>
39 </rect>
40 </property>
41 <property name="defaultUp">
42 <bool>false</bool>
43 </property>
44 <property name="nativeMenuBar">
45 <bool>false</bool>
46 </property>
47 <widget class="QMenu" name="menuFile">
48 <property name="title">
49 <string>File</string>
50 </property>
51 <addaction name="actionOpen_media"/>
52 <addaction name="separator"/>
53 <addaction name="actionExit"/>
54 </widget>
55 <widget class="QMenu" name="menuHelp">
56 <property name="title">
57 <string>Help</string>
58 </property>
59 <addaction name="actionReport_a_bug"/>
60 <addaction name="actionHomepage"/>
61 <addaction name="actionAbout"/>
62 </widget>
63 <addaction name="menuFile"/>
64 <addaction name="menuHelp"/>
65 </widget>
66 <action name="actionAbout">
67 <property name="text">
68 <string>About</string>
69 </property>
70 </action>
71 <action name="actionOpen_media">
72 <property name="text">
73 <string>Open media</string>
74 </property>
75 </action>
76 <action name="actionExit">
77 <property name="text">
78 <string>Exit</string>
79 </property>
80 </action>
81 <action name="actionChangelog">
82 <property name="text">
83 <string>Changelog</string>
84 </property>
85 </action>
86 <action name="actionReport_a_bug">
87 <property name="text">
88 <string>Report a bug</string>
89 </property>
90 </action>
91 <action name="actionHomepage">
92 <property name="text">
93 <string>Visit Homepage</string>
94 </property>
95 </action>
96 </widget>
97 <layoutdefault spacing="6" margin="11"/>
98 <resources>
99 <include location="Resources.qrc"/>
100 </resources>
101 <connections/>
102 </ui>