1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QG_DlgInsert</class>
4 <widget class="QDialog" name="QG_DlgInsert">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>457</width>
10    <height>310</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>300</width>
22    <height>190</height>
23   </size>
24  </property>
25  <property name="windowTitle">
26   <string>Insert</string>
27  </property>
28  <layout class="QVBoxLayout">
29   <item>
30    <layout class="QHBoxLayout">
31     <item>
32      <layout class="QVBoxLayout">
33       <item>
34        <layout class="QHBoxLayout">
35         <item>
36          <widget class="QLabel" name="lLayer">
37           <property name="sizePolicy">
38            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
39             <horstretch>0</horstretch>
40             <verstretch>0</verstretch>
41            </sizepolicy>
42           </property>
43           <property name="text">
44            <string>Layer:</string>
45           </property>
46           <property name="wordWrap">
47            <bool>false</bool>
48           </property>
49          </widget>
50         </item>
51         <item>
52          <widget class="QG_LayerBox" name="cbLayer" native="true"/>
53         </item>
54        </layout>
55       </item>
56       <item>
57        <widget class="QG_WidgetPen" name="wPen" native="true">
58         <property name="sizePolicy">
59          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
60           <horstretch>0</horstretch>
61           <verstretch>0</verstretch>
62          </sizepolicy>
63         </property>
64        </widget>
65       </item>
66      </layout>
67     </item>
68     <item>
69      <widget class="QGroupBox" name="buttonGroup8">
70       <property name="title">
71        <string>Geometry</string>
72       </property>
73       <layout class="QGridLayout">
74        <item row="8" column="1">
75         <spacer name="spacer61">
76          <property name="orientation">
77           <enum>Qt::Vertical</enum>
78          </property>
79          <property name="sizeType">
80           <enum>QSizePolicy::Expanding</enum>
81          </property>
82          <property name="sizeHint" stdset="0">
83           <size>
84            <width>20</width>
85            <height>20</height>
86           </size>
87          </property>
88         </spacer>
89        </item>
90        <item row="8" column="0">
91         <spacer name="spacer58">
92          <property name="orientation">
93           <enum>Qt::Vertical</enum>
94          </property>
95          <property name="sizeType">
96           <enum>QSizePolicy::Expanding</enum>
97          </property>
98          <property name="sizeHint" stdset="0">
99           <size>
100            <width>20</width>
101            <height>20</height>
102           </size>
103          </property>
104         </spacer>
105        </item>
106        <item row="1" column="1">
107         <widget class="QLineEdit" name="leInsertionPointY">
108          <property name="minimumSize">
109           <size>
110            <width>64</width>
111            <height>0</height>
112           </size>
113          </property>
114         </widget>
115        </item>
116        <item row="0" column="1">
117         <widget class="QLineEdit" name="leInsertionPointX">
118          <property name="minimumSize">
119           <size>
120            <width>64</width>
121            <height>0</height>
122           </size>
123          </property>
124         </widget>
125        </item>
126        <item row="0" column="0">
127         <widget class="QLabel" name="lInsertionPointX">
128          <property name="text">
129           <string>Insertion point (x):</string>
130          </property>
131          <property name="wordWrap">
132           <bool>false</bool>
133          </property>
134         </widget>
135        </item>
136        <item row="1" column="0">
137         <widget class="QLabel" name="lInsertionPointY">
138          <property name="text">
139           <string>Insertion point (y):</string>
140          </property>
141          <property name="wordWrap">
142           <bool>false</bool>
143          </property>
144         </widget>
145        </item>
146        <item row="2" column="1">
147         <widget class="QLineEdit" name="leScaleX">
148          <property name="minimumSize">
149           <size>
150            <width>64</width>
151            <height>0</height>
152           </size>
153          </property>
154         </widget>
155        </item>
156        <item row="2" column="0">
157         <widget class="QLabel" name="lFactorX">
158          <property name="text">
159           <string>Scale X:</string>
160          </property>
161          <property name="wordWrap">
162           <bool>false</bool>
163          </property>
164         </widget>
165        </item>
166        <item row="3" column="1">
167         <widget class="QLineEdit" name="leScaleY">
168          <property name="minimumSize">
169           <size>
170            <width>64</width>
171            <height>0</height>
172           </size>
173          </property>
174         </widget>
175        </item>
176        <item row="3" column="0">
177         <widget class="QLabel" name="lFactorY">
178          <property name="text">
179           <string>Scale Y:</string>
180          </property>
181          <property name="wordWrap">
182           <bool>false</bool>
183          </property>
184         </widget>
185        </item>
186        <item row="4" column="0">
187         <widget class="QLabel" name="lAngle">
188          <property name="text">
189           <string>Angle:</string>
190          </property>
191          <property name="wordWrap">
192           <bool>false</bool>
193          </property>
194         </widget>
195        </item>
196        <item row="4" column="1">
197         <widget class="QLineEdit" name="leAngle">
198          <property name="minimumSize">
199           <size>
200            <width>64</width>
201            <height>0</height>
202           </size>
203          </property>
204         </widget>
205        </item>
206        <item row="5" column="0">
207         <widget class="QLabel" name="lRows">
208          <property name="text">
209           <string>Rows:</string>
210          </property>
211          <property name="wordWrap">
212           <bool>false</bool>
213          </property>
214         </widget>
215        </item>
216        <item row="5" column="1">
217         <widget class="QLineEdit" name="leRows">
218          <property name="minimumSize">
219           <size>
220            <width>64</width>
221            <height>0</height>
222           </size>
223          </property>
224         </widget>
225        </item>
226        <item row="6" column="1">
227         <widget class="QLineEdit" name="leCols">
228          <property name="minimumSize">
229           <size>
230            <width>64</width>
231            <height>0</height>
232           </size>
233          </property>
234         </widget>
235        </item>
236        <item row="6" column="0">
237         <widget class="QLabel" name="lCols">
238          <property name="text">
239           <string>Columns:</string>
240          </property>
241          <property name="wordWrap">
242           <bool>false</bool>
243          </property>
244         </widget>
245        </item>
246        <item row="7" column="0">
247         <widget class="QLabel" name="lRowSpacing">
248          <property name="text">
249           <string>Row Spacing:</string>
250          </property>
251          <property name="wordWrap">
252           <bool>false</bool>
253          </property>
254         </widget>
255        </item>
256        <item row="7" column="1">
257         <widget class="QLineEdit" name="leRowSpacing">
258          <property name="minimumSize">
259           <size>
260            <width>64</width>
261            <height>0</height>
262           </size>
263          </property>
264         </widget>
265        </item>
266        <item row="8" column="1">
267         <widget class="QLineEdit" name="leColSpacing">
268          <property name="minimumSize">
269           <size>
270            <width>64</width>
271            <height>0</height>
272           </size>
273          </property>
274         </widget>
275        </item>
276        <item row="8" column="0">
277         <widget class="QLabel" name="lColSpacing">
278          <property name="text">
279           <string>Column Spacing:</string>
280          </property>
281          <property name="wordWrap">
282           <bool>false</bool>
283          </property>
284         </widget>
285        </item>
286       </layout>
287      </widget>
288     </item>
289    </layout>
290   </item>
291   <item>
292    <widget class="QDialogButtonBox" name="buttonBox">
293     <property name="standardButtons">
294      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
295     </property>
296    </widget>
297   </item>
298  </layout>
299 </widget>
300 <layoutdefault spacing="6" margin="11"/>
301 <customwidgets>
302  <customwidget>
303   <class>QG_WidgetPen</class>
304   <extends>QWidget</extends>
305   <header>qg_widgetpen.h</header>
306  </customwidget>
307  <customwidget>
308   <class>QG_LayerBox</class>
309   <extends>QWidget</extends>
310   <header>qg_layerbox.h</header>
311  </customwidget>
312 </customwidgets>
313 <tabstops>
314  <tabstop>leInsertionPointX</tabstop>
315  <tabstop>leInsertionPointY</tabstop>
316  <tabstop>leScaleX</tabstop>
317  <tabstop>leScaleY</tabstop>
318  <tabstop>leAngle</tabstop>
319  <tabstop>leRows</tabstop>
320  <tabstop>leCols</tabstop>
321  <tabstop>leRowSpacing</tabstop>
322  <tabstop>leColSpacing</tabstop>
323 </tabstops>
324 <resources/>
325 <connections>
326  <connection>
327   <sender>buttonBox</sender>
328   <signal>accepted()</signal>
329   <receiver>QG_DlgInsert</receiver>
330   <slot>accept()</slot>
331   <hints>
332    <hint type="sourcelabel">
333     <x>228</x>
334     <y>293</y>
335    </hint>
336    <hint type="destinationlabel">
337     <x>20</x>
338     <y>20</y>
339    </hint>
340   </hints>
341  </connection>
342  <connection>
343   <sender>buttonBox</sender>
344   <signal>rejected()</signal>
345   <receiver>QG_DlgInsert</receiver>
346   <slot>reject()</slot>
347   <hints>
348    <hint type="sourcelabel">
349     <x>228</x>
350     <y>293</y>
351    </hint>
352    <hint type="destinationlabel">
353     <x>20</x>
354     <y>20</y>
355    </hint>
356   </hints>
357  </connection>
358 </connections>
359</ui>
360