|
14 | 14 | <string>Save raster layer as...</string> |
15 | 15 | </property> |
16 | 16 | <layout class="QVBoxLayout" name="verticalLayout"> |
| 17 | + <item> |
| 18 | + <layout class="QHBoxLayout" name="horizontalLayout_6"> |
| 19 | + <item> |
| 20 | + <widget class="QLabel" name="mModeLabel"> |
| 21 | + <property name="text"> |
| 22 | + <string>Output mode</string> |
| 23 | + </property> |
| 24 | + </widget> |
| 25 | + </item> |
| 26 | + <item> |
| 27 | + <widget class="QRadioButton" name="mRawModeRadioButton"> |
| 28 | + <property name="toolTip"> |
| 29 | + <string>Write out raw raster layer data. Optionally user defined no data values may be applied.</string> |
| 30 | + </property> |
| 31 | + <property name="text"> |
| 32 | + <string>Raw data</string> |
| 33 | + </property> |
| 34 | + <property name="checked"> |
| 35 | + <bool>true</bool> |
| 36 | + </property> |
| 37 | + </widget> |
| 38 | + </item> |
| 39 | + <item> |
| 40 | + <widget class="QRadioButton" name="mRenderedModeRadioButton"> |
| 41 | + <property name="toolTip"> |
| 42 | + <string>Write out 3 bands RGB image rendered using current layer style.</string> |
| 43 | + </property> |
| 44 | + <property name="text"> |
| 45 | + <string>Rendered image</string> |
| 46 | + </property> |
| 47 | + <property name="checked"> |
| 48 | + <bool>false</bool> |
| 49 | + </property> |
| 50 | + </widget> |
| 51 | + </item> |
| 52 | + <item> |
| 53 | + <spacer name="horizontalSpacer"> |
| 54 | + <property name="orientation"> |
| 55 | + <enum>Qt::Horizontal</enum> |
| 56 | + </property> |
| 57 | + <property name="sizeHint" stdset="0"> |
| 58 | + <size> |
| 59 | + <width>40</width> |
| 60 | + <height>20</height> |
| 61 | + </size> |
| 62 | + </property> |
| 63 | + </spacer> |
| 64 | + </item> |
| 65 | + </layout> |
| 66 | + </item> |
| 67 | + <item> |
| 68 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
| 69 | + <item> |
| 70 | + <widget class="QLabel" name="mFormatLabel"> |
| 71 | + <property name="text"> |
| 72 | + <string>Format</string> |
| 73 | + </property> |
| 74 | + <property name="buddy"> |
| 75 | + <cstring>mFormatComboBox</cstring> |
| 76 | + </property> |
| 77 | + </widget> |
| 78 | + </item> |
| 79 | + <item> |
| 80 | + <widget class="QComboBox" name="mFormatComboBox"> |
| 81 | + <property name="sizePolicy"> |
| 82 | + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| 83 | + <horstretch>0</horstretch> |
| 84 | + <verstretch>0</verstretch> |
| 85 | + </sizepolicy> |
| 86 | + </property> |
| 87 | + </widget> |
| 88 | + </item> |
| 89 | + </layout> |
| 90 | + </item> |
| 91 | + <item> |
| 92 | + <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 93 | + <item> |
| 94 | + <widget class="QLabel" name="mSaveAsLabel"> |
| 95 | + <property name="text"> |
| 96 | + <string>Save as</string> |
| 97 | + </property> |
| 98 | + <property name="buddy"> |
| 99 | + <cstring>mSaveAsLineEdit</cstring> |
| 100 | + </property> |
| 101 | + </widget> |
| 102 | + </item> |
| 103 | + <item> |
| 104 | + <widget class="QLineEdit" name="mSaveAsLineEdit"> |
| 105 | + <property name="enabled"> |
| 106 | + <bool>true</bool> |
| 107 | + </property> |
| 108 | + <property name="text"> |
| 109 | + <string/> |
| 110 | + </property> |
| 111 | + </widget> |
| 112 | + </item> |
| 113 | + <item> |
| 114 | + <widget class="QPushButton" name="mBrowseButton"> |
| 115 | + <property name="enabled"> |
| 116 | + <bool>true</bool> |
| 117 | + </property> |
| 118 | + <property name="text"> |
| 119 | + <string>Browse...</string> |
| 120 | + </property> |
| 121 | + </widget> |
| 122 | + </item> |
| 123 | + </layout> |
| 124 | + </item> |
| 125 | + <item> |
| 126 | + <layout class="QHBoxLayout" name="horizontalLayout_4"> |
| 127 | + <item> |
| 128 | + <widget class="QLabel" name="label_2"> |
| 129 | + <property name="sizePolicy"> |
| 130 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 131 | + <horstretch>0</horstretch> |
| 132 | + <verstretch>0</verstretch> |
| 133 | + </sizepolicy> |
| 134 | + </property> |
| 135 | + <property name="minimumSize"> |
| 136 | + <size> |
| 137 | + <width>0</width> |
| 138 | + <height>0</height> |
| 139 | + </size> |
| 140 | + </property> |
| 141 | + <property name="text"> |
| 142 | + <string>CRS</string> |
| 143 | + </property> |
| 144 | + </widget> |
| 145 | + </item> |
| 146 | + <item> |
| 147 | + <widget class="QComboBox" name="mCrsComboBox"> |
| 148 | + <property name="sizePolicy"> |
| 149 | + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 150 | + <horstretch>0</horstretch> |
| 151 | + <verstretch>0</verstretch> |
| 152 | + </sizepolicy> |
| 153 | + </property> |
| 154 | + </widget> |
| 155 | + </item> |
| 156 | + <item> |
| 157 | + <widget class="QPushButton" name="mChangeCrsPushButton"> |
| 158 | + <property name="sizePolicy"> |
| 159 | + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
| 160 | + <horstretch>0</horstretch> |
| 161 | + <verstretch>0</verstretch> |
| 162 | + </sizepolicy> |
| 163 | + </property> |
| 164 | + <property name="text"> |
| 165 | + <string>Change ...</string> |
| 166 | + </property> |
| 167 | + </widget> |
| 168 | + </item> |
| 169 | + </layout> |
| 170 | + </item> |
17 | 171 | <item> |
18 | 172 | <widget class="QScrollArea" name="mScrollArea"> |
19 | 173 | <property name="frameShape"> |
|
30 | 184 | <rect> |
31 | 185 | <x>0</x> |
32 | 186 | <y>0</y> |
33 | | - <width>550</width> |
34 | | - <height>738</height> |
| 187 | + <width>536</width> |
| 188 | + <height>779</height> |
35 | 189 | </rect> |
36 | 190 | </property> |
37 | 191 | <layout class="QVBoxLayout" name="verticalLayout_5"> |
38 | | - <item> |
39 | | - <layout class="QHBoxLayout" name="horizontalLayout_6"> |
40 | | - <item> |
41 | | - <widget class="QLabel" name="mModeLabel"> |
42 | | - <property name="text"> |
43 | | - <string>Output mode</string> |
44 | | - </property> |
45 | | - </widget> |
46 | | - </item> |
47 | | - <item> |
48 | | - <widget class="QRadioButton" name="mRawModeRadioButton"> |
49 | | - <property name="toolTip"> |
50 | | - <string>Write out raw raster layer data. Optionally user defined no data values may be applied.</string> |
51 | | - </property> |
52 | | - <property name="text"> |
53 | | - <string>Raw data</string> |
54 | | - </property> |
55 | | - <property name="checked"> |
56 | | - <bool>true</bool> |
57 | | - </property> |
58 | | - </widget> |
59 | | - </item> |
60 | | - <item> |
61 | | - <widget class="QRadioButton" name="mRenderedModeRadioButton"> |
62 | | - <property name="toolTip"> |
63 | | - <string>Write out 3 bands RGB image rendered using current layer style.</string> |
64 | | - </property> |
65 | | - <property name="text"> |
66 | | - <string>Rendered image</string> |
67 | | - </property> |
68 | | - <property name="checked"> |
69 | | - <bool>false</bool> |
70 | | - </property> |
71 | | - </widget> |
72 | | - </item> |
73 | | - <item> |
74 | | - <spacer name="horizontalSpacer"> |
75 | | - <property name="orientation"> |
76 | | - <enum>Qt::Horizontal</enum> |
77 | | - </property> |
78 | | - <property name="sizeHint" stdset="0"> |
79 | | - <size> |
80 | | - <width>40</width> |
81 | | - <height>20</height> |
82 | | - </size> |
83 | | - </property> |
84 | | - </spacer> |
85 | | - </item> |
86 | | - </layout> |
87 | | - </item> |
88 | | - <item> |
89 | | - <layout class="QHBoxLayout" name="horizontalLayout"> |
90 | | - <item> |
91 | | - <widget class="QLabel" name="mFormatLabel"> |
92 | | - <property name="text"> |
93 | | - <string>Format</string> |
94 | | - </property> |
95 | | - <property name="buddy"> |
96 | | - <cstring>mFormatComboBox</cstring> |
97 | | - </property> |
98 | | - </widget> |
99 | | - </item> |
100 | | - <item> |
101 | | - <widget class="QComboBox" name="mFormatComboBox"> |
102 | | - <property name="sizePolicy"> |
103 | | - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
104 | | - <horstretch>0</horstretch> |
105 | | - <verstretch>0</verstretch> |
106 | | - </sizepolicy> |
107 | | - </property> |
108 | | - </widget> |
109 | | - </item> |
110 | | - </layout> |
111 | | - </item> |
112 | | - <item> |
113 | | - <layout class="QHBoxLayout" name="horizontalLayout_3"> |
114 | | - <item> |
115 | | - <widget class="QLabel" name="mSaveAsLabel"> |
116 | | - <property name="text"> |
117 | | - <string>Save as</string> |
118 | | - </property> |
119 | | - <property name="buddy"> |
120 | | - <cstring>mSaveAsLineEdit</cstring> |
121 | | - </property> |
122 | | - </widget> |
123 | | - </item> |
124 | | - <item> |
125 | | - <widget class="QLineEdit" name="mSaveAsLineEdit"> |
126 | | - <property name="enabled"> |
127 | | - <bool>true</bool> |
128 | | - </property> |
129 | | - <property name="text"> |
130 | | - <string/> |
131 | | - </property> |
132 | | - </widget> |
133 | | - </item> |
134 | | - <item> |
135 | | - <widget class="QPushButton" name="mBrowseButton"> |
136 | | - <property name="enabled"> |
137 | | - <bool>true</bool> |
138 | | - </property> |
139 | | - <property name="text"> |
140 | | - <string>Browse...</string> |
141 | | - </property> |
142 | | - </widget> |
143 | | - </item> |
144 | | - </layout> |
145 | | - </item> |
146 | | - <item> |
147 | | - <layout class="QHBoxLayout" name="horizontalLayout_4"> |
148 | | - <item> |
149 | | - <widget class="QLabel" name="label_2"> |
150 | | - <property name="sizePolicy"> |
151 | | - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
152 | | - <horstretch>0</horstretch> |
153 | | - <verstretch>0</verstretch> |
154 | | - </sizepolicy> |
155 | | - </property> |
156 | | - <property name="minimumSize"> |
157 | | - <size> |
158 | | - <width>0</width> |
159 | | - <height>0</height> |
160 | | - </size> |
161 | | - </property> |
162 | | - <property name="text"> |
163 | | - <string>CRS</string> |
164 | | - </property> |
165 | | - </widget> |
166 | | - </item> |
167 | | - <item> |
168 | | - <widget class="QComboBox" name="mCrsComboBox"> |
169 | | - <property name="sizePolicy"> |
170 | | - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
171 | | - <horstretch>0</horstretch> |
172 | | - <verstretch>0</verstretch> |
173 | | - </sizepolicy> |
174 | | - </property> |
175 | | - </widget> |
176 | | - </item> |
177 | | - <item> |
178 | | - <widget class="QPushButton" name="mChangeCrsPushButton"> |
179 | | - <property name="sizePolicy"> |
180 | | - <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
181 | | - <horstretch>0</horstretch> |
182 | | - <verstretch>0</verstretch> |
183 | | - </sizepolicy> |
184 | | - </property> |
185 | | - <property name="text"> |
186 | | - <string>Change ...</string> |
187 | | - </property> |
188 | | - </widget> |
189 | | - </item> |
190 | | - </layout> |
191 | | - </item> |
| 192 | + <property name="spacing"> |
| 193 | + <number>18</number> |
| 194 | + </property> |
| 195 | + <property name="leftMargin"> |
| 196 | + <number>0</number> |
| 197 | + </property> |
| 198 | + <property name="topMargin"> |
| 199 | + <number>0</number> |
| 200 | + </property> |
| 201 | + <property name="rightMargin"> |
| 202 | + <number>6</number> |
| 203 | + </property> |
| 204 | + <property name="bottomMargin"> |
| 205 | + <number>0</number> |
| 206 | + </property> |
192 | 207 | <item> |
193 | 208 | <widget class="QgsCollapsibleGroupBox" name="mExtentGroupBox"> |
194 | 209 | <property name="sizePolicy"> |
|
640 | 655 | </property> |
641 | 656 | <layout class="QGridLayout" name="gridLayout_3"> |
642 | 657 | <item row="3" column="0"> |
643 | | - <widget class="QgsRasterPyramidsOptionsWidget" name="mPyramidsOptionsWidget" native="true"> |
644 | | - </widget> |
| 658 | + <widget class="QgsRasterPyramidsOptionsWidget" name="mPyramidsOptionsWidget" native="true"/> |
645 | 659 | </item> |
646 | 660 | <item row="2" column="0"> |
647 | 661 | <widget class="Line" name="line"> |
|
0 commit comments