]> Shamusworld >> Repos - architektonas/blob - src/forms/dlgarc.ui
Fixed problem with MDI activation.
[architektonas] / src / forms / dlgarc.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DlgArc</class>
4  <widget class="QDialog" name="DlgArc">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>380</width>
10     <height>251</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>Arc</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="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="2" column="0">
75          <widget class="QLabel" name="lEndX">
76           <property name="text">
77            <string>Radius:</string>
78           </property>
79           <property name="wordWrap">
80            <bool>false</bool>
81           </property>
82          </widget>
83         </item>
84         <item row="2" column="1">
85          <widget class="QLineEdit" name="leRadius">
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="lCenterY">
96           <property name="text">
97            <string>Center (y):</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="leCenterY">
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="0" column="0">
115          <widget class="QLabel" name="lCenterX">
116           <property name="text">
117            <string>Center (x):</string>
118           </property>
119           <property name="wordWrap">
120            <bool>false</bool>
121           </property>
122          </widget>
123         </item>
124         <item row="0" column="1">
125          <widget class="QLineEdit" name="leCenterX">
126           <property name="minimumSize">
127            <size>
128             <width>64</width>
129             <height>0</height>
130            </size>
131           </property>
132          </widget>
133         </item>
134         <item row="3" column="0">
135          <widget class="QLabel" name="lAngle1">
136           <property name="text">
137            <string>Start Angle:</string>
138           </property>
139           <property name="wordWrap">
140            <bool>false</bool>
141           </property>
142          </widget>
143         </item>
144         <item row="3" column="1">
145          <widget class="QLineEdit" name="leAngle1">
146           <property name="minimumSize">
147            <size>
148             <width>64</width>
149             <height>0</height>
150            </size>
151           </property>
152          </widget>
153         </item>
154         <item row="4" column="1">
155          <widget class="QLineEdit" name="leAngle2">
156           <property name="minimumSize">
157            <size>
158             <width>64</width>
159             <height>0</height>
160            </size>
161           </property>
162          </widget>
163         </item>
164         <item row="4" column="0">
165          <widget class="QLabel" name="lAngle2">
166           <property name="text">
167            <string>End Angle:</string>
168           </property>
169           <property name="wordWrap">
170            <bool>false</bool>
171           </property>
172          </widget>
173         </item>
174         <item row="6" column="0">
175          <spacer name="spacer58">
176           <property name="orientation">
177            <enum>Qt::Vertical</enum>
178           </property>
179           <property name="sizeType">
180            <enum>QSizePolicy::Expanding</enum>
181           </property>
182           <property name="sizeHint" stdset="0">
183            <size>
184             <width>20</width>
185             <height>20</height>
186            </size>
187           </property>
188          </spacer>
189         </item>
190         <item row="6" column="1">
191          <spacer name="spacer61">
192           <property name="orientation">
193            <enum>Qt::Vertical</enum>
194           </property>
195           <property name="sizeType">
196            <enum>QSizePolicy::Expanding</enum>
197           </property>
198           <property name="sizeHint" stdset="0">
199            <size>
200             <width>20</width>
201             <height>20</height>
202            </size>
203           </property>
204          </spacer>
205         </item>
206         <item row="5" column="0" colspan="2">
207          <widget class="QCheckBox" name="cbReversed">
208           <property name="text">
209            <string>Reversed</string>
210           </property>
211          </widget>
212         </item>
213        </layout>
214       </widget>
215      </item>
216     </layout>
217    </item>
218    <item>
219     <layout class="QHBoxLayout">
220      <item>
221       <spacer name="spacer">
222        <property name="orientation">
223         <enum>Qt::Horizontal</enum>
224        </property>
225        <property name="sizeType">
226         <enum>QSizePolicy::Expanding</enum>
227        </property>
228        <property name="sizeHint" stdset="0">
229         <size>
230          <width>40</width>
231          <height>20</height>
232         </size>
233        </property>
234       </spacer>
235      </item>
236      <item>
237       <widget class="QPushButton" name="bOk">
238        <property name="text">
239         <string>&amp;OK</string>
240        </property>
241        <property name="shortcut">
242         <string>Alt+O</string>
243        </property>
244        <property name="default">
245         <bool>true</bool>
246        </property>
247       </widget>
248      </item>
249      <item>
250       <widget class="QPushButton" name="bCancel">
251        <property name="text">
252         <string>Cancel</string>
253        </property>
254        <property name="shortcut">
255         <string>Esc</string>
256        </property>
257       </widget>
258      </item>
259     </layout>
260    </item>
261   </layout>
262  </widget>
263  <layoutdefault spacing="6" margin="11"/>
264  <customwidgets>
265   <customwidget>
266    <class>LayerBox</class>
267    <extends>QWidget</extends>
268    <header>layerbox.h</header>
269   </customwidget>
270   <customwidget>
271    <class>WidgetPen</class>
272    <extends>QWidget</extends>
273    <header>widgetpen.h</header>
274   </customwidget>
275  </customwidgets>
276  <tabstops>
277   <tabstop>leCenterX</tabstop>
278   <tabstop>leCenterY</tabstop>
279   <tabstop>leRadius</tabstop>
280   <tabstop>leAngle1</tabstop>
281   <tabstop>leAngle2</tabstop>
282   <tabstop>cbReversed</tabstop>
283   <tabstop>bOk</tabstop>
284   <tabstop>bCancel</tabstop>
285  </tabstops>
286  <resources/>
287  <connections>
288   <connection>
289    <sender>bOk</sender>
290    <signal>clicked()</signal>
291    <receiver>DlgArc</receiver>
292    <slot>accept()</slot>
293    <hints>
294     <hint type="sourcelabel">
295      <x>20</x>
296      <y>20</y>
297     </hint>
298     <hint type="destinationlabel">
299      <x>20</x>
300      <y>20</y>
301     </hint>
302    </hints>
303   </connection>
304   <connection>
305    <sender>bCancel</sender>
306    <signal>clicked()</signal>
307    <receiver>DlgArc</receiver>
308    <slot>reject()</slot>
309    <hints>
310     <hint type="sourcelabel">
311      <x>20</x>
312      <y>20</y>
313     </hint>
314     <hint type="destinationlabel">
315      <x>20</x>
316      <y>20</y>
317     </hint>
318    </hints>
319   </connection>
320  </connections>
321 </ui>