1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0" stdsetdef="1">
3  <author></author>
4  <comment></comment>
5  <exportmacro></exportmacro>
6  <class>Skinable</class>
7  <widget class="QWidget" name="Skinable">
8    <property name="geometry">
9      <rect>
10        <x>0</x>
11        <y>0</y>
12        <width>330</width>
13        <height>130</height>
14      </rect>
15    </property>
16    <property name="sizePolicy">
17      <sizepolicy>
18        <hsizetype>0</hsizetype>
19        <vsizetype>0</vsizetype>
20        <horstretch>0</horstretch>
21        <verstretch>0</verstretch>
22      </sizepolicy>
23    </property>
24    <property name="minimumSize">
25      <size>
26        <width>330</width>
27        <height>130</height>
28      </size>
29    </property>
30    <property name="windowTitle">
31      <string>Sound player</string>
32    </property>
33    <widget class="QPushButton" name="Forward">
34      <property name="geometry">
35        <rect>
36          <x>190</x>
37          <y>9</y>
38          <width>40</width>
39          <height>50</height>
40        </rect>
41      </property>
42      <property name="focusPolicy">
43        <enum>Qt::NoFocus</enum>
44      </property>
45      <property name="text">
46        <string>Forward</string>
47      </property>
48    </widget>
49    <widget class="QPushButton" name="Stop">
50      <property name="geometry">
51        <rect>
52          <x>130</x>
53          <y>9</y>
54          <width>50</width>
55          <height>50</height>
56        </rect>
57      </property>
58      <property name="focusPolicy">
59        <enum>Qt::NoFocus</enum>
60      </property>
61      <property name="text">
62        <string>Stop</string>
63      </property>
64    </widget>
65    <widget class="QPushButton" name="Back">
66      <property name="geometry">
67        <rect>
68          <x>10</x>
69          <y>9</y>
70          <width>50</width>
71          <height>50</height>
72        </rect>
73      </property>
74      <property name="focusPolicy">
75        <enum>Qt::NoFocus</enum>
76      </property>
77      <property name="text">
78        <string>back</string>
79      </property>
80    </widget>
81    <widget class="QPushButton" name="Play">
82      <property name="geometry">
83        <rect>
84          <x>70</x>
85          <y>9</y>
86          <width>50</width>
87          <height>50</height>
88        </rect>
89      </property>
90      <property name="focusPolicy">
91        <enum>Qt::NoFocus</enum>
92      </property>
93      <property name="text">
94        <string>Play</string>
95      </property>
96      <property name="checkable">
97        <bool>true</bool>
98      </property>
99    </widget>
100    <widget class="QPushButton" name="QuitButton">
101      <property name="geometry">
102        <rect>
103          <x>10</x>
104          <y>80</y>
105          <width>101</width>
106          <height>31</height>
107        </rect>
108      </property>
109      <property name="text">
110        <string>Quit</string>
111      </property>
112    </widget>
113    <widget class="QSkinDial" name="Volume">
114      <property name="geometry">
115        <rect>
116          <x>250</x>
117          <y>30</y>
118          <width>61</width>
119          <height>61</height>
120        </rect>
121      </property>
122      <property name="focusPolicy">
123        <enum>Qt::NoFocus</enum>
124      </property>
125    </widget>
126  </widget>
127  <layoutdefault spacing="6" margin="11"/>
128  <customwidgets>
129    <customwidget>
130      <class>QSkinDial</class>
131      <extends>QWidget</extends>
132      <header location="local">qskin.h</header>
133      <sizehint>
134        <width>80</width>
135        <height>80</height>
136      </sizehint>
137      <container>0</container>
138      <sizepolicy>
139        <hordata>5</hordata>
140        <verdata>5</verdata>
141      </sizepolicy>
142      <pixmap>image0</pixmap>
143    </customwidget>
144  </customwidgets>
145  <images>
146    <image name="image0">
147      <data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1d78123f41f128888752053d4c41b78388ffae6d97b5591b7648f7689a656d141cf65b508d78f5b6bf397057fb04751ebaee7d3c6d3e42b62df8078c5c08a9c1c1ee71bff81cff395ae3566619680c0c41ab49300517649109624151f22a9467c21a192507249a246d8814840311172a3b97d4715d742958ee89bde403e03273f6a5bc66399d8a54275afc05eaa04ae91e642f753aa7b821fe9cef5afc0025cc6754</data>
148    </image>
149  </images>
150  <connections>
151    <connection>
152      <sender>QuitButton</sender>
153      <signal>pressed()</signal>
154      <receiver>Skinable</receiver>
155      <slot>close()</slot>
156    </connection>
157  </connections>
158</ui>
159