qt4/qpreferences_dialog.ui

changeset 40
1bbea188a7e5
parent 39
8becd52c2171
child 41
9a453b2479c5
equal deleted inserted replaced
39:8becd52c2171 40:1bbea188a7e5
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="QTabWidget" name="centralTab" >
18 <property name="currentIndex" >
19 <number>0</number>
20 </property>
21 <widget class="QWidget" name="tab" >
22 <attribute name="title" >
23 <string>Tab 1</string>
24 </attribute>
25 </widget>
26 </widget>
27 </item>
28 <item>
29 <widget class="QDialogButtonBox" name="buttonBox" >
30 <property name="orientation" >
31 <enum>Qt::Horizontal</enum>
32 </property>
33 <property name="standardButtons" >
34 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
35 </property>
36 </widget>
37 </item>
38 </layout>
39 </widget>
40 <resources/>
41 <connections>
42 <connection>
43 <sender>buttonBox</sender>
44 <signal>accepted()</signal>
45 <receiver>PreferencesDialog</receiver>
46 <slot>accept()</slot>
47 <hints>
48 <hint type="sourcelabel" >
49 <x>248</x>
50 <y>254</y>
51 </hint>
52 <hint type="destinationlabel" >
53 <x>157</x>
54 <y>274</y>
55 </hint>
56 </hints>
57 </connection>
58 <connection>
59 <sender>buttonBox</sender>
60 <signal>rejected()</signal>
61 <receiver>PreferencesDialog</receiver>
62 <slot>reject()</slot>
63 <hints>
64 <hint type="sourcelabel" >
65 <x>316</x>
66 <y>260</y>
67 </hint>
68 <hint type="destinationlabel" >
69 <x>286</x>
70 <y>274</y>
71 </hint>
72 </hints>
73 </connection>
74 </connections>
75 </ui>

mercurial