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>
|
---|
|
---|