|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>Html5ToJsConverterParameterDialog</class> |
|
4 <widget class="QDialog" name="Html5ToJsConverterParameterDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>317</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>JS 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>4</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="2" column="0" colspan="3"> |
|
60 <widget class="QDialogButtonBox" name="buttonBox"> |
|
61 <property name="orientation"> |
|
62 <enum>Qt::Horizontal</enum> |
|
63 </property> |
|
64 <property name="standardButtons"> |
|
65 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
66 </property> |
|
67 </widget> |
|
68 </item> |
|
69 <item row="1" column="0" colspan="3"> |
|
70 <widget class="QCheckBox" name="scriptCheckBox"> |
|
71 <property name="toolTip"> |
|
72 <string>Select to enclose the generated JavaScript code by 'script' tags</string> |
|
73 </property> |
|
74 <property name="text"> |
|
75 <string>Enclose by 'script' HTML tags</string> |
|
76 </property> |
|
77 </widget> |
|
78 </item> |
|
79 </layout> |
|
80 </widget> |
|
81 <resources/> |
|
82 <connections> |
|
83 <connection> |
|
84 <sender>buttonBox</sender> |
|
85 <signal>accepted()</signal> |
|
86 <receiver>Html5ToJsConverterParameterDialog</receiver> |
|
87 <slot>accept()</slot> |
|
88 <hints> |
|
89 <hint type="sourcelabel"> |
|
90 <x>248</x> |
|
91 <y>254</y> |
|
92 </hint> |
|
93 <hint type="destinationlabel"> |
|
94 <x>157</x> |
|
95 <y>274</y> |
|
96 </hint> |
|
97 </hints> |
|
98 </connection> |
|
99 <connection> |
|
100 <sender>buttonBox</sender> |
|
101 <signal>rejected()</signal> |
|
102 <receiver>Html5ToJsConverterParameterDialog</receiver> |
|
103 <slot>reject()</slot> |
|
104 <hints> |
|
105 <hint type="sourcelabel"> |
|
106 <x>316</x> |
|
107 <y>260</y> |
|
108 </hint> |
|
109 <hint type="destinationlabel"> |
|
110 <x>286</x> |
|
111 <y>274</y> |
|
112 </hint> |
|
113 </hints> |
|
114 </connection> |
|
115 </connections> |
|
116 </ui> |