source: trunk/demos/embeddeddialogs/embeddeddialog.ui@ 640

Last change on this file since 640 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 2.1 KB
Line 
1<ui version="4.0" >
2 <class>embeddedDialog</class>
3 <widget class="QDialog" name="embeddedDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>407</width>
9 <height>134</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Embedded Dialog</string>
14 </property>
15 <layout class="QFormLayout" name="formLayout" >
16 <item row="0" column="0" >
17 <widget class="QLabel" name="label" >
18 <property name="text" >
19 <string>Layout Direction:</string>
20 </property>
21 <property name="buddy" >
22 <cstring>layoutDirection</cstring>
23 </property>
24 </widget>
25 </item>
26 <item row="0" column="1" >
27 <widget class="QComboBox" name="layoutDirection" >
28 <item>
29 <property name="text" >
30 <string>Left to Right</string>
31 </property>
32 </item>
33 <item>
34 <property name="text" >
35 <string>Right to Left</string>
36 </property>
37 </item>
38 </widget>
39 </item>
40 <item row="1" column="0" >
41 <widget class="QLabel" name="label_2" >
42 <property name="text" >
43 <string>Select Font:</string>
44 </property>
45 <property name="buddy" >
46 <cstring>fontComboBox</cstring>
47 </property>
48 </widget>
49 </item>
50 <item row="1" column="1" >
51 <widget class="QFontComboBox" name="fontComboBox" />
52 </item>
53 <item row="2" column="0" >
54 <widget class="QLabel" name="label_3" >
55 <property name="text" >
56 <string>Style:</string>
57 </property>
58 <property name="buddy" >
59 <cstring>style</cstring>
60 </property>
61 </widget>
62 </item>
63 <item row="2" column="1" >
64 <widget class="QComboBox" name="style" />
65 </item>
66 <item row="3" column="0" >
67 <widget class="QLabel" name="label_4" >
68 <property name="text" >
69 <string>Layout spacing:</string>
70 </property>
71 <property name="buddy" >
72 <cstring>spacing</cstring>
73 </property>
74 </widget>
75 </item>
76 <item row="3" column="1" >
77 <widget class="QSlider" name="spacing" >
78 <property name="orientation" >
79 <enum>Qt::Horizontal</enum>
80 </property>
81 </widget>
82 </item>
83 </layout>
84 </widget>
85 <resources/>
86 <connections/>
87</ui>
Note: See TracBrowser for help on using the repository browser.