Now 'Artist name' and 'ArTist Name' is the same for library
[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     <item>
19      <layout class="QHBoxLayout" name="horizontalLayout">
20       <property name="spacing">
21        <number>0</number>
22       </property>
23       <item>
24        <widget class="QPushButton" name="fscreenButton">
25         <property name="sizePolicy">
26          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
27           <horstretch>0</horstretch>
28           <verstretch>0</verstretch>
29          </sizepolicy>
30         </property>
31         <property name="minimumSize">
32          <size>
33           <width>60</width>
34           <height>60</height>
35          </size>
36         </property>
37         <property name="maximumSize">
38          <size>
39           <width>60</width>
40           <height>60</height>
41          </size>
42         </property>
43         <property name="text">
44          <string/>
45         </property>
46         <property name="icon">
47          <iconset resource="../../resources/resources.qrc">
48           <normaloff>:/icons/fullscreen.png</normaloff>:/icons/fullscreen.png</iconset>
49         </property>
50         <property name="flat">
51          <bool>true</bool>
52         </property>
53        </widget>
54       </item>
55       <item>
56        <spacer name="horizontalSpacer_3">
57         <property name="orientation">
58          <enum>Qt::Horizontal</enum>
59         </property>
60         <property name="sizeHint" stdset="0">
61          <size>
62           <width>40</width>
63           <height>20</height>
64          </size>
65         </property>
66        </spacer>
67       </item>
68       <item>
69        <spacer name="horizontalSpacer">
70         <property name="orientation">
71          <enum>Qt::Horizontal</enum>
72         </property>
73         <property name="sizeType">
74          <enum>QSizePolicy::Expanding</enum>
75         </property>
76         <property name="sizeHint" stdset="0">
77          <size>
78           <width>0</width>
79           <height>20</height>
80          </size>
81         </property>
82        </spacer>
83       </item>
84       <item>
85        <layout class="QHBoxLayout" name="searchLayout">
86         <property name="spacing">
87          <number>0</number>
88         </property>
89         <item>
90          <widget class="QPushButton" name="prevButton">
91           <property name="sizePolicy">
92            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
93             <horstretch>0</horstretch>
94             <verstretch>0</verstretch>
95            </sizepolicy>
96           </property>
97           <property name="minimumSize">
98            <size>
99             <width>60</width>
100             <height>60</height>
101            </size>
102           </property>
103           <property name="maximumSize">
104            <size>
105             <width>60</width>
106             <height>60</height>
107            </size>
108           </property>
109           <property name="text">
110            <string/>
111           </property>
112           <property name="icon">
113            <iconset resource="../../resources/resources.qrc">
114             <normaloff>:/icons/back.png</normaloff>:/icons/back.png</iconset>
115           </property>
116           <property name="flat">
117            <bool>true</bool>
118           </property>
119          </widget>
120         </item>
121         <item>
122          <widget class="QLineEdit" name="searchLine">
123           <property name="sizePolicy">
124            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
125             <horstretch>0</horstretch>
126             <verstretch>0</verstretch>
127            </sizepolicy>
128           </property>
129           <property name="minimumSize">
130            <size>
131             <width>500</width>
132             <height>60</height>
133            </size>
134           </property>
135           <property name="maximumSize">
136            <size>
137             <width>16777215</width>
138             <height>60</height>
139            </size>
140           </property>
141          </widget>
142         </item>
143         <item>
144          <widget class="QPushButton" name="nextButton">
145           <property name="sizePolicy">
146            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
147             <horstretch>0</horstretch>
148             <verstretch>0</verstretch>
149            </sizepolicy>
150           </property>
151           <property name="minimumSize">
152            <size>
153             <width>60</width>
154             <height>60</height>
155            </size>
156           </property>
157           <property name="maximumSize">
158            <size>
159             <width>60</width>
160             <height>60</height>
161            </size>
162           </property>
163           <property name="text">
164            <string/>
165           </property>
166           <property name="icon">
167            <iconset resource="../../resources/resources.qrc">
168             <normaloff>:/icons/forward.png</normaloff>:/icons/forward.png</iconset>
169           </property>
170           <property name="flat">
171            <bool>true</bool>
172           </property>
173          </widget>
174         </item>
175        </layout>
176       </item>
177       <item>
178        <spacer name="horizontalSpacer_2">
179         <property name="orientation">
180          <enum>Qt::Horizontal</enum>
181         </property>
182         <property name="sizeHint" stdset="0">
183          <size>
184           <width>40</width>
185           <height>20</height>
186          </size>
187         </property>
188        </spacer>
189       </item>
190       <item>
191        <widget class="QPushButton" name="searchButton">
192         <property name="sizePolicy">
193          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
194           <horstretch>0</horstretch>
195           <verstretch>0</verstretch>
196          </sizepolicy>
197         </property>
198         <property name="minimumSize">
199          <size>
200           <width>60</width>
201           <height>60</height>
202          </size>
203         </property>
204         <property name="maximumSize">
205          <size>
206           <width>60</width>
207           <height>60</height>
208          </size>
209         </property>
210         <property name="text">
211          <string/>
212         </property>
213         <property name="icon">
214          <iconset resource="../../resources/resources.qrc">
215           <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset>
216         </property>
217         <property name="flat">
218          <bool>true</bool>
219         </property>
220        </widget>
221       </item>
222      </layout>
223     </item>
224     <item>
225      <widget class="QStackedWidget" name="stackedWidget">
226       <widget class="QWidget" name="page"/>
227       <widget class="QWidget" name="page_2"/>
228      </widget>
229     </item>
230    </layout>
231   </widget>
232   <widget class="QMenuBar" name="menuBar">
233    <property name="geometry">
234     <rect>
235      <x>0</x>
236      <y>0</y>
237      <width>800</width>
238      <height>23</height>
239     </rect>
240    </property>
241    <widget class="QMenu" name="menuHelp">
242     <property name="title">
243      <string>Help</string>
244     </property>
245     <addaction name="actionAbout"/>
246     <addaction name="actionAbout_Qt"/>
247    </widget>
248    <widget class="QMenu" name="menuLibrary">
249     <property name="title">
250      <string>Library</string>
251     </property>
252    </widget>
253    <addaction name="menuHelp"/>
254    <addaction name="menuLibrary"/>
255   </widget>
256   <action name="actionAbout">
257    <property name="text">
258     <string>About</string>
259    </property>
260   </action>
261   <action name="actionAbout_Qt">
262    <property name="text">
263     <string>About Qt</string>
264    </property>
265   </action>
266  </widget>
267  <layoutdefault spacing="6" margin="11"/>
268  <resources>
269   <include location="../../resources/resources.qrc"/>
270  </resources>
271  <connections/>
272 </ui>