1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QG_DlgPoint</class>
4 <widget class="QDialog" name="QG_DlgPoint">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>457</width>
10    <height>192</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>Point</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="3" column="0">
75         <widget class="QLabel" name="lPosY">
76          <property name="text">
77           <string>Position (y):</string>
78          </property>
79          <property name="wordWrap">
80           <bool>false</bool>
81          </property>
82         </widget>
83        </item>
84        <item row="3" column="1">
85         <widget class="QLineEdit" name="lePosY">
86          <property name="minimumSize">
87           <size>
88            <width>64</width>
89            <height>0</height>
90           </size>
91          </property>
92         </widget>
93        </item>
94        <item row="1" column="0">
95         <widget class="QLabel" name="lPosX">
96          <property name="text">
97           <string>Position (x):</string>
98          </property>
99          <property name="wordWrap">
100           <bool>false</bool>
101          </property>
102         </widget>
103        </item>
104        <item row="1" column="1">
105         <widget class="QLineEdit" name="lePosX">
106          <property name="minimumSize">
107           <size>
108            <width>64</width>
109            <height>0</height>
110           </size>
111          </property>
112         </widget>
113        </item>
114        <item row="8" column="1">
115         <spacer name="spacer61">
116          <property name="orientation">
117           <enum>Qt::Vertical</enum>
118          </property>
119          <property name="sizeType">
120           <enum>QSizePolicy::Expanding</enum>
121          </property>
122          <property name="sizeHint" stdset="0">
123           <size>
124            <width>20</width>
125            <height>1</height>
126           </size>
127          </property>
128         </spacer>
129        </item>
130        <item row="8" column="0">
131         <spacer name="spacer58">
132          <property name="orientation">
133           <enum>Qt::Vertical</enum>
134          </property>
135          <property name="sizeType">
136           <enum>QSizePolicy::Expanding</enum>
137          </property>
138          <property name="sizeHint" stdset="0">
139           <size>
140            <width>20</width>
141            <height>1</height>
142           </size>
143          </property>
144         </spacer>
145        </item>
146       </layout>
147      </widget>
148     </item>
149    </layout>
150   </item>
151   <item>
152    <widget class="QDialogButtonBox" name="buttonBox">
153     <property name="standardButtons">
154      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
155     </property>
156    </widget>
157   </item>
158  </layout>
159 </widget>
160 <layoutdefault spacing="6" margin="11"/>
161 <customwidgets>
162  <customwidget>
163   <class>QG_WidgetPen</class>
164   <extends>QWidget</extends>
165   <header>qg_widgetpen.h</header>
166  </customwidget>
167  <customwidget>
168   <class>QG_LayerBox</class>
169   <extends>QWidget</extends>
170   <header>qg_layerbox.h</header>
171  </customwidget>
172 </customwidgets>
173 <tabstops>
174  <tabstop>lePosX</tabstop>
175  <tabstop>lePosY</tabstop>
176 </tabstops>
177 <resources/>
178 <connections>
179  <connection>
180   <sender>buttonBox</sender>
181   <signal>accepted()</signal>
182   <receiver>QG_DlgPoint</receiver>
183   <slot>accept()</slot>
184   <hints>
185    <hint type="sourcelabel">
186     <x>228</x>
187     <y>175</y>
188    </hint>
189    <hint type="destinationlabel">
190     <x>20</x>
191     <y>20</y>
192    </hint>
193   </hints>
194  </connection>
195  <connection>
196   <sender>buttonBox</sender>
197   <signal>rejected()</signal>
198   <receiver>QG_DlgPoint</receiver>
199   <slot>reject()</slot>
200   <hints>
201    <hint type="sourcelabel">
202     <x>228</x>
203     <y>175</y>
204    </hint>
205    <hint type="destinationlabel">
206     <x>20</x>
207     <y>20</y>
208    </hint>
209   </hints>
210  </connection>
211 </connections>
212</ui>
213