|
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | 9 | <width>415</width> |
10 | | - <height>248</height> |
| 10 | + <height>383</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="windowTitle"> |
14 | 14 | <string>Save raster layer as...</string> |
15 | 15 | </property> |
16 | | - <layout class="QGridLayout" name="gridLayout_2"> |
| 16 | + <layout class="QGridLayout" name="gridLayout_3"> |
17 | 17 | <item row="0" column="0"> |
18 | 18 | <widget class="QLabel" name="mFormatLabel"> |
19 | 19 | <property name="text"> |
|
79 | 79 | </layout> |
80 | 80 | </item> |
81 | 81 | <item row="3" column="0" colspan="3"> |
| 82 | + <widget class="QGroupBox" name="mExtentGroupBox"> |
| 83 | + <property name="title"> |
| 84 | + <string>Extent</string> |
| 85 | + </property> |
| 86 | + <layout class="QGridLayout" name="gridLayout_2"> |
| 87 | + <item row="0" column="0" colspan="4"> |
| 88 | + <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 89 | + <item> |
| 90 | + <widget class="QPushButton" name="mCurrentExtentButton"> |
| 91 | + <property name="text"> |
| 92 | + <string>Current Extent</string> |
| 93 | + </property> |
| 94 | + </widget> |
| 95 | + </item> |
| 96 | + <item> |
| 97 | + <widget class="QPushButton" name="mProviderExtentButton"> |
| 98 | + <property name="text"> |
| 99 | + <string>Provider extent</string> |
| 100 | + </property> |
| 101 | + </widget> |
| 102 | + </item> |
| 103 | + <item> |
| 104 | + <spacer name="horizontalSpacer"> |
| 105 | + <property name="orientation"> |
| 106 | + <enum>Qt::Horizontal</enum> |
| 107 | + </property> |
| 108 | + <property name="sizeHint" stdset="0"> |
| 109 | + <size> |
| 110 | + <width>40</width> |
| 111 | + <height>20</height> |
| 112 | + </size> |
| 113 | + </property> |
| 114 | + </spacer> |
| 115 | + </item> |
| 116 | + </layout> |
| 117 | + </item> |
| 118 | + <item row="1" column="0"> |
| 119 | + <widget class="QLabel" name="mXMinLabel"> |
| 120 | + <property name="text"> |
| 121 | + <string>X min</string> |
| 122 | + </property> |
| 123 | + </widget> |
| 124 | + </item> |
| 125 | + <item row="1" column="1"> |
| 126 | + <widget class="QLineEdit" name="mXMinLineEdit"/> |
| 127 | + </item> |
| 128 | + <item row="1" column="2"> |
| 129 | + <widget class="QLabel" name="mXMaxLabel"> |
| 130 | + <property name="text"> |
| 131 | + <string>X max</string> |
| 132 | + </property> |
| 133 | + </widget> |
| 134 | + </item> |
| 135 | + <item row="1" column="3"> |
| 136 | + <widget class="QLineEdit" name="mXMaxLineEdit"/> |
| 137 | + </item> |
| 138 | + <item row="2" column="0"> |
| 139 | + <widget class="QLabel" name="mYMinLabel"> |
| 140 | + <property name="text"> |
| 141 | + <string>Y min</string> |
| 142 | + </property> |
| 143 | + </widget> |
| 144 | + </item> |
| 145 | + <item row="2" column="1"> |
| 146 | + <widget class="QLineEdit" name="mYMinLineEdit"/> |
| 147 | + </item> |
| 148 | + <item row="2" column="2"> |
| 149 | + <widget class="QLabel" name="mYMaxLabel"> |
| 150 | + <property name="text"> |
| 151 | + <string>Y max</string> |
| 152 | + </property> |
| 153 | + </widget> |
| 154 | + </item> |
| 155 | + <item row="2" column="3"> |
| 156 | + <widget class="QLineEdit" name="mYMaxLineEdit"> |
| 157 | + <property name="text"> |
| 158 | + <string/> |
| 159 | + </property> |
| 160 | + </widget> |
| 161 | + </item> |
| 162 | + </layout> |
| 163 | + </widget> |
| 164 | + </item> |
| 165 | + <item row="4" column="0" colspan="3"> |
82 | 166 | <widget class="QGroupBox" name="mTilesGroupBox"> |
83 | 167 | <property name="title"> |
84 | 168 | <string>Tiles</string> |
|
107 | 191 | <item row="2" column="0" colspan="2"> |
108 | 192 | <widget class="QCheckBox" name="mTileModeCheckBox"> |
109 | 193 | <property name="text"> |
110 | | - <string>One output file per tile</string> |
| 194 | + <string>Create VRT</string> |
111 | 195 | </property> |
112 | 196 | </widget> |
113 | 197 | </item> |
114 | 198 | </layout> |
115 | 199 | </widget> |
116 | 200 | </item> |
117 | | - <item row="4" column="0" colspan="2"> |
| 201 | + <item row="5" column="0" colspan="2"> |
118 | 202 | <widget class="QDialogButtonBox" name="mButtonBox"> |
119 | 203 | <property name="orientation"> |
120 | 204 | <enum>Qt::Horizontal</enum> |
|
0 commit comments