Version bump
[someplayer] / src / ui / aboutform.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AboutForm</class>
4  <widget class="QWidget" name="AboutForm">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>570</width>
10     <height>343</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>About SomePlayer</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <property name="spacing">
18     <number>0</number>
19    </property>
20    <property name="margin">
21     <number>0</number>
22    </property>
23    <item>
24     <widget class="QScrollArea" name="scrollArea">
25      <property name="horizontalScrollBarPolicy">
26       <enum>Qt::ScrollBarAlwaysOff</enum>
27      </property>
28      <property name="widgetResizable">
29       <bool>true</bool>
30      </property>
31      <widget class="QWidget" name="scrollAreaWidgetContents">
32       <property name="geometry">
33        <rect>
34         <x>0</x>
35         <y>0</y>
36         <width>550</width>
37         <height>569</height>
38        </rect>
39       </property>
40       <layout class="QVBoxLayout" name="verticalLayout">
41        <item>
42         <layout class="QGridLayout" name="gridLayout">
43          <item row="0" column="0">
44           <spacer name="horizontalSpacer">
45            <property name="orientation">
46             <enum>Qt::Horizontal</enum>
47            </property>
48            <property name="sizeHint" stdset="0">
49             <size>
50              <width>40</width>
51              <height>20</height>
52             </size>
53            </property>
54           </spacer>
55          </item>
56          <item row="0" column="1">
57           <widget class="QLabel" name="logoLabel">
58            <property name="sizePolicy">
59             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
60              <horstretch>0</horstretch>
61              <verstretch>0</verstretch>
62             </sizepolicy>
63            </property>
64            <property name="minimumSize">
65             <size>
66              <width>80</width>
67              <height>80</height>
68             </size>
69            </property>
70            <property name="maximumSize">
71             <size>
72              <width>80</width>
73              <height>80</height>
74             </size>
75            </property>
76            <property name="text">
77             <string/>
78            </property>
79            <property name="pixmap">
80             <pixmap resource="../resources/resources.qrc">:/icons/white/player.png</pixmap>
81            </property>
82            <property name="scaledContents">
83             <bool>true</bool>
84            </property>
85           </widget>
86          </item>
87          <item row="0" column="2">
88           <spacer name="horizontalSpacer_2">
89            <property name="orientation">
90             <enum>Qt::Horizontal</enum>
91            </property>
92            <property name="sizeHint" stdset="0">
93             <size>
94              <width>40</width>
95              <height>20</height>
96             </size>
97            </property>
98           </spacer>
99          </item>
100         </layout>
101        </item>
102        <item>
103         <layout class="QHBoxLayout" name="horizontalLayout_4">
104          <item>
105           <spacer name="horizontalSpacer_3">
106            <property name="orientation">
107             <enum>Qt::Horizontal</enum>
108            </property>
109            <property name="sizeHint" stdset="0">
110             <size>
111              <width>40</width>
112              <height>20</height>
113             </size>
114            </property>
115           </spacer>
116          </item>
117          <item>
118           <widget class="QLabel" name="nameLabel">
119            <property name="text">
120             <string>&lt;b&gt;SomePlayer&lt;/b&gt; </string>
121            </property>
122            <property name="alignment">
123             <set>Qt::AlignCenter</set>
124            </property>
125           </widget>
126          </item>
127          <item>
128           <widget class="QLabel" name="versionLabel">
129            <property name="text">
130             <string>&gt;&lt;</string>
131            </property>
132           </widget>
133          </item>
134          <item>
135           <spacer name="horizontalSpacer_4">
136            <property name="orientation">
137             <enum>Qt::Horizontal</enum>
138            </property>
139            <property name="sizeHint" stdset="0">
140             <size>
141              <width>40</width>
142              <height>20</height>
143             </size>
144            </property>
145           </spacer>
146          </item>
147         </layout>
148        </item>
149        <item>
150         <spacer name="verticalSpacer_3">
151          <property name="orientation">
152           <enum>Qt::Vertical</enum>
153          </property>
154          <property name="sizeHint" stdset="0">
155           <size>
156            <width>20</width>
157            <height>40</height>
158           </size>
159          </property>
160         </spacer>
161        </item>
162        <item>
163         <widget class="QLabel" name="aboutTextLabel">
164          <property name="text">
165           <string>&lt;p align=&quot;center&quot;&gt;Alternative music player for Maemo 5. It includes media-library, playlists, equalizer, and supports many other things.&lt;/p&gt;</string>
166          </property>
167          <property name="wordWrap">
168           <bool>true</bool>
169          </property>
170         </widget>
171        </item>
172        <item>
173         <spacer name="verticalSpacer_2">
174          <property name="orientation">
175           <enum>Qt::Vertical</enum>
176          </property>
177          <property name="sizeHint" stdset="0">
178           <size>
179            <width>20</width>
180            <height>40</height>
181           </size>
182          </property>
183         </spacer>
184        </item>
185        <item>
186         <widget class="QLabel" name="descriptionTextLabel">
187          <property name="text">
188           <string>&lt;p align=&quot;center&quot;&gt;Licensed under GPLv2&lt;br&gt;
189 By Nikolay Tischenko (somebody)&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;b&gt;SomePlayer&lt;/b&gt; tries to be a full replacement of standard music player for Maemo5 with many other features such as equalizer, custom playlists, smarter random mode, more flexible media-library and improved algorithm for cover searching.&lt;/p&gt;</string>
190          </property>
191          <property name="wordWrap">
192           <bool>true</bool>
193          </property>
194         </widget>
195        </item>
196        <item>
197         <spacer name="verticalSpacer">
198          <property name="orientation">
199           <enum>Qt::Vertical</enum>
200          </property>
201          <property name="sizeHint" stdset="0">
202           <size>
203            <width>20</width>
204            <height>40</height>
205           </size>
206          </property>
207         </spacer>
208        </item>
209        <item>
210         <widget class="QLabel" name="thanksToLabel">
211          <property name="text">
212           <string>&lt;p align=&quot;center&quot;&gt;
213 &lt;b&gt;Thanks to:&lt;/b&gt;&lt;br&gt;
214 MrClon (maemoworld.ru)&lt;br /&gt;hxka (maemoworld.ru)&lt;br /&gt;jerich0 (maemoworld.ru)&lt;br /&gt;lknfox (maemoworld.ru)&lt;br /&gt;fab (maemoworld.ru)&lt;br /&gt;Pantera1989m (github.com)&lt;br /&gt;willkr (maemo.org)&lt;br /&gt;and other people who tested this player and helped in development&lt;/p&gt;</string>
215          </property>
216          <property name="wordWrap">
217           <bool>true</bool>
218          </property>
219         </widget>
220        </item>
221        <item>
222         <layout class="QHBoxLayout" name="horizontalLayout">
223          <item>
224           <widget class="QPushButton" name="onlineHelpButton">
225            <property name="text">
226             <string>Online help</string>
227            </property>
228           </widget>
229          </item>
230          <item>
231           <widget class="QPushButton" name="donateButton">
232            <property name="text">
233             <string>Donate</string>
234            </property>
235           </widget>
236          </item>
237         </layout>
238        </item>
239       </layout>
240      </widget>
241     </widget>
242    </item>
243   </layout>
244  </widget>
245  <resources>
246   <include location="../resources/resources.qrc"/>
247  </resources>
248  <connections/>
249 </ui>