Version 1.3.5
[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="QVBoxLayout" name="verticalLayout" stretch="0">
18     <property name="spacing">
19      <number>0</number>
20     </property>
21     <property name="margin">
22      <number>0</number>
23     </property>
24     <item>
25      <widget class="QStackedWidget" name="stackedWidget">
26       <widget class="QWidget" name="page"/>
27       <widget class="QWidget" name="page_2"/>
28      </widget>
29     </item>
30    </layout>
31   </widget>
32   <widget class="QMenuBar" name="menuBar">
33    <property name="geometry">
34     <rect>
35      <x>0</x>
36      <y>0</y>
37      <width>800</width>
38      <height>23</height>
39     </rect>
40    </property>
41    <property name="styleSheet">
42     <string notr="true"/>
43    </property>
44    <widget class="QMenu" name="menuHelp">
45     <property name="title">
46      <string>Main</string>
47     </property>
48     <addaction name="actionAbout"/>
49     <addaction name="actionSettings"/>
50    </widget>
51    <widget class="QMenu" name="menuLibrary">
52     <property name="title">
53      <string>Library</string>
54     </property>
55    </widget>
56    <addaction name="menuHelp"/>
57    <addaction name="menuLibrary"/>
58   </widget>
59   <action name="actionAbout">
60    <property name="text">
61     <string>About</string>
62    </property>
63   </action>
64   <action name="actionSettings">
65    <property name="text">
66     <string>Settings</string>
67    </property>
68   </action>
69  </widget>
70  <layoutdefault spacing="6" margin="11"/>
71  <resources/>
72  <connections/>
73 </ui>