Created separate directory for player engine
[someplayer] / src / ui / mainwindow.ui
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>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>someplayer</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <layout class="QGridLayout" name="gridLayout_2">
18     <item row="0" column="0">
19      <widget class="QStackedWidget" name="stackedWidget">
20       <widget class="QWidget" name="page"/>
21       <widget class="QWidget" name="page_2"/>
22      </widget>
23     </item>
24    </layout>
25   </widget>
26   <widget class="QMenuBar" name="menuBar">
27    <property name="geometry">
28     <rect>
29      <x>0</x>
30      <y>0</y>
31      <width>800</width>
32      <height>23</height>
33     </rect>
34    </property>
35    <widget class="QMenu" name="menuView">
36     <property name="title">
37      <string>View</string>
38     </property>
39     <addaction name="actionLibrary"/>
40     <addaction name="actionPlayer"/>
41    </widget>
42    <widget class="QMenu" name="menuHelp">
43     <property name="title">
44      <string>Help</string>
45     </property>
46     <addaction name="actionAbout"/>
47     <addaction name="actionAbout_Qt"/>
48    </widget>
49    <addaction name="menuView"/>
50    <addaction name="menuHelp"/>
51   </widget>
52   <action name="actionOpen">
53    <property name="text">
54     <string>Open media</string>
55    </property>
56   </action>
57   <action name="actionPlayer">
58    <property name="text">
59     <string>Player</string>
60    </property>
61   </action>
62   <action name="actionLibrary">
63    <property name="text">
64     <string>Library</string>
65    </property>
66   </action>
67   <action name="actionAbout">
68    <property name="text">
69     <string>About</string>
70    </property>
71   </action>
72   <action name="actionAbout_Qt">
73    <property name="text">
74     <string>About Qt</string>
75    </property>
76   </action>
77  </widget>
78  <layoutdefault spacing="6" margin="11"/>
79  <resources/>
80  <connections/>
81 </ui>