Black icons came back
[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="flat">
51       <bool>true</bool>
52      </property>
53     </widget>
54    </item>
55    <item>
56     <spacer name="horizontalSpacer_3">
57      <property name="orientation">
58       <enum>Qt::Horizontal</enum>
59      </property>
60      <property name="sizeHint" stdset="0">
61       <size>
62        <width>26</width>
63        <height>20</height>
64       </size>
65      </property>
66     </spacer>
67    </item>
68    <item>
69     <widget class="QPushButton" name="prevButton">
70      <property name="sizePolicy">
71       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
72        <horstretch>0</horstretch>
73        <verstretch>0</verstretch>
74       </sizepolicy>
75      </property>
76      <property name="minimumSize">
77       <size>
78        <width>60</width>
79        <height>60</height>
80       </size>
81      </property>
82      <property name="maximumSize">
83       <size>
84        <width>60</width>
85        <height>60</height>
86       </size>
87      </property>
88      <property name="text">
89       <string/>
90      </property>
91      <property name="icon">
92       <iconset resource="../../resources/resources.qrc">
93        <normaloff>:/icons/white/back.png</normaloff>:/icons/white/back.png</iconset>
94      </property>
95      <property name="flat">
96       <bool>true</bool>
97      </property>
98     </widget>
99    </item>
100    <item>
101     <widget class="QLineEdit" name="searchLine">
102      <property name="sizePolicy">
103       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
104        <horstretch>1</horstretch>
105        <verstretch>0</verstretch>
106       </sizepolicy>
107      </property>
108      <property name="minimumSize">
109       <size>
110        <width>0</width>
111        <height>60</height>
112       </size>
113      </property>
114      <property name="maximumSize">
115       <size>
116        <width>16777215</width>
117        <height>60</height>
118       </size>
119      </property>
120      <property name="autoFillBackground">
121       <bool>false</bool>
122      </property>
123     </widget>
124    </item>
125    <item>
126     <widget class="QPushButton" name="nextButton">
127      <property name="sizePolicy">
128       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
129        <horstretch>0</horstretch>
130        <verstretch>0</verstretch>
131       </sizepolicy>
132      </property>
133      <property name="minimumSize">
134       <size>
135        <width>60</width>
136        <height>60</height>
137       </size>
138      </property>
139      <property name="maximumSize">
140       <size>
141        <width>60</width>
142        <height>60</height>
143       </size>
144      </property>
145      <property name="text">
146       <string/>
147      </property>
148      <property name="icon">
149       <iconset resource="../../resources/resources.qrc">
150        <normaloff>:/icons/white/forward.png</normaloff>:/icons/white/forward.png</iconset>
151      </property>
152      <property name="flat">
153       <bool>true</bool>
154      </property>
155     </widget>
156    </item>
157   </layout>
158  </widget>
159  <resources>
160   <include location="../../resources/resources.qrc"/>
161  </resources>
162  <connections/>
163 </ui>