]> Shamusworld >> Repos - architektonas/blob - src/forms/dlgspline.ui
Forgot a UI file...
[architektonas] / src / forms / dlgspline.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DlgSpline</class>
4  <widget class="QDialog" name="DlgSpline">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>406</width>
10     <height>234</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>Spline</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="sizePolicy">
71         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
72          <horstretch>1</horstretch>
73          <verstretch>0</verstretch>
74         </sizepolicy>
75        </property>
76        <property name="title">
77         <string>Geometry</string>
78        </property>
79        <layout class="QGridLayout">
80         <item row="2" column="0">
81          <spacer name="spacer58">
82           <property name="orientation">
83            <enum>Qt::Vertical</enum>
84           </property>
85           <property name="sizeType">
86            <enum>QSizePolicy::Expanding</enum>
87           </property>
88           <property name="sizeHint" stdset="0">
89            <size>
90             <width>20</width>
91             <height>20</height>
92            </size>
93           </property>
94          </spacer>
95         </item>
96         <item row="2" column="1">
97          <spacer name="spacer61">
98           <property name="orientation">
99            <enum>Qt::Vertical</enum>
100           </property>
101           <property name="sizeType">
102            <enum>QSizePolicy::Expanding</enum>
103           </property>
104           <property name="sizeHint" stdset="0">
105            <size>
106             <width>20</width>
107             <height>20</height>
108            </size>
109           </property>
110          </spacer>
111         </item>
112         <item row="0" column="0">
113          <widget class="QLabel" name="lDegree">
114           <property name="text">
115            <string>Degree:</string>
116           </property>
117           <property name="wordWrap">
118            <bool>false</bool>
119           </property>
120          </widget>
121         </item>
122         <item row="1" column="0" colspan="2">
123          <widget class="QCheckBox" name="cbClosed">
124           <property name="text">
125            <string>Closed</string>
126           </property>
127          </widget>
128         </item>
129         <item row="0" column="1">
130          <widget class="QComboBox" name="cbDegree">
131           <property name="minimumSize">
132            <size>
133             <width>64</width>
134             <height>0</height>
135            </size>
136           </property>
137           <item>
138            <property name="text">
139             <string>1</string>
140            </property>
141           </item>
142           <item>
143            <property name="text">
144             <string>2</string>
145            </property>
146           </item>
147           <item>
148            <property name="text">
149             <string>3</string>
150            </property>
151           </item>
152          </widget>
153         </item>
154        </layout>
155       </widget>
156      </item>
157     </layout>
158    </item>
159    <item>
160     <layout class="QHBoxLayout">
161      <item>
162       <spacer name="spacer">
163        <property name="orientation">
164         <enum>Qt::Horizontal</enum>
165        </property>
166        <property name="sizeType">
167         <enum>QSizePolicy::Expanding</enum>
168        </property>
169        <property name="sizeHint" stdset="0">
170         <size>
171          <width>40</width>
172          <height>20</height>
173         </size>
174        </property>
175       </spacer>
176      </item>
177      <item>
178       <widget class="QPushButton" name="bOk">
179        <property name="text">
180         <string>&amp;OK</string>
181        </property>
182        <property name="shortcut">
183         <string>Alt+O</string>
184        </property>
185        <property name="default">
186         <bool>true</bool>
187        </property>
188       </widget>
189      </item>
190      <item>
191       <widget class="QPushButton" name="bCancel">
192        <property name="text">
193         <string>Cancel</string>
194        </property>
195        <property name="shortcut">
196         <string>Esc</string>
197        </property>
198       </widget>
199      </item>
200     </layout>
201    </item>
202   </layout>
203  </widget>
204  <layoutdefault spacing="6" margin="11"/>
205  <customwidgets>
206   <customwidget>
207    <class>WidgetPen</class>
208    <extends>QWidget</extends>
209    <header>widgetpen.h</header>
210   </customwidget>
211   <customwidget>
212    <class>QG_LayerBox</class>
213    <extends>QWidget</extends>
214    <header>qg_layerbox.h</header>
215   </customwidget>
216  </customwidgets>
217  <tabstops>
218   <tabstop>bOk</tabstop>
219   <tabstop>bCancel</tabstop>
220  </tabstops>
221  <resources/>
222  <connections>
223   <connection>
224    <sender>bOk</sender>
225    <signal>clicked()</signal>
226    <receiver>DlgSpline</receiver>
227    <slot>accept()</slot>
228    <hints>
229     <hint type="sourcelabel">
230      <x>296</x>
231      <y>226</y>
232     </hint>
233     <hint type="destinationlabel">
234      <x>20</x>
235      <y>20</y>
236     </hint>
237    </hints>
238   </connection>
239   <connection>
240    <sender>bCancel</sender>
241    <signal>clicked()</signal>
242    <receiver>DlgSpline</receiver>
243    <slot>reject()</slot>
244    <hints>
245     <hint type="sourcelabel">
246      <x>350</x>
247      <y>226</y>
248     </hint>
249     <hint type="destinationlabel">
250      <x>20</x>
251      <y>20</y>
252     </hint>
253    </hints>
254   </connection>
255  </connections>
256 </ui>