1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QtGui::IconsOptionPage</class>
4 <widget class="QWidget" name="QtGui::IconsOptionPage">
5  <property name="sizePolicy">
6   <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
7    <horstretch>0</horstretch>
8    <verstretch>0</verstretch>
9   </sizepolicy>
10  </property>
11  <property name="windowTitle">
12   <string>Icons</string>
13  </property>
14  <property name="windowIcon">
15   <iconset theme="preferences-desktop-icons">
16    <normaloff>.</normaloff>.</iconset>
17  </property>
18  <layout class="QVBoxLayout" name="verticalLayout">
19   <item>
20    <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,0">
21     <item>
22      <widget class="QLabel" name="contextLabel">
23       <property name="minimumSize">
24        <size>
25         <width>0</width>
26         <height>32</height>
27        </size>
28       </property>
29      </widget>
30     </item>
31     <item>
32      <widget class="QCheckBox" name="contextCheckBox"/>
33     </item>
34    </layout>
35   </item>
36   <item>
37    <widget class="QLabel" name="dragAndDropInfoLabel">
38     <property name="text">
39      <string>Use Drag &amp; Drop to re-use a selected color at a different position.</string>
40     </property>
41    </widget>
42   </item>
43   <item>
44    <widget class="QGroupBox" name="statusIconsGroupBox">
45     <property name="title">
46      <string>Status icons</string>
47     </property>
48     <layout class="QVBoxLayout" name="verticalLayout_2">
49      <item>
50       <layout class="QFormLayout" name="formLayout">
51        <item row="0" column="0">
52         <widget class="QLabel" name="label">
53          <property name="toolTip">
54           <string>Increase the rendering size if you're using a tray area with extraordinarily big icons.</string>
55          </property>
56          <property name="text">
57           <string>Rendering size</string>
58          </property>
59         </widget>
60        </item>
61        <item row="0" column="1">
62         <layout class="QHBoxLayout" name="horizontalLayout_3">
63          <item>
64           <widget class="QSlider" name="renderingSizeSlider">
65            <property name="minimum">
66             <number>16</number>
67            </property>
68            <property name="maximum">
69             <number>256</number>
70            </property>
71            <property name="singleStep">
72             <number>16</number>
73            </property>
74            <property name="pageStep">
75             <number>16</number>
76            </property>
77            <property name="value">
78             <number>32</number>
79            </property>
80            <property name="sliderPosition">
81             <number>16</number>
82            </property>
83            <property name="tracking">
84             <bool>false</bool>
85            </property>
86            <property name="orientation">
87             <enum>Qt::Horizontal</enum>
88            </property>
89            <property name="tickPosition">
90             <enum>QSlider::TicksBelow</enum>
91            </property>
92           </widget>
93          </item>
94          <item>
95           <widget class="QLabel" name="renderingSizeLabel">
96            <property name="text">
97             <string>? px</string>
98            </property>
99           </widget>
100          </item>
101         </layout>
102        </item>
103       </layout>
104      </item>
105      <item>
106       <widget class="Line" name="line1">
107        <property name="orientation">
108         <enum>Qt::Horizontal</enum>
109        </property>
110       </widget>
111      </item>
112      <item>
113       <layout class="QGridLayout" name="gridLayout">
114        <item row="0" column="1">
115         <widget class="QLabel" name="bgColor1Label">
116          <property name="text">
117           <string>Background color 1</string>
118          </property>
119          <property name="alignment">
120           <set>Qt::AlignCenter</set>
121          </property>
122         </widget>
123        </item>
124        <item row="0" column="2">
125         <widget class="QLabel" name="bgColor2Label">
126          <property name="text">
127           <string>Background color 2</string>
128          </property>
129          <property name="alignment">
130           <set>Qt::AlignCenter</set>
131          </property>
132         </widget>
133        </item>
134        <item row="0" column="4">
135         <widget class="QLabel" name="previewLabel">
136          <property name="text">
137           <string>Preview</string>
138          </property>
139          <property name="alignment">
140           <set>Qt::AlignCenter</set>
141          </property>
142         </widget>
143        </item>
144        <item row="1" column="0">
145         <widget class="QWidget" name="widget" native="true"/>
146        </item>
147        <item row="0" column="3">
148         <widget class="QLabel" name="foregroundColorLabel">
149          <property name="text">
150           <string>Foreground color</string>
151          </property>
152          <property name="alignment">
153           <set>Qt::AlignCenter</set>
154          </property>
155         </widget>
156        </item>
157       </layout>
158      </item>
159      <item>
160       <widget class="Line" name="line2">
161        <property name="orientation">
162         <enum>Qt::Horizontal</enum>
163        </property>
164       </widget>
165      </item>
166      <item>
167       <layout class="QHBoxLayout" name="horizontalLayout">
168        <item>
169         <spacer name="horizontalSpacer">
170          <property name="orientation">
171           <enum>Qt::Horizontal</enum>
172          </property>
173          <property name="sizeHint" stdset="0">
174           <size>
175            <width>40</width>
176            <height>20</height>
177           </size>
178          </property>
179         </spacer>
180        </item>
181        <item>
182         <widget class="QPushButton" name="restorePreviousPushButton">
183          <property name="text">
184           <string>Restore previous settings</string>
185          </property>
186          <property name="icon">
187           <iconset theme="edit-undo">
188            <normaloff>.</normaloff>.</iconset>
189          </property>
190         </widget>
191        </item>
192        <item>
193         <widget class="QPushButton" name="restoreDefaultsPushButton">
194          <property name="text">
195           <string>Use preset</string>
196          </property>
197          <property name="icon">
198           <iconset theme="color-profile">
199            <normaloff>.</normaloff>.</iconset>
200          </property>
201         </widget>
202        </item>
203       </layout>
204      </item>
205     </layout>
206    </widget>
207   </item>
208   <item>
209    <spacer name="verticalSpacer">
210     <property name="orientation">
211      <enum>Qt::Vertical</enum>
212     </property>
213     <property name="sizeHint" stdset="0">
214      <size>
215       <width>20</width>
216       <height>40</height>
217      </size>
218     </property>
219    </spacer>
220   </item>
221  </layout>
222 </widget>
223 <resources/>
224 <connections>
225  <connection>
226   <sender>contextCheckBox</sender>
227   <signal>toggled(bool)</signal>
228   <receiver>statusIconsGroupBox</receiver>
229   <slot>setDisabled(bool)</slot>
230   <hints>
231    <hint type="sourcelabel">
232     <x>224</x>
233     <y>39</y>
234    </hint>
235    <hint type="destinationlabel">
236     <x>224</x>
237     <y>115</y>
238    </hint>
239   </hints>
240  </connection>
241 </connections>
242</ui>
243