Version bump
[someplayer] / src / ui / toolswidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ToolsWidget</class>
4  <widget class="QWidget" name="ToolsWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>65</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout">
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="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/white/fullscreen.png</normaloff>:/icons/white/fullscreen.png</iconset>
49      </property>
50      <property name="checkable">
51       <bool>true</bool>
52      </property>
53      <property name="flat">
54       <bool>true</bool>
55      </property>
56     </widget>
57    </item>
58    <item>
59     <spacer name="horizontalSpacer_3">
60      <property name="orientation">
61       <enum>Qt::Horizontal</enum>
62      </property>
63      <property name="sizeHint" stdset="0">
64       <size>
65        <width>20</width>
66        <height>20</height>
67       </size>
68      </property>
69     </spacer>
70    </item>
71    <item>
72     <widget class="QPushButton" name="prevButton">
73      <property name="sizePolicy">
74       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
75        <horstretch>0</horstretch>
76        <verstretch>0</verstretch>
77       </sizepolicy>
78      </property>
79      <property name="minimumSize">
80       <size>
81        <width>60</width>
82        <height>60</height>
83       </size>
84      </property>
85      <property name="maximumSize">
86       <size>
87        <width>60</width>
88        <height>60</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/back.png</normaloff>:/icons/white/back.png</iconset>
97      </property>
98      <property name="flat">
99       <bool>true</bool>
100      </property>
101     </widget>
102    </item>
103    <item>
104     <widget class="QLineEdit" name="searchLine">
105      <property name="sizePolicy">
106       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
107        <horstretch>1</horstretch>
108        <verstretch>0</verstretch>
109       </sizepolicy>
110      </property>
111      <property name="minimumSize">
112       <size>
113        <width>0</width>
114        <height>60</height>
115       </size>
116      </property>
117      <property name="maximumSize">
118       <size>
119        <width>16777215</width>
120        <height>60</height>
121       </size>
122      </property>
123      <property name="autoFillBackground">
124       <bool>false</bool>
125      </property>
126     </widget>
127    </item>
128    <item>
129     <widget class="QPushButton" name="nextButton">
130      <property name="sizePolicy">
131       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
132        <horstretch>0</horstretch>
133        <verstretch>0</verstretch>
134       </sizepolicy>
135      </property>
136      <property name="minimumSize">
137       <size>
138        <width>60</width>
139        <height>60</height>
140       </size>
141      </property>
142      <property name="maximumSize">
143       <size>
144        <width>60</width>
145        <height>60</height>
146       </size>
147      </property>
148      <property name="text">
149       <string/>
150      </property>
151      <property name="icon">
152       <iconset resource="../../resources/resources.qrc">
153        <normaloff>:/icons/white/forward.png</normaloff>:/icons/white/forward.png</iconset>
154      </property>
155      <property name="flat">
156       <bool>true</bool>
157      </property>
158     </widget>
159    </item>
160   </layout>
161  </widget>
162  <resources>
163   <include location="../../resources/resources.qrc"/>
164  </resources>
165  <connections/>
166 </ui>