|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 | 9 | <width>376</width>
|
10 |
| - <height>205</height> |
| 10 | + <height>323</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="sizePolicy">
|
14 |
| - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
| 14 | + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
15 | 15 | <horstretch>0</horstretch>
|
16 | 16 | <verstretch>0</verstretch>
|
17 | 17 | </sizepolicy>
|
|
119 | 119 | </item>
|
120 | 120 | </layout>
|
121 | 121 | </item>
|
| 122 | + <item> |
| 123 | + <widget class="QCheckBox" name="cleanCheck"> |
| 124 | + <property name="toolTip"> |
| 125 | + <string>Remove all overviews.</string> |
| 126 | + </property> |
| 127 | + <property name="text"> |
| 128 | + <string>Clean</string> |
| 129 | + </property> |
| 130 | + </widget> |
| 131 | + </item> |
122 | 132 | <item>
|
123 | 133 | <widget class="QCheckBox" name="roModeCheck">
|
| 134 | + <property name="toolTip"> |
| 135 | + <string>In order to generate external overview (for GeoTIFF especially).</string> |
| 136 | + </property> |
124 | 137 | <property name="text">
|
125 | 138 | <string>Open in read-only mode</string>
|
126 | 139 | </property>
|
127 | 140 | </widget>
|
128 | 141 | </item>
|
| 142 | + <item> |
| 143 | + <widget class="QCheckBox" name="tiffjpegCheck"> |
| 144 | + <property name="toolTip"> |
| 145 | + <string>Create external overviews in TIFF format, compressed using JPEG.</string> |
| 146 | + </property> |
| 147 | + <property name="text"> |
| 148 | + <string>Overviews in TIFF format with JPEG compression</string> |
| 149 | + </property> |
| 150 | + </widget> |
| 151 | + </item> |
| 152 | + <item> |
| 153 | + <widget class="QFrame" name="jpegQualityContainer"> |
| 154 | + <property name="enabled"> |
| 155 | + <bool>true</bool> |
| 156 | + </property> |
| 157 | + <property name="sizePolicy"> |
| 158 | + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 159 | + <horstretch>0</horstretch> |
| 160 | + <verstretch>0</verstretch> |
| 161 | + </sizepolicy> |
| 162 | + </property> |
| 163 | + <property name="minimumSize"> |
| 164 | + <size> |
| 165 | + <width>0</width> |
| 166 | + <height>25</height> |
| 167 | + </size> |
| 168 | + </property> |
| 169 | + <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 170 | + <property name="leftMargin"> |
| 171 | + <number>24</number> |
| 172 | + </property> |
| 173 | + <property name="topMargin"> |
| 174 | + <number>0</number> |
| 175 | + </property> |
| 176 | + <property name="bottomMargin"> |
| 177 | + <number>0</number> |
| 178 | + </property> |
| 179 | + <item> |
| 180 | + <widget class="QLabel" name="jpegQualityLabel"> |
| 181 | + <property name="toolTip"> |
| 182 | + <string>For JPEG compressed external overviews, |
| 183 | +the JPEG quality can be set.</string> |
| 184 | + </property> |
| 185 | + <property name="text"> |
| 186 | + <string>JPEG Quality (1-100):</string> |
| 187 | + </property> |
| 188 | + </widget> |
| 189 | + </item> |
| 190 | + <item> |
| 191 | + <widget class="QSpinBox" name="jpegQualitySpin"> |
| 192 | + <property name="enabled"> |
| 193 | + <bool>true</bool> |
| 194 | + </property> |
| 195 | + <property name="sizePolicy"> |
| 196 | + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| 197 | + <horstretch>0</horstretch> |
| 198 | + <verstretch>0</verstretch> |
| 199 | + </sizepolicy> |
| 200 | + </property> |
| 201 | + <property name="toolTip"> |
| 202 | + <string>For JPEG compressed external overviews, |
| 203 | +the JPEG quality can be set.</string> |
| 204 | + </property> |
| 205 | + <property name="maximum"> |
| 206 | + <number>100</number> |
| 207 | + </property> |
| 208 | + <property name="value"> |
| 209 | + <number>80</number> |
| 210 | + </property> |
| 211 | + </widget> |
| 212 | + </item> |
| 213 | + </layout> |
| 214 | + </widget> |
| 215 | + </item> |
| 216 | + <item> |
| 217 | + <widget class="QCheckBox" name="rrdCheck"> |
| 218 | + <property name="toolTip"> |
| 219 | + <string>Alternate overview format using Erdas Imagine format, |
| 220 | +placing the overviews in an associated .aux file |
| 221 | +suitable for direct use with Imagine,ArcGIS, GDAL.</string> |
| 222 | + </property> |
| 223 | + <property name="text"> |
| 224 | + <string>Use Imagine format (.aux file)</string> |
| 225 | + </property> |
| 226 | + </widget> |
| 227 | + </item> |
129 | 228 | <item>
|
130 | 229 | <widget class="QProgressBar" name="progressBar"/>
|
131 | 230 | </item>
|
|
0 commit comments