]> Shamusworld >> Repos - architektonas/blob - src/forms/widgetpen.ui
Initial import
[architektonas] / src / forms / widgetpen.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>WidgetPen</class>
4  <widget class="QWidget" name="WidgetPen">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>170</width>
10     <height>102</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="windowTitle">
20    <string>Form</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <widget class="QGroupBox" name="bgPen">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <property name="title">
32       <string>Pen</string>
33      </property>
34      <layout class="QFormLayout" name="formLayout">
35       <property name="fieldGrowthPolicy">
36        <enum>QFormLayout::ExpandingFieldsGrow</enum>
37       </property>
38       <item row="0" column="0">
39        <widget class="QLabel" name="lColor">
40         <property name="sizePolicy">
41          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
42           <horstretch>0</horstretch>
43           <verstretch>0</verstretch>
44          </sizepolicy>
45         </property>
46         <property name="text">
47          <string>Color:</string>
48         </property>
49         <property name="wordWrap">
50          <bool>false</bool>
51         </property>
52        </widget>
53       </item>
54       <item row="0" column="1">
55        <widget class="QG_ColorBox" name="cbColor" native="true">
56         <property name="sizePolicy">
57          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
58           <horstretch>0</horstretch>
59           <verstretch>0</verstretch>
60          </sizepolicy>
61         </property>
62        </widget>
63       </item>
64       <item row="1" column="0">
65        <widget class="QLabel" name="lWidth">
66         <property name="sizePolicy">
67          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
68           <horstretch>0</horstretch>
69           <verstretch>0</verstretch>
70          </sizepolicy>
71         </property>
72         <property name="text">
73          <string>Width:</string>
74         </property>
75         <property name="wordWrap">
76          <bool>false</bool>
77         </property>
78        </widget>
79       </item>
80       <item row="1" column="1">
81        <widget class="QG_WidthBox" name="cbWidth" native="true">
82         <property name="sizePolicy">
83          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
84           <horstretch>0</horstretch>
85           <verstretch>0</verstretch>
86          </sizepolicy>
87         </property>
88        </widget>
89       </item>
90       <item row="2" column="0">
91        <widget class="QLabel" name="lLineType">
92         <property name="sizePolicy">
93          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
94           <horstretch>0</horstretch>
95           <verstretch>0</verstretch>
96          </sizepolicy>
97         </property>
98         <property name="text">
99          <string>Line type:</string>
100         </property>
101         <property name="wordWrap">
102          <bool>false</bool>
103         </property>
104        </widget>
105       </item>
106       <item row="2" column="1">
107        <widget class="QG_LineTypeBox" name="cbLineType" native="true">
108         <property name="sizePolicy">
109          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
110           <horstretch>0</horstretch>
111           <verstretch>0</verstretch>
112          </sizepolicy>
113         </property>
114        </widget>
115       </item>
116      </layout>
117     </widget>
118    </item>
119   </layout>
120  </widget>
121  <customwidgets>
122   <customwidget>
123    <class>QG_ColorBox</class>
124    <extends>QWidget</extends>
125    <header>qg_colorbox.h</header>
126   </customwidget>
127   <customwidget>
128    <class>QG_WidthBox</class>
129    <extends>QWidget</extends>
130    <header>qg_widthbox.h</header>
131   </customwidget>
132   <customwidget>
133    <class>QG_LineTypeBox</class>
134    <extends>QWidget</extends>
135    <header>qg_linetypebox.h</header>
136   </customwidget>
137  </customwidgets>
138  <includes>
139   <include location="local">qg_linetypebox.h</include>
140   <include location="local">qg_colorbox.h</include>
141   <include location="local">qg_widthbox.h</include>
142  </includes>
143  <resources/>
144  <connections/>
145 </ui>