M3U playlists import
[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     <addaction name="actionImport"/>
64    </widget>
65    <widget class="QMenu" name="menuHelp_2">
66     <property name="title">
67      <string>Help</string>
68     </property>
69     <addaction name="actionOnlineHelp"/>
70    </widget>
71    <addaction name="menuHelp"/>
72    <addaction name="menuPlayer"/>
73    <addaction name="menuLibrary"/>
74    <addaction name="menuTools"/>
75    <addaction name="menuHelp_2"/>
76   </widget>
77   <action name="actionAbout">
78    <property name="text">
79     <string>About</string>
80    </property>
81   </action>
82   <action name="actionSettings">
83    <property name="text">
84     <string>Settings</string>
85    </property>
86   </action>
87   <action name="actionManageLibrary">
88    <property name="text">
89     <string>Manage library</string>
90    </property>
91   </action>
92   <action name="actionEqualizer">
93    <property name="text">
94     <string>Equalizer</string>
95    </property>
96   </action>
97   <action name="actionSetTimer">
98    <property name="text">
99     <string>Set timer</string>
100    </property>
101   </action>
102   <action name="actionSavePlaylist">
103    <property name="text">
104     <string>Save playlist</string>
105    </property>
106    <property name="shortcut">
107     <string>Ctrl+S</string>
108    </property>
109   </action>
110   <action name="actionOnlineHelp">
111    <property name="text">
112     <string>Online help</string>
113    </property>
114   </action>
115   <action name="actionImport">
116    <property name="text">
117     <string>Import playlists</string>
118    </property>
119   </action>
120  </widget>
121  <layoutdefault spacing="6" margin="11"/>
122  <resources/>
123  <connections/>
124 </ui>