qpreferences_dialog.ui

changeset 32
59da528bc470
parent 31
c869766e25ff
child 33
61809bb871bf
equal deleted inserted replaced
31:c869766e25ff 32:59da528bc470
1 <ui version="4.0" >
2 <class>PreferencesDialog</class>
3 <widget class="QDialog" name="PreferencesDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>400</width>
9 <height>300</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Dialog</string>
14 </property>
15 <layout class="QVBoxLayout" >
16 <item>
17 <widget class="QFrame" name="centralFrame" >
18 <property name="frameShape" >
19 <enum>QFrame::StyledPanel</enum>
20 </property>
21 <property name="frameShadow" >
22 <enum>QFrame::Raised</enum>
23 </property>
24 </widget>
25 </item>
26 <item>
27 <widget class="QDialogButtonBox" name="buttonBox" >
28 <property name="orientation" >
29 <enum>Qt::Horizontal</enum>
30 </property>
31 <property name="standardButtons" >
32 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
33 </property>
34 </widget>
35 </item>
36 </layout>
37 </widget>
38 <resources/>
39 <connections>
40 <connection>
41 <sender>buttonBox</sender>
42 <signal>accepted()</signal>
43 <receiver>PreferencesDialog</receiver>
44 <slot>accept()</slot>
45 <hints>
46 <hint type="sourcelabel" >
47 <x>248</x>
48 <y>254</y>
49 </hint>
50 <hint type="destinationlabel" >
51 <x>157</x>
52 <y>274</y>
53 </hint>
54 </hints>
55 </connection>
56 <connection>
57 <sender>buttonBox</sender>
58 <signal>rejected()</signal>
59 <receiver>PreferencesDialog</receiver>
60 <slot>reject()</slot>
61 <hints>
62 <hint type="sourcelabel" >
63 <x>316</x>
64 <y>260</y>
65 </hint>
66 <hint type="destinationlabel" >
67 <x>286</x>
68 <y>274</y>
69 </hint>
70 </hints>
71 </connection>
72 </connections>
73 </ui>

mercurial