Project/RccCompilerOptionsDialog.ui

changeset 6604
a73d553ef521
equal deleted inserted replaced
6601:93a6141ecbf1 6604:a73d553ef521
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>RccCompilerOptionsDialog</class>
4 <widget class="QDialog" name="RccCompilerOptionsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>219</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>rcc Compiler Options</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QGroupBox" name="groupBox">
22 <property name="title">
23 <string>Compression Parameters</string>
24 </property>
25 <layout class="QGridLayout" name="gridLayout">
26 <item row="0" column="0">
27 <widget class="QLabel" name="label_2">
28 <property name="text">
29 <string>Threshold:</string>
30 </property>
31 </widget>
32 </item>
33 <item row="0" column="1">
34 <widget class="QSpinBox" name="thresholdSpinBox">
35 <property name="toolTip">
36 <string>Select the compression threshold (default: 70%)</string>
37 </property>
38 <property name="alignment">
39 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
40 </property>
41 <property name="specialValueText">
42 <string/>
43 </property>
44 <property name="suffix">
45 <string>%</string>
46 </property>
47 <property name="minimum">
48 <number>0</number>
49 </property>
50 <property name="maximum">
51 <number>100</number>
52 </property>
53 <property name="singleStep">
54 <number>5</number>
55 </property>
56 <property name="value">
57 <number>70</number>
58 </property>
59 </widget>
60 </item>
61 <item row="0" column="2">
62 <spacer name="horizontalSpacer">
63 <property name="orientation">
64 <enum>Qt::Horizontal</enum>
65 </property>
66 <property name="sizeHint" stdset="0">
67 <size>
68 <width>253</width>
69 <height>20</height>
70 </size>
71 </property>
72 </spacer>
73 </item>
74 <item row="1" column="0">
75 <widget class="QLabel" name="label_3">
76 <property name="text">
77 <string>Compression Level:</string>
78 </property>
79 </widget>
80 </item>
81 <item row="1" column="1">
82 <widget class="QSpinBox" name="compressionSpinBox">
83 <property name="toolTip">
84 <string>Select the compression level (default: use zlib default value)</string>
85 </property>
86 <property name="alignment">
87 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
88 </property>
89 <property name="specialValueText">
90 <string>default</string>
91 </property>
92 <property name="minimum">
93 <number>0</number>
94 </property>
95 <property name="maximum">
96 <number>9</number>
97 </property>
98 </widget>
99 </item>
100 <item row="2" column="0" colspan="2">
101 <widget class="QCheckBox" name="disableCheckBox">
102 <property name="text">
103 <string>Disable Compression</string>
104 </property>
105 </widget>
106 </item>
107 </layout>
108 </widget>
109 </item>
110 <item>
111 <layout class="QHBoxLayout" name="horizontalLayout">
112 <item>
113 <widget class="QLabel" name="label">
114 <property name="text">
115 <string>Access Path Prefix:</string>
116 </property>
117 </widget>
118 </item>
119 <item>
120 <widget class="E5ClearableLineEdit" name="rootEdit">
121 <property name="toolTip">
122 <string>Enter the prefix for the resource access path</string>
123 </property>
124 </widget>
125 </item>
126 </layout>
127 </item>
128 <item>
129 <widget class="QDialogButtonBox" name="buttonBox">
130 <property name="orientation">
131 <enum>Qt::Horizontal</enum>
132 </property>
133 <property name="standardButtons">
134 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
135 </property>
136 </widget>
137 </item>
138 </layout>
139 </widget>
140 <customwidgets>
141 <customwidget>
142 <class>E5ClearableLineEdit</class>
143 <extends>QLineEdit</extends>
144 <header>E5Gui/E5LineEdit.h</header>
145 </customwidget>
146 </customwidgets>
147 <tabstops>
148 <tabstop>thresholdSpinBox</tabstop>
149 <tabstop>compressionSpinBox</tabstop>
150 <tabstop>disableCheckBox</tabstop>
151 <tabstop>rootEdit</tabstop>
152 </tabstops>
153 <resources/>
154 <connections>
155 <connection>
156 <sender>buttonBox</sender>
157 <signal>accepted()</signal>
158 <receiver>RccCompilerOptionsDialog</receiver>
159 <slot>accept()</slot>
160 <hints>
161 <hint type="sourcelabel">
162 <x>248</x>
163 <y>254</y>
164 </hint>
165 <hint type="destinationlabel">
166 <x>157</x>
167 <y>274</y>
168 </hint>
169 </hints>
170 </connection>
171 <connection>
172 <sender>buttonBox</sender>
173 <signal>rejected()</signal>
174 <receiver>RccCompilerOptionsDialog</receiver>
175 <slot>reject()</slot>
176 <hints>
177 <hint type="sourcelabel">
178 <x>316</x>
179 <y>260</y>
180 </hint>
181 <hint type="destinationlabel">
182 <x>286</x>
183 <y>274</y>
184 </hint>
185 </hints>
186 </connection>
187 </connections>
188 </ui>

eric ide

mercurial