source: trunk/examples/widgets/stylesheet/stylesheeteditor.ui@ 92

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

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

File size: 4.1 KB
Line 
1<ui version="4.0" >
2 <class>StyleSheetEditor</class>
3 <widget class="QWidget" name="StyleSheetEditor" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>445</width>
9 <height>289</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Style Editor</string>
14 </property>
15 <layout class="QGridLayout" >
16 <property name="margin" >
17 <number>9</number>
18 </property>
19 <property name="spacing" >
20 <number>6</number>
21 </property>
22 <item row="0" column="6" >
23 <spacer>
24 <property name="orientation" >
25 <enum>Qt::Horizontal</enum>
26 </property>
27 <property name="sizeType" >
28 <enum>QSizePolicy::MinimumExpanding</enum>
29 </property>
30 <property name="sizeHint" >
31 <size>
32 <width>32</width>
33 <height>20</height>
34 </size>
35 </property>
36 </spacer>
37 </item>
38 <item row="0" column="0" >
39 <spacer>
40 <property name="orientation" >
41 <enum>Qt::Horizontal</enum>
42 </property>
43 <property name="sizeType" >
44 <enum>QSizePolicy::MinimumExpanding</enum>
45 </property>
46 <property name="sizeHint" >
47 <size>
48 <width>32</width>
49 <height>20</height>
50 </size>
51 </property>
52 </spacer>
53 </item>
54 <item row="0" column="5" >
55 <widget class="QComboBox" name="styleSheetCombo" >
56 <item>
57 <property name="text" >
58 <string>Default</string>
59 </property>
60 </item>
61 <item>
62 <property name="text" >
63 <string>Coffee</string>
64 </property>
65 </item>
66 <item>
67 <property name="text" >
68 <string>Pagefold</string>
69 </property>
70 </item>
71 </widget>
72 </item>
73 <item row="0" column="3" >
74 <spacer>
75 <property name="orientation" >
76 <enum>Qt::Horizontal</enum>
77 </property>
78 <property name="sizeType" >
79 <enum>QSizePolicy::Fixed</enum>
80 </property>
81 <property name="sizeHint" >
82 <size>
83 <width>10</width>
84 <height>16</height>
85 </size>
86 </property>
87 </spacer>
88 </item>
89 <item row="0" column="2" >
90 <widget class="QComboBox" name="styleCombo" >
91 <property name="sizePolicy" >
92 <sizepolicy>
93 <hsizetype>5</hsizetype>
94 <vsizetype>0</vsizetype>
95 <horstretch>0</horstretch>
96 <verstretch>0</verstretch>
97 </sizepolicy>
98 </property>
99 </widget>
100 </item>
101 <item row="0" column="1" >
102 <widget class="QLabel" name="label_7" >
103 <property name="sizePolicy" >
104 <sizepolicy>
105 <hsizetype>0</hsizetype>
106 <vsizetype>5</vsizetype>
107 <horstretch>0</horstretch>
108 <verstretch>0</verstretch>
109 </sizepolicy>
110 </property>
111 <property name="text" >
112 <string>Style:</string>
113 </property>
114 </widget>
115 </item>
116 <item row="2" column="0" colspan="7" >
117 <layout class="QHBoxLayout" >
118 <property name="margin" >
119 <number>0</number>
120 </property>
121 <property name="spacing" >
122 <number>6</number>
123 </property>
124 <item>
125 <spacer>
126 <property name="orientation" >
127 <enum>Qt::Horizontal</enum>
128 </property>
129 <property name="sizeHint" >
130 <size>
131 <width>321</width>
132 <height>20</height>
133 </size>
134 </property>
135 </spacer>
136 </item>
137 <item>
138 <widget class="QPushButton" name="applyButton" >
139 <property name="enabled" >
140 <bool>false</bool>
141 </property>
142 <property name="text" >
143 <string>&amp;Apply</string>
144 </property>
145 </widget>
146 </item>
147 </layout>
148 </item>
149 <item row="1" column="0" colspan="7" >
150 <widget class="QTextEdit" name="styleTextEdit" />
151 </item>
152 <item row="0" column="4" >
153 <widget class="QLabel" name="label_8" >
154 <property name="sizePolicy" >
155 <sizepolicy>
156 <hsizetype>0</hsizetype>
157 <vsizetype>5</vsizetype>
158 <horstretch>0</horstretch>
159 <verstretch>0</verstretch>
160 </sizepolicy>
161 </property>
162 <property name="text" >
163 <string>Style Sheet:</string>
164 </property>
165 </widget>
166 </item>
167 </layout>
168 </widget>
169 <resources/>
170 <connections/>
171</ui>
Note: See TracBrowser for help on using the repository browser.