a672aa933b7f717e06fa7991820b01648a66610f
[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">
18     <property name="spacing">
19      <number>0</number>
20     </property>
21     <property name="margin">
22      <number>0</number>
23     </property>
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    <property name="styleSheet">
36     <string notr="true"/>
37    </property>
38    <widget class="QMenu" name="menuHelp">
39     <property name="title">
40      <string>Main</string>
41     </property>
42     <addaction name="actionAbout"/>
43     <addaction name="actionSettings"/>
44    </widget>
45    <widget class="QMenu" name="menuLibrary">
46     <property name="title">
47      <string>Library</string>
48     </property>
49     <addaction name="actionManageLibrary"/>
50    </widget>
51    <widget class="QMenu" name="menuTools">
52     <property name="title">
53      <string>Tools</string>
54     </property>
55     <addaction name="actionSetTimer"/>
56     <addaction name="actionEqualizer"/>
57    </widget>
58    <widget class="QMenu" name="menuPlayer">
59     <property name="title">
60      <string>Player</string>
61     </property>
62     <addaction name="actionSavePlaylist"/>
63    </widget>
64    <widget class="QMenu" name="menuHelp_2">
65     <property name="title">
66      <string>Help</string>
67     </property>
68     <addaction name="actionOnlineHelp"/>
69    </widget>
70    <addaction name="menuHelp"/>
71    <addaction name="menuPlayer"/>
72    <addaction name="menuLibrary"/>
73    <addaction name="menuTools"/>
74    <addaction name="menuHelp_2"/>
75   </widget>
76   <action name="actionAbout">
77    <property name="text">
78     <string>About</string>
79    </property>
80   </action>
81   <action name="actionSettings">
82    <property name="text">
83     <string>Settings</string>
84    </property>
85   </action>
86   <action name="actionManageLibrary">
87    <property name="text">
88     <string>Manage library</string>
89    </property>
90   </action>
91   <action name="actionEqualizer">
92    <property name="text">
93     <string>Equalizer</string>
94    </property>
95   </action>
96   <action name="actionSetTimer">
97    <property name="text">
98     <string>Set timer</string>
99    </property>
100   </action>
101   <action name="actionSavePlaylist">
102    <property name="text">
103     <string>Save playlist</string>
104    </property>
105    <property name="shortcut">
106     <string>Ctrl+S</string>
107    </property>
108   </action>
109   <action name="actionOnlineHelp">
110    <property name="text">
111     <string>Online help</string>
112    </property>
113   </action>
114  </widget>
115  <layoutdefault spacing="6" margin="11"/>
116  <resources/>
117  <connections/>
118 </ui>