1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>WdgStrokeSelection</class>
4 <widget class="QWidget" name="WdgStrokeSelection">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>347</width>
10    <height>149</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>New Image</string>
21  </property>
22  <layout class="QVBoxLayout" name="verticalLayout">
23   <item>
24    <layout class="QGridLayout" name="gridLayout">
25     <item row="0" column="0">
26      <widget class="QLabel" name="label_2">
27       <property name="text">
28        <string>Type:</string>
29       </property>
30      </widget>
31     </item>
32     <item row="0" column="1">
33      <widget class="QComboBox" name="typeBox">
34       <property name="sizePolicy">
35        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
36         <horstretch>0</horstretch>
37         <verstretch>0</verstretch>
38        </sizepolicy>
39       </property>
40       <property name="minimumSize">
41        <size>
42         <width>175</width>
43         <height>0</height>
44        </size>
45       </property>
46       <property name="currentIndex">
47        <number>0</number>
48       </property>
49       <item>
50        <property name="text">
51         <string>Current Brush</string>
52        </property>
53       </item>
54       <item>
55        <property name="text">
56         <string>Solid line</string>
57        </property>
58       </item>
59      </widget>
60     </item>
61     <item row="1" column="0">
62      <widget class="QLabel" name="label_3">
63       <property name="text">
64        <string>Line:</string>
65       </property>
66      </widget>
67     </item>
68     <item row="1" column="1">
69      <widget class="QComboBox" name="lineColorBox">
70       <property name="sizePolicy">
71        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
72         <horstretch>0</horstretch>
73         <verstretch>0</verstretch>
74        </sizepolicy>
75       </property>
76       <property name="minimumSize">
77        <size>
78         <width>175</width>
79         <height>0</height>
80        </size>
81       </property>
82       <item>
83        <property name="text">
84         <string>Foreground color</string>
85        </property>
86       </item>
87       <item>
88        <property name="text">
89         <string>Background color</string>
90        </property>
91       </item>
92       <item>
93        <property name="text">
94         <string>Custom color</string>
95        </property>
96       </item>
97      </widget>
98     </item>
99     <item row="1" column="2">
100      <widget class="KColorButton" name="colorSelector">
101       <property name="text">
102        <string>Color</string>
103       </property>
104       <property name="checkable">
105        <bool>false</bool>
106       </property>
107       <property name="autoDefault">
108        <bool>false</bool>
109       </property>
110       <property name="default">
111        <bool>false</bool>
112       </property>
113       <property name="flat">
114        <bool>false</bool>
115       </property>
116      </widget>
117     </item>
118     <item row="2" column="0">
119      <widget class="QLabel" name="lblSize">
120       <property name="text">
121        <string>Width:</string>
122       </property>
123       <property name="buddy">
124        <cstring>lineSize</cstring>
125       </property>
126      </widget>
127     </item>
128     <item row="2" column="1">
129      <widget class="QSpinBox" name="lineSize">
130       <property name="minimumSize">
131        <size>
132         <width>175</width>
133         <height>0</height>
134        </size>
135       </property>
136       <property name="suffix">
137        <string/>
138       </property>
139       <property name="minimum">
140        <number>1</number>
141       </property>
142       <property name="maximum">
143        <number>1000000</number>
144       </property>
145       <property name="value">
146        <number>1</number>
147       </property>
148      </widget>
149     </item>
150     <item row="2" column="2">
151      <widget class="QComboBox" name="sizeBox">
152       <item>
153        <property name="text">
154         <string>px</string>
155        </property>
156       </item>
157       <item>
158        <property name="text">
159         <string>mm</string>
160        </property>
161       </item>
162       <item>
163        <property name="text">
164         <string>inch</string>
165        </property>
166       </item>
167      </widget>
168     </item>
169     <item row="3" column="0">
170      <widget class="QLabel" name="label">
171       <property name="text">
172        <string>Fill:</string>
173       </property>
174      </widget>
175     </item>
176     <item row="3" column="1">
177      <widget class="QComboBox" name="fillBox">
178       <property name="sizePolicy">
179        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
180         <horstretch>0</horstretch>
181         <verstretch>0</verstretch>
182        </sizepolicy>
183       </property>
184       <property name="minimumSize">
185        <size>
186         <width>175</width>
187         <height>0</height>
188        </size>
189       </property>
190       <item>
191        <property name="text">
192         <string>None</string>
193        </property>
194       </item>
195       <item>
196        <property name="text">
197         <string>Line color</string>
198        </property>
199       </item>
200       <item>
201        <property name="text">
202         <string>Background color</string>
203        </property>
204       </item>
205       <item>
206        <property name="text">
207         <string>Custom color</string>
208        </property>
209       </item>
210       <item>
211        <property name="text">
212         <string>Foreground color</string>
213        </property>
214       </item>
215      </widget>
216     </item>
217     <item row="3" column="2">
218      <widget class="KColorButton" name="colorFillSelector">
219       <property name="text">
220        <string>Color</string>
221       </property>
222      </widget>
223     </item>
224     <item row="4" column="1">
225      <spacer name="verticalSpacer">
226       <property name="orientation">
227        <enum>Qt::Vertical</enum>
228       </property>
229       <property name="sizeHint" stdset="0">
230        <size>
231         <width>20</width>
232         <height>40</height>
233        </size>
234       </property>
235      </spacer>
236     </item>
237    </layout>
238   </item>
239  </layout>
240 </widget>
241 <customwidgets>
242  <customwidget>
243   <class>KColorButton</class>
244   <extends>QPushButton</extends>
245   <header>kcolorbutton.h</header>
246   <container>1</container>
247  </customwidget>
248 </customwidgets>
249 <resources/>
250 <connections/>
251</ui>
252