Spanish translation and Use button in filemanager
[someplayer] / src / ui / directoryview.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DirectoryView</class>
4  <widget class="QWidget" name="DirectoryView">
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>Directories</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout_3">
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="QWidget" name="lverticalWidget" native="true">
25      <layout class="QVBoxLayout" name="lverticalLayout">
26       <property name="spacing">
27        <number>0</number>
28       </property>
29       <property name="margin">
30        <number>0</number>
31       </property>
32       <item>
33        <widget class="QPushButton" name="backButton">
34         <property name="sizePolicy">
35          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
36           <horstretch>0</horstretch>
37           <verstretch>0</verstretch>
38          </sizepolicy>
39         </property>
40         <property name="minimumSize">
41          <size>
42           <width>70</width>
43           <height>70</height>
44          </size>
45         </property>
46         <property name="maximumSize">
47          <size>
48           <width>70</width>
49           <height>70</height>
50          </size>
51         </property>
52         <property name="text">
53          <string/>
54         </property>
55         <property name="icon">
56          <iconset resource="../resources/resources.qrc">
57           <normaloff>:/icons/white/back.png</normaloff>:/icons/white/back.png</iconset>
58         </property>
59         <property name="flat">
60          <bool>true</bool>
61         </property>
62        </widget>
63       </item>
64       <item>
65        <spacer name="lverticalSpacer_0">
66         <property name="orientation">
67          <enum>Qt::Vertical</enum>
68         </property>
69         <property name="sizeHint" stdset="0">
70          <size>
71           <width>20</width>
72           <height>40</height>
73          </size>
74         </property>
75        </spacer>
76       </item>
77       <item>
78        <widget class="QPushButton" name="homeButton">
79         <property name="sizePolicy">
80          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
81           <horstretch>0</horstretch>
82           <verstretch>0</verstretch>
83          </sizepolicy>
84         </property>
85         <property name="minimumSize">
86          <size>
87           <width>70</width>
88           <height>70</height>
89          </size>
90         </property>
91         <property name="text">
92          <string/>
93         </property>
94         <property name="icon">
95          <iconset resource="../resources/resources.qrc">
96           <normaloff>:/icons/white/home.png</normaloff>:/icons/white/home.png</iconset>
97         </property>
98         <property name="flat">
99          <bool>true</bool>
100         </property>
101        </widget>
102       </item>
103       <item>
104        <spacer name="lverticalSpacer_1">
105         <property name="orientation">
106          <enum>Qt::Vertical</enum>
107         </property>
108         <property name="sizeHint" stdset="0">
109          <size>
110           <width>20</width>
111           <height>40</height>
112          </size>
113         </property>
114        </spacer>
115       </item>
116       <item>
117        <widget class="QPushButton" name="playerButton">
118         <property name="sizePolicy">
119          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
120           <horstretch>0</horstretch>
121           <verstretch>0</verstretch>
122          </sizepolicy>
123         </property>
124         <property name="minimumSize">
125          <size>
126           <width>70</width>
127           <height>70</height>
128          </size>
129         </property>
130         <property name="maximumSize">
131          <size>
132           <width>70</width>
133           <height>70</height>
134          </size>
135         </property>
136         <property name="text">
137          <string/>
138         </property>
139         <property name="icon">
140          <iconset resource="../resources/resources.qrc">
141           <normaloff>:/icons/white/player.png</normaloff>:/icons/white/player.png</iconset>
142         </property>
143         <property name="flat">
144          <bool>true</bool>
145         </property>
146        </widget>
147       </item>
148      </layout>
149     </widget>
150    </item>
151    <item>
152     <layout class="QVBoxLayout" name="verticalLayout">
153      <property name="spacing">
154       <number>0</number>
155      </property>
156      <item>
157       <widget class="QWidget" name="topWidget" native="true">
158        <property name="styleSheet">
159         <string notr="true">background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(38, 38, 38, 255), stop:1 rgba(92, 92, 92, 255))</string>
160        </property>
161        <layout class="QHBoxLayout" name="horizontalLayout">
162         <property name="spacing">
163          <number>0</number>
164         </property>
165         <property name="margin">
166          <number>0</number>
167         </property>
168         <item>
169          <spacer name="thorizontalSpacer_0">
170           <property name="orientation">
171            <enum>Qt::Horizontal</enum>
172           </property>
173           <property name="sizeType">
174            <enum>QSizePolicy::Maximum</enum>
175           </property>
176           <property name="sizeHint" stdset="0">
177            <size>
178             <width>324</width>
179             <height>0</height>
180            </size>
181           </property>
182          </spacer>
183         </item>
184         <item>
185          <spacer name="thorizontalSpacer_1">
186           <property name="orientation">
187            <enum>Qt::Horizontal</enum>
188           </property>
189           <property name="sizeType">
190            <enum>QSizePolicy::Maximum</enum>
191           </property>
192           <property name="sizeHint" stdset="0">
193            <size>
194             <width>327</width>
195             <height>0</height>
196            </size>
197           </property>
198          </spacer>
199         </item>
200        </layout>
201       </widget>
202      </item>
203      <item>
204       <widget class="QTableView" name="dirView">
205        <property name="contextMenuPolicy">
206         <enum>Qt::CustomContextMenu</enum>
207        </property>
208        <property name="frameShadow">
209         <enum>QFrame::Sunken</enum>
210        </property>
211        <property name="horizontalScrollBarPolicy">
212         <enum>Qt::ScrollBarAlwaysOff</enum>
213        </property>
214        <property name="autoScroll">
215         <bool>false</bool>
216        </property>
217        <property name="editTriggers">
218         <set>QAbstractItemView::NoEditTriggers</set>
219        </property>
220        <property name="showDropIndicator" stdset="0">
221         <bool>false</bool>
222        </property>
223        <property name="dragEnabled">
224         <bool>false</bool>
225        </property>
226        <property name="dragDropOverwriteMode">
227         <bool>false</bool>
228        </property>
229        <property name="dragDropMode">
230         <enum>QAbstractItemView::NoDragDrop</enum>
231        </property>
232        <property name="selectionMode">
233         <enum>QAbstractItemView::MultiSelection</enum>
234        </property>
235        <property name="selectionBehavior">
236         <enum>QAbstractItemView::SelectRows</enum>
237        </property>
238        <property name="iconSize">
239         <size>
240          <width>50</width>
241          <height>50</height>
242         </size>
243        </property>
244        <property name="showGrid">
245         <bool>false</bool>
246        </property>
247        <property name="cornerButtonEnabled">
248         <bool>false</bool>
249        </property>
250        <attribute name="horizontalHeaderVisible">
251         <bool>false</bool>
252        </attribute>
253        <attribute name="horizontalHeaderStretchLastSection">
254         <bool>true</bool>
255        </attribute>
256        <attribute name="verticalHeaderVisible">
257         <bool>false</bool>
258        </attribute>
259        <attribute name="verticalHeaderDefaultSectionSize">
260         <number>70</number>
261        </attribute>
262        <attribute name="verticalHeaderMinimumSectionSize">
263         <number>70</number>
264        </attribute>
265       </widget>
266      </item>
267      <item>
268       <widget class="QProgressBar" name="progressBar">
269        <property name="value">
270         <number>24</number>
271        </property>
272       </widget>
273      </item>
274      <item>
275       <widget class="QWidget" name="bottomWidget" native="true">
276        <property name="styleSheet">
277         <string notr="true">background:qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(38, 38, 38, 255), stop:1 rgba(92, 92, 92, 255))</string>
278        </property>
279        <layout class="QHBoxLayout" name="horizontalLayout_2">
280         <property name="spacing">
281          <number>0</number>
282         </property>
283         <property name="margin">
284          <number>0</number>
285         </property>
286         <item>
287          <spacer name="bhorizontalSpacer_0">
288           <property name="orientation">
289            <enum>Qt::Horizontal</enum>
290           </property>
291           <property name="sizeType">
292            <enum>QSizePolicy::Maximum</enum>
293           </property>
294           <property name="sizeHint" stdset="0">
295            <size>
296             <width>324</width>
297             <height>0</height>
298            </size>
299           </property>
300          </spacer>
301         </item>
302         <item>
303          <spacer name="bhorizontalSpacer_1">
304           <property name="orientation">
305            <enum>Qt::Horizontal</enum>
306           </property>
307           <property name="sizeType">
308            <enum>QSizePolicy::Maximum</enum>
309           </property>
310           <property name="sizeHint" stdset="0">
311            <size>
312             <width>327</width>
313             <height>0</height>
314            </size>
315           </property>
316          </spacer>
317         </item>
318        </layout>
319       </widget>
320      </item>
321     </layout>
322    </item>
323    <item>
324     <widget class="QWidget" name="rverticalWidget" native="true">
325      <layout class="QVBoxLayout" name="rverticalLayout">
326       <property name="spacing">
327        <number>0</number>
328       </property>
329       <property name="margin">
330        <number>0</number>
331       </property>
332       <item>
333        <widget class="QPushButton" name="addButton">
334         <property name="sizePolicy">
335          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
336           <horstretch>0</horstretch>
337           <verstretch>0</verstretch>
338          </sizepolicy>
339         </property>
340         <property name="minimumSize">
341          <size>
342           <width>70</width>
343           <height>70</height>
344          </size>
345         </property>
346         <property name="maximumSize">
347          <size>
348           <width>70</width>
349           <height>70</height>
350          </size>
351         </property>
352         <property name="text">
353          <string/>
354         </property>
355         <property name="icon">
356          <iconset resource="../resources/resources.qrc">
357           <normaloff>:/icons/white/add.png</normaloff>:/icons/white/add.png</iconset>
358         </property>
359         <property name="flat">
360          <bool>true</bool>
361         </property>
362        </widget>
363       </item>
364       <item>
365        <spacer name="rverticalSpacer_0">
366         <property name="orientation">
367          <enum>Qt::Vertical</enum>
368         </property>
369         <property name="sizeHint" stdset="0">
370          <size>
371           <width>20</width>
372           <height>40</height>
373          </size>
374         </property>
375        </spacer>
376       </item>
377       <item>
378        <widget class="QPushButton" name="useButton">
379         <property name="minimumSize">
380          <size>
381           <width>70</width>
382           <height>70</height>
383          </size>
384         </property>
385         <property name="maximumSize">
386          <size>
387           <width>70</width>
388           <height>70</height>
389          </size>
390         </property>
391         <property name="text">
392          <string/>
393         </property>
394         <property name="icon">
395          <iconset resource="../resources/resources.qrc">
396           <normaloff>:/icons/white/use.png</normaloff>:/icons/white/use.png</iconset>
397         </property>
398         <property name="flat">
399          <bool>true</bool>
400         </property>
401        </widget>
402       </item>
403       <item>
404        <spacer name="rverticalSpacer_1">
405         <property name="orientation">
406          <enum>Qt::Vertical</enum>
407         </property>
408         <property name="sizeHint" stdset="0">
409          <size>
410           <width>20</width>
411           <height>40</height>
412          </size>
413         </property>
414        </spacer>
415       </item>
416       <item>
417        <widget class="QPushButton" name="selectToggleButton">
418         <property name="sizePolicy">
419          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
420           <horstretch>0</horstretch>
421           <verstretch>0</verstretch>
422          </sizepolicy>
423         </property>
424         <property name="minimumSize">
425          <size>
426           <width>70</width>
427           <height>70</height>
428          </size>
429         </property>
430         <property name="maximumSize">
431          <size>
432           <width>70</width>
433           <height>70</height>
434          </size>
435         </property>
436         <property name="text">
437          <string/>
438         </property>
439         <property name="icon">
440          <iconset resource="../resources/resources.qrc">
441           <normaloff>:/icons/white/select_all.png</normaloff>:/icons/white/select_all.png</iconset>
442         </property>
443         <property name="flat">
444          <bool>true</bool>
445         </property>
446        </widget>
447       </item>
448      </layout>
449     </widget>
450    </item>
451   </layout>
452  </widget>
453  <resources>
454   <include location="../resources/resources.qrc"/>
455  </resources>
456  <connections/>
457 </ui>