]> Shamusworld >> Repos - architektonas/blob - src/forms/dlgpoint.ui
Final round of dialogs/forms needing to be converted from Qt3 to 4
[architektonas] / src / forms / dlgpoint.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DlgPoint</class>
4  <widget class="QDialog" name="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="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     <layout class="QHBoxLayout">
153      <item>
154       <spacer name="spacer">
155        <property name="orientation">
156         <enum>Qt::Horizontal</enum>
157        </property>
158        <property name="sizeType">
159         <enum>QSizePolicy::Expanding</enum>
160        </property>
161        <property name="sizeHint" stdset="0">
162         <size>
163          <width>40</width>
164          <height>20</height>
165         </size>
166        </property>
167       </spacer>
168      </item>
169      <item>
170       <widget class="QPushButton" name="bOk">
171        <property name="text">
172         <string>&amp;OK</string>
173        </property>
174        <property name="default">
175         <bool>true</bool>
176        </property>
177       </widget>
178      </item>
179      <item>
180       <widget class="QPushButton" name="bCancel">
181        <property name="text">
182         <string>Cancel</string>
183        </property>
184        <property name="shortcut">
185         <string>Esc</string>
186        </property>
187       </widget>
188      </item>
189     </layout>
190    </item>
191   </layout>
192  </widget>
193  <layoutdefault spacing="6" margin="11"/>
194  <customwidgets>
195   <customwidget>
196    <class>QG_LayerBox</class>
197    <extends>QWidget</extends>
198    <header>qg_layerbox.h</header>
199   </customwidget>
200   <customwidget>
201    <class>WidgetPen</class>
202    <extends>QWidget</extends>
203    <header>widgetpen.h</header>
204   </customwidget>
205  </customwidgets>
206  <tabstops>
207   <tabstop>lePosX</tabstop>
208   <tabstop>lePosY</tabstop>
209   <tabstop>bOk</tabstop>
210   <tabstop>bCancel</tabstop>
211  </tabstops>
212  <resources/>
213  <connections>
214   <connection>
215    <sender>bOk</sender>
216    <signal>clicked()</signal>
217    <receiver>DlgPoint</receiver>
218    <slot>accept()</slot>
219    <hints>
220     <hint type="sourcelabel">
221      <x>20</x>
222      <y>20</y>
223     </hint>
224     <hint type="destinationlabel">
225      <x>20</x>
226      <y>20</y>
227     </hint>
228    </hints>
229   </connection>
230   <connection>
231    <sender>bCancel</sender>
232    <signal>clicked()</signal>
233    <receiver>DlgPoint</receiver>
234    <slot>reject()</slot>
235    <hints>
236     <hint type="sourcelabel">
237      <x>20</x>
238      <y>20</y>
239     </hint>
240     <hint type="destinationlabel">
241      <x>20</x>
242      <y>20</y>
243     </hint>
244    </hints>
245   </connection>
246  </connections>
247 </ui>