src/eric7/Project/RccCompilerOptionsDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8350
74a3b2a6a944
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
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="QLineEdit" name="rootEdit">
121 <property name="toolTip">
122 <string>Enter the prefix for the resource access path</string>
123 </property>
124 <property name="clearButtonEnabled">
125 <bool>true</bool>
126 </property>
127 </widget>
128 </item>
129 </layout>
130 </item>
131 <item>
132 <widget class="QDialogButtonBox" name="buttonBox">
133 <property name="orientation">
134 <enum>Qt::Horizontal</enum>
135 </property>
136 <property name="standardButtons">
137 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
138 </property>
139 </widget>
140 </item>
141 </layout>
142 </widget>
143 <tabstops>
144 <tabstop>thresholdSpinBox</tabstop>
145 <tabstop>compressionSpinBox</tabstop>
146 <tabstop>disableCheckBox</tabstop>
147 <tabstop>rootEdit</tabstop>
148 </tabstops>
149 <resources/>
150 <connections>
151 <connection>
152 <sender>buttonBox</sender>
153 <signal>accepted()</signal>
154 <receiver>RccCompilerOptionsDialog</receiver>
155 <slot>accept()</slot>
156 <hints>
157 <hint type="sourcelabel">
158 <x>248</x>
159 <y>254</y>
160 </hint>
161 <hint type="destinationlabel">
162 <x>157</x>
163 <y>274</y>
164 </hint>
165 </hints>
166 </connection>
167 <connection>
168 <sender>buttonBox</sender>
169 <signal>rejected()</signal>
170 <receiver>RccCompilerOptionsDialog</receiver>
171 <slot>reject()</slot>
172 <hints>
173 <hint type="sourcelabel">
174 <x>316</x>
175 <y>260</y>
176 </hint>
177 <hint type="destinationlabel">
178 <x>286</x>
179 <y>274</y>
180 </hint>
181 </hints>
182 </connection>
183 </connections>
184 </ui>

eric ide

mercurial