Improved translation mechanism
[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    <addaction name="menuHelp"/>
65    <addaction name="menuPlayer"/>
66    <addaction name="menuLibrary"/>
67    <addaction name="menuTools"/>
68   </widget>
69   <action name="actionAbout">
70    <property name="text">
71     <string>About</string>
72    </property>
73   </action>
74   <action name="actionSettings">
75    <property name="text">
76     <string>Settings</string>
77    </property>
78   </action>
79   <action name="actionManageLibrary">
80    <property name="text">
81     <string>Manage library</string>
82    </property>
83   </action>
84   <action name="actionEqualizer">
85    <property name="text">
86     <string>Equalizer</string>
87    </property>
88   </action>
89   <action name="actionSetTimer">
90    <property name="text">
91     <string>Set timer</string>
92    </property>
93   </action>
94   <action name="actionSavePlaylist">
95    <property name="text">
96     <string>Save playlist</string>
97    </property>
98    <property name="shortcut">
99     <string>Ctrl+S</string>
100    </property>
101   </action>
102  </widget>
103  <layoutdefault spacing="6" margin="11"/>
104  <resources/>
105  <connections/>
106 </ui>