1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>StyleEditDialog
</class>
4 <widget class=
"QDialog" name=
"StyleEditDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Style Sheet Editor
</string>
16 <layout class=
"QGridLayout" name=
"gridLayout">
17 <item row=
"2" column=
"0">
18 <spacer name=
"verticalSpacer">
19 <property name=
"orientation">
20 <enum>Qt::Vertical
</enum>
22 <property name=
"sizeType">
23 <enum>QSizePolicy::Fixed
</enum>
25 <property name=
"sizeHint" stdset=
"0">
33 <item row=
"0" column=
"0">
34 <widget class=
"QPlainTextEdit" name=
"pteStyle">
35 <property name=
"sizePolicy">
36 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Preferred">
37 <horstretch>0</horstretch>
38 <verstretch>1</verstretch>
41 <property name=
"verticalScrollBarPolicy">
42 <enum>Qt::ScrollBarAsNeeded
</enum>
44 <property name=
"horizontalScrollBarPolicy">
45 <enum>Qt::ScrollBarAsNeeded
</enum>
47 <property name=
"tabChangesFocus">
50 <property name=
"lineWrapMode">
51 <enum>QPlainTextEdit::NoWrap
</enum>
55 <item row=
"3" column=
"0">
56 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
57 <property name=
"spacing">
60 <property name=
"sizeConstraint">
61 <enum>QLayout::SetMinimumSize
</enum>
64 <spacer name=
"horizontalSpacer">
65 <property name=
"orientation">
66 <enum>Qt::Horizontal
</enum>
68 <property name=
"sizeType">
69 <enum>QSizePolicy::Expanding
</enum>
71 <property name=
"sizeHint" stdset=
"0">
80 <widget class=
"QPushButton" name=
"pbDefault">
81 <property name=
"sizePolicy">
82 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Fixed">
83 <horstretch>0</horstretch>
84 <verstretch>0</verstretch>
87 <property name=
"text">
88 <string>&Reset to default
</string>
93 <widget class=
"QPushButton" name=
"pbCancel">
94 <property name=
"sizePolicy">
95 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Fixed">
96 <horstretch>0</horstretch>
97 <verstretch>0</verstretch>
100 <property name=
"text">
101 <string>&Cancel
</string>
106 <widget class=
"QPushButton" name=
"pbOK">
107 <property name=
"sizePolicy">
108 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Fixed">
109 <horstretch>0</horstretch>
110 <verstretch>0</verstretch>
113 <property name=
"text">
114 <string>&OK
</string>
116 <property name=
"shortcut">
119 <property name=
"default">
126 <item row=
"1" column=
"0">
127 <widget class=
"QLabel" name=
"label">
128 <property name=
"text">
129 <string>This feature does not validate your changes and assumes you are familiar with CSS syntax for QT.
</string>
131 <property name=
"wordWrap">
139 <tabstop>pteStyle
</tabstop>
140 <tabstop>pbOK
</tabstop>
141 <tabstop>pbCancel
</tabstop>
142 <tabstop>pbDefault
</tabstop>