1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QG_WidgetPen</class>
4 <widget class="QWidget" name="QG_WidgetPen">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>303</width>
10    <height>180</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>0</width>
22    <height>0</height>
23   </size>
24  </property>
25  <property name="windowTitle">
26   <string>Pen</string>
27  </property>
28  <layout class="QGridLayout">
29   <property name="margin">
30    <number>0</number>
31   </property>
32   <property name="spacing">
33    <number>0</number>
34   </property>
35   <item row="0" column="0">
36    <widget class="QGroupBox" name="bgPen">
37     <property name="title">
38      <string>Pen</string>
39     </property>
40     <layout class="QGridLayout">
41      <item row="3" column="1">
42       <spacer name="spacer9">
43        <property name="orientation">
44         <enum>Qt::Vertical</enum>
45        </property>
46        <property name="sizeType">
47         <enum>QSizePolicy::Expanding</enum>
48        </property>
49        <property name="sizeHint" stdset="0">
50         <size>
51          <width>21</width>
52          <height>1</height>
53         </size>
54        </property>
55       </spacer>
56      </item>
57      <item row="2" column="0">
58       <widget class="QLabel" name="lLineType">
59        <property name="sizePolicy">
60         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
61          <horstretch>0</horstretch>
62          <verstretch>0</verstretch>
63         </sizepolicy>
64        </property>
65        <property name="text">
66         <string>Line type:</string>
67        </property>
68        <property name="wordWrap">
69         <bool>false</bool>
70        </property>
71       </widget>
72      </item>
73      <item row="3" column="0">
74       <spacer name="spacer8">
75        <property name="orientation">
76         <enum>Qt::Vertical</enum>
77        </property>
78        <property name="sizeType">
79         <enum>QSizePolicy::Expanding</enum>
80        </property>
81        <property name="sizeHint" stdset="0">
82         <size>
83          <width>21</width>
84          <height>1</height>
85         </size>
86        </property>
87       </spacer>
88      </item>
89      <item row="1" column="0">
90       <widget class="QLabel" name="lWidth">
91        <property name="sizePolicy">
92         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
93          <horstretch>0</horstretch>
94          <verstretch>0</verstretch>
95         </sizepolicy>
96        </property>
97        <property name="text">
98         <string>Width:</string>
99        </property>
100        <property name="wordWrap">
101         <bool>false</bool>
102        </property>
103       </widget>
104      </item>
105      <item row="2" column="1">
106       <widget class="QG_LineTypeBox" name="cbLineType" native="true"/>
107      </item>
108      <item row="0" column="1">
109       <widget class="QG_ColorBox" name="cbColor" native="true"/>
110      </item>
111      <item row="0" column="0">
112       <widget class="QLabel" name="lColor">
113        <property name="sizePolicy">
114         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
115          <horstretch>0</horstretch>
116          <verstretch>0</verstretch>
117         </sizepolicy>
118        </property>
119        <property name="text">
120         <string>Color:</string>
121        </property>
122        <property name="wordWrap">
123         <bool>false</bool>
124        </property>
125       </widget>
126      </item>
127      <item row="1" column="1">
128       <widget class="QG_WidthBox" name="cbWidth" native="true"/>
129      </item>
130     </layout>
131    </widget>
132   </item>
133  </layout>
134 </widget>
135 <layoutdefault spacing="6" margin="11"/>
136 <customwidgets>
137  <customwidget>
138   <class>QG_ColorBox</class>
139   <extends>QWidget</extends>
140   <header>qg_colorbox.h</header>
141  </customwidget>
142  <customwidget>
143   <class>QG_WidthBox</class>
144   <extends>QWidget</extends>
145   <header>qg_widthbox.h</header>
146  </customwidget>
147  <customwidget>
148   <class>QG_LineTypeBox</class>
149   <extends>QWidget</extends>
150   <header>qg_linetypebox.h</header>
151  </customwidget>
152 </customwidgets>
153 <resources>
154  <include location="../../../res/extui/extui.qrc"/>
155 </resources>
156 <connections/>
157</ui>
158