15
15
</property >
16
16
<layout class =" QVBoxLayout" name =" verticalLayout" >
17
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" >
18
+ <layout class =" QGridLayout" name =" gridLayout_4" >
19
+ <item row =" 2" column =" 1" >
20
+ <widget class =" QgsFileWidget" name =" mFilename" native =" true" >
21
+ <property name =" enabled" >
35
22
<bool >true</bool >
36
23
</property >
24
+ <property name =" focusPolicy" >
25
+ <enum >Qt::StrongFocus</enum >
26
+ </property >
37
27
</widget >
38
28
</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 >
29
+ <item row =" 0" column =" 0" >
30
+ <widget class =" QLabel" name =" mModeLabel" >
44
31
<property name =" text" >
45
- <string >Rendered image</string >
46
- </property >
47
- <property name =" checked" >
48
- <bool >false</bool >
32
+ <string >Output mode</string >
49
33
</property >
50
34
</widget >
51
35
</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 >
36
+ <item row =" 0" column =" 1" >
37
+ <layout class =" QHBoxLayout" name =" horizontalLayout_6" >
38
+ <item >
39
+ <widget class =" QRadioButton" name =" mRawModeRadioButton" >
40
+ <property name =" toolTip" >
41
+ <string >Write out raw raster layer data. Optionally user defined no data values may be applied.</string >
42
+ </property >
43
+ <property name =" text" >
44
+ <string >Raw data</string >
45
+ </property >
46
+ <property name =" checked" >
47
+ <bool >true</bool >
48
+ </property >
49
+ </widget >
50
+ </item >
51
+ <item >
52
+ <widget class =" QRadioButton" name =" mRenderedModeRadioButton" >
53
+ <property name =" toolTip" >
54
+ <string >Write out 3 bands RGB image rendered using current layer style.</string >
55
+ </property >
56
+ <property name =" text" >
57
+ <string >Rendered image</string >
58
+ </property >
59
+ <property name =" checked" >
60
+ <bool >false</bool >
61
+ </property >
62
+ </widget >
63
+ </item >
64
+ <item >
65
+ <spacer name =" horizontalSpacer" >
66
+ <property name =" orientation" >
67
+ <enum >Qt::Horizontal</enum >
68
+ </property >
69
+ <property name =" sizeHint" stdset =" 0" >
70
+ <size >
71
+ <width >40</width >
72
+ <height >20</height >
73
+ </size >
74
+ </property >
75
+ </spacer >
76
+ </item >
77
+ </layout >
64
78
</item >
65
- </layout >
66
- </item >
67
- <item >
68
- <layout class =" QHBoxLayout" name =" horizontalLayout" >
69
- <item >
79
+ <item row =" 1" column =" 0" >
70
80
<widget class =" QLabel" name =" mFormatLabel" >
71
81
<property name =" text" >
72
82
<string >Format</string >
76
86
</property >
77
87
</widget >
78
88
</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 >
89
+ <item row =" 3" column =" 1" >
90
+ <widget class =" QgsProjectionSelectionWidget" name =" mCrsSelector" native =" true" >
91
+ <property name =" focusPolicy" >
92
+ <enum >Qt::StrongFocus</enum >
86
93
</property >
87
94
</widget >
88
95
</item >
89
- <item >
90
- <widget class =" QCheckBox" name =" mTileModeCheckBox" >
91
- <property name =" toolTip" >
92
- <string >Create GDAL Virtual Format composed of multiple
96
+ <item row =" 1" column =" 1" >
97
+ <layout class =" QHBoxLayout" name =" horizontalLayout" >
98
+ <item >
99
+ <widget class =" QComboBox" name =" mFormatComboBox" >
100
+ <property name =" sizePolicy" >
101
+ <sizepolicy hsizetype =" Expanding" vsizetype =" Fixed" >
102
+ <horstretch >0</horstretch >
103
+ <verstretch >0</verstretch >
104
+ </sizepolicy >
105
+ </property >
106
+ </widget >
107
+ </item >
108
+ <item >
109
+ <widget class =" QCheckBox" name =" mTileModeCheckBox" >
110
+ <property name =" toolTip" >
111
+ <string >Create GDAL Virtual Format composed of multiple
93
112
datasets with maximum width and height specified below.</string >
94
- </property >
95
- <property name =" text" >
96
- <string >Create VRT</string >
97
- </property >
98
- </widget >
99
- </item >
100
- </layout >
101
- </item >
102
- <item >
103
- <layout class =" QHBoxLayout" name =" horizontalLayout_3" >
104
- <item >
105
- <widget class =" QLabel" name =" mSaveAsLabel" >
106
- <property name =" text" >
107
- <string >File name</string >
108
- </property >
109
- <property name =" buddy" >
110
- <cstring >mFilename</cstring >
111
- </property >
112
- </widget >
113
- </item >
114
- <item >
115
- <widget class =" QgsFileWidget" name =" mFilename" >
116
- <property name =" enabled" >
117
- <bool >true</bool >
118
- </property >
119
- </widget >
113
+ </property >
114
+ <property name =" text" >
115
+ <string >Create VRT</string >
116
+ </property >
117
+ </widget >
118
+ </item >
119
+ </layout >
120
120
</item >
121
- </layout >
122
- </item >
123
- <item >
124
- <layout class =" QHBoxLayout" name =" horizontalLayout_4" >
125
- <item >
121
+ <item row =" 3" column =" 0" >
126
122
<widget class =" QLabel" name =" label_2" >
127
123
<property name =" sizePolicy" >
128
124
<sizepolicy hsizetype =" Fixed" vsizetype =" Fixed" >
@@ -141,25 +137,28 @@ datasets with maximum width and height specified below.</string>
141
137
</property >
142
138
</widget >
143
139
</item >
144
- <item >
145
- <widget class =" QgsProjectionSelectionWidget" name =" mCrsSelector" native =" true" >
146
- <property name =" focusPolicy" >
147
- <enum >Qt::StrongFocus</enum >
140
+ <item row =" 2" column =" 0" >
141
+ <widget class =" QLabel" name =" mSaveAsLabel" >
142
+ <property name =" text" >
143
+ <string >File name</string >
144
+ </property >
145
+ <property name =" buddy" >
146
+ <cstring >mFilename</cstring >
147
+ </property >
148
+ </widget >
149
+ </item >
150
+ <item row =" 4" column =" 0" colspan =" 2" >
151
+ <widget class =" QCheckBox" name =" mAddToCanvas" >
152
+ <property name =" text" >
153
+ <string >Add saved file to map</string >
154
+ </property >
155
+ <property name =" checked" >
156
+ <bool >true</bool >
148
157
</property >
149
158
</widget >
150
159
</item >
151
160
</layout >
152
161
</item >
153
- <item >
154
- <widget class =" QCheckBox" name =" mAddToCanvas" >
155
- <property name =" text" >
156
- <string >Add saved file to map</string >
157
- </property >
158
- <property name =" checked" >
159
- <bool >true</bool >
160
- </property >
161
- </widget >
162
- </item >
163
162
<item >
164
163
<widget class =" QgsScrollArea" name =" mScrollArea" >
165
164
<property name =" frameShape" >
@@ -176,8 +175,8 @@ datasets with maximum width and height specified below.</string>
176
175
<rect >
177
176
<x >0</x >
178
177
<y >0</y >
179
- <width >541 </width >
180
- <height >754 </height >
178
+ <width >543 </width >
179
+ <height >675 </height >
181
180
</rect >
182
181
</property >
183
182
<layout class =" QVBoxLayout" name =" verticalLayout_5" >
@@ -516,10 +515,10 @@ datasets with maximum width and height specified below.</string>
516
515
<property name =" checked" >
517
516
<bool >false</bool >
518
517
</property >
519
- <property name =" collapsed" >
518
+ <property name =" collapsed" stdset = " 0 " >
520
519
<bool >false</bool >
521
520
</property >
522
- <property name =" saveCollapsedState" >
521
+ <property name =" saveCollapsedState" stdset = " 0 " >
523
522
<bool >true</bool >
524
523
</property >
525
524
<layout class =" QHBoxLayout" name =" horizontalLayout_7" >
0 commit comments