|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>Html5ToCss3ConverterParameterDialog</class> |
|
4 <widget class="QDialog" name="Html5ToCss3ConverterParameterDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>440</width> |
|
10 <height>102</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Conversion Parameters</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QGridLayout" name="gridLayout"> |
|
20 <item row="0" column="0"> |
|
21 <widget class="QLabel" name="label"> |
|
22 <property name="text"> |
|
23 <string>CSS Indentation Spaces:</string> |
|
24 </property> |
|
25 </widget> |
|
26 </item> |
|
27 <item row="0" column="1"> |
|
28 <widget class="QSpinBox" name="indentationSpinBox"> |
|
29 <property name="toolTip"> |
|
30 <string>Enter the amount of spaces to be used as indentation</string> |
|
31 </property> |
|
32 <property name="minimum"> |
|
33 <number>2</number> |
|
34 </property> |
|
35 <property name="maximum"> |
|
36 <number>8</number> |
|
37 </property> |
|
38 <property name="singleStep"> |
|
39 <number>2</number> |
|
40 </property> |
|
41 <property name="value"> |
|
42 <number>2</number> |
|
43 </property> |
|
44 </widget> |
|
45 </item> |
|
46 <item row="0" column="2"> |
|
47 <spacer name="horizontalSpacer"> |
|
48 <property name="orientation"> |
|
49 <enum>Qt::Horizontal</enum> |
|
50 </property> |
|
51 <property name="sizeHint" stdset="0"> |
|
52 <size> |
|
53 <width>220</width> |
|
54 <height>20</height> |
|
55 </size> |
|
56 </property> |
|
57 </spacer> |
|
58 </item> |
|
59 <item row="1" column="0"> |
|
60 <widget class="QLabel" name="label_2"> |
|
61 <property name="text"> |
|
62 <string>CSS Placeholder:</string> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 <item row="1" column="1" colspan="2"> |
|
67 <widget class="QComboBox" name="placeholderComboBox"> |
|
68 <property name="sizePolicy"> |
|
69 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
70 <horstretch>0</horstretch> |
|
71 <verstretch>0</verstretch> |
|
72 </sizepolicy> |
|
73 </property> |
|
74 <property name="toolTip"> |
|
75 <string>Select the treatment of empty CSS</string> |
|
76 </property> |
|
77 <item> |
|
78 <property name="text"> |
|
79 <string>Blank Empty CSS</string> |
|
80 </property> |
|
81 </item> |
|
82 <item> |
|
83 <property name="text"> |
|
84 <string>Placeholders</string> |
|
85 </property> |
|
86 </item> |
|
87 </widget> |
|
88 </item> |
|
89 <item row="2" column="0" colspan="3"> |
|
90 <widget class="QDialogButtonBox" name="buttonBox"> |
|
91 <property name="orientation"> |
|
92 <enum>Qt::Horizontal</enum> |
|
93 </property> |
|
94 <property name="standardButtons"> |
|
95 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 </layout> |
|
100 </widget> |
|
101 <resources/> |
|
102 <connections> |
|
103 <connection> |
|
104 <sender>buttonBox</sender> |
|
105 <signal>accepted()</signal> |
|
106 <receiver>Html5ToCss3ConverterParameterDialog</receiver> |
|
107 <slot>accept()</slot> |
|
108 <hints> |
|
109 <hint type="sourcelabel"> |
|
110 <x>248</x> |
|
111 <y>254</y> |
|
112 </hint> |
|
113 <hint type="destinationlabel"> |
|
114 <x>157</x> |
|
115 <y>274</y> |
|
116 </hint> |
|
117 </hints> |
|
118 </connection> |
|
119 <connection> |
|
120 <sender>buttonBox</sender> |
|
121 <signal>rejected()</signal> |
|
122 <receiver>Html5ToCss3ConverterParameterDialog</receiver> |
|
123 <slot>reject()</slot> |
|
124 <hints> |
|
125 <hint type="sourcelabel"> |
|
126 <x>316</x> |
|
127 <y>260</y> |
|
128 </hint> |
|
129 <hint type="destinationlabel"> |
|
130 <x>286</x> |
|
131 <y>274</y> |
|
132 </hint> |
|
133 </hints> |
|
134 </connection> |
|
135 </connections> |
|
136 </ui> |