Implemented search through library
[someplayer] / src / ui / settingsdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SettingsDialog</class>
4  <widget class="QDialog" name="SettingsDialog">
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>Settings</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout_2">
17    <item>
18     <layout class="QVBoxLayout" name="verticalLayout">
19      <item>
20       <widget class="QScrollArea" name="scrollArea">
21        <property name="widgetResizable">
22         <bool>true</bool>
23        </property>
24        <widget class="QWidget" name="scrollAreaWidgetContents">
25         <property name="geometry">
26          <rect>
27           <x>0</x>
28           <y>0</y>
29           <width>760</width>
30           <height>367</height>
31          </rect>
32         </property>
33         <layout class="QVBoxLayout" name="verticalLayout_6">
34          <item>
35           <widget class="QGroupBox" name="groupBox">
36            <property name="title">
37             <string/>
38            </property>
39            <layout class="QVBoxLayout" name="verticalLayout_2">
40             <item>
41              <widget class="QLabel" name="label">
42               <property name="text">
43                <string>Icons theme:</string>
44               </property>
45              </widget>
46             </item>
47             <item>
48              <layout class="QHBoxLayout" name="horizontalLayout">
49               <item>
50                <widget class="QRadioButton" name="iconsWButton">
51                 <property name="text">
52                  <string>White</string>
53                 </property>
54                </widget>
55               </item>
56               <item>
57                <widget class="QRadioButton" name="iconstBButton">
58                 <property name="text">
59                  <string>Black</string>
60                 </property>
61                </widget>
62               </item>
63              </layout>
64             </item>
65            </layout>
66           </widget>
67          </item>
68          <item>
69           <widget class="QGroupBox" name="groupBox_4">
70            <property name="title">
71             <string/>
72            </property>
73            <layout class="QVBoxLayout" name="verticalLayout_7">
74             <item>
75              <widget class="QLabel" name="label_5">
76               <property name="text">
77                <string>Use gradient in portrait mode:</string>
78               </property>
79              </widget>
80             </item>
81             <item>
82              <layout class="QHBoxLayout" name="horizontalLayout_6">
83               <item>
84                <widget class="QRadioButton" name="gradientYButton">
85                 <property name="text">
86                  <string>Yes</string>
87                 </property>
88                </widget>
89               </item>
90               <item>
91                <widget class="QRadioButton" name="gradientNButton">
92                 <property name="text">
93                  <string>No</string>
94                 </property>
95                </widget>
96               </item>
97              </layout>
98             </item>
99            </layout>
100           </widget>
101          </item>
102          <item>
103           <widget class="QGroupBox" name="albumSortingGroupBox">
104            <property name="enabled">
105             <bool>true</bool>
106            </property>
107            <property name="title">
108             <string/>
109            </property>
110            <layout class="QVBoxLayout" name="verticalLayout_3">
111             <item>
112              <widget class="QLabel" name="label_2">
113               <property name="text">
114                <string>Sort album:</string>
115               </property>
116              </widget>
117             </item>
118             <item>
119              <layout class="QHBoxLayout" name="horizontalLayout_3">
120               <item>
121                <widget class="QRadioButton" name="albumsSortAButton">
122                 <property name="text">
123                  <string>Alphabetical</string>
124                 </property>
125                </widget>
126               </item>
127               <item>
128                <widget class="QRadioButton" name="albumsSortDButton">
129                 <property name="text">
130                  <string>By date</string>
131                 </property>
132                </widget>
133               </item>
134              </layout>
135             </item>
136            </layout>
137           </widget>
138          </item>
139          <item>
140           <widget class="QGroupBox" name="groupBox_3">
141            <property name="title">
142             <string/>
143            </property>
144            <layout class="QVBoxLayout" name="verticalLayout_5">
145             <item>
146              <widget class="QLabel" name="label_4">
147               <property name="text">
148                <string>Orientation:</string>
149               </property>
150              </widget>
151             </item>
152             <item>
153              <layout class="QHBoxLayout" name="horizontalLayout_5">
154               <item>
155                <widget class="QRadioButton" name="orientationLButton">
156                 <property name="text">
157                  <string>Landscape</string>
158                 </property>
159                </widget>
160               </item>
161               <item>
162                <widget class="QRadioButton" name="orientationPButton">
163                 <property name="text">
164                  <string>Portrait</string>
165                 </property>
166                </widget>
167               </item>
168               <item>
169                <widget class="QRadioButton" name="orientationAButton">
170                 <property name="text">
171                  <string>Auto</string>
172                 </property>
173                </widget>
174               </item>
175              </layout>
176             </item>
177            </layout>
178           </widget>
179          </item>
180          <item>
181           <widget class="QGroupBox" name="groupBox_2">
182            <property name="title">
183             <string/>
184            </property>
185            <layout class="QVBoxLayout" name="verticalLayout_4">
186             <item>
187              <widget class="QLabel" name="label_3">
188               <property name="text">
189                <string>Show track lenght in library view:</string>
190               </property>
191              </widget>
192             </item>
193             <item>
194              <layout class="QHBoxLayout" name="horizontalLayout_4">
195               <item>
196                <widget class="QRadioButton" name="showTrackLenghtYButton">
197                 <property name="text">
198                  <string>Yes</string>
199                 </property>
200                </widget>
201               </item>
202               <item>
203                <widget class="QRadioButton" name="showTrackLenghtNButton">
204                 <property name="text">
205                  <string>No</string>
206                 </property>
207                </widget>
208               </item>
209              </layout>
210             </item>
211            </layout>
212           </widget>
213          </item>
214         </layout>
215        </widget>
216       </widget>
217      </item>
218      <item>
219       <spacer name="verticalSpacer">
220        <property name="orientation">
221         <enum>Qt::Vertical</enum>
222        </property>
223        <property name="sizeHint" stdset="0">
224         <size>
225          <width>20</width>
226          <height>40</height>
227         </size>
228        </property>
229       </spacer>
230      </item>
231     </layout>
232    </item>
233   </layout>
234  </widget>
235  <resources/>
236  <connections/>
237 </ui>