src/dialogs/cylindereditor.ui

changeset 1391
5fa4bf1fc781
child 1395
23551de3da36
equal deleted inserted replaced
1390:3eace926af7f 1391:5fa4bf1fc781
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CylinderEditor</class>
4 <widget class="QDialog" name="CylinderEditor">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <widget class="QDialogButtonBox" name="buttonBox">
17 <property name="geometry">
18 <rect>
19 <x>30</x>
20 <y>240</y>
21 <width>341</width>
22 <height>32</height>
23 </rect>
24 </property>
25 <property name="orientation">
26 <enum>Qt::Horizontal</enum>
27 </property>
28 <property name="standardButtons">
29 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30 </property>
31 </widget>
32 </widget>
33 <resources/>
34 <connections>
35 <connection>
36 <sender>buttonBox</sender>
37 <signal>accepted()</signal>
38 <receiver>CylinderEditor</receiver>
39 <slot>accept()</slot>
40 <hints>
41 <hint type="sourcelabel">
42 <x>248</x>
43 <y>254</y>
44 </hint>
45 <hint type="destinationlabel">
46 <x>157</x>
47 <y>274</y>
48 </hint>
49 </hints>
50 </connection>
51 <connection>
52 <sender>buttonBox</sender>
53 <signal>rejected()</signal>
54 <receiver>CylinderEditor</receiver>
55 <slot>reject()</slot>
56 <hints>
57 <hint type="sourcelabel">
58 <x>316</x>
59 <y>260</y>
60 </hint>
61 <hint type="destinationlabel">
62 <x>286</x>
63 <y>274</y>
64 </hint>
65 </hints>
66 </connection>
67 </connections>
68 </ui>

mercurial