File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ void QgsGdalSourceSelect::radioSrcOgcApi_toggled( bool checked )
145
145
radioSrcFile_toggled ( checked );
146
146
if ( checked )
147
147
{
148
+ rasterDatasetLabel->setText ( tr ( " OGC API Endpoint" ) );
148
149
const QString vectorPath = mFileWidget ->filePath ();
149
150
emit enableButtons ( ! vectorPath.isEmpty () );
150
151
if ( mRasterPath .isEmpty () )
@@ -153,6 +154,10 @@ void QgsGdalSourceSelect::radioSrcOgcApi_toggled( bool checked )
153
154
}
154
155
fillOpenOptions ();
155
156
}
157
+ else
158
+ {
159
+ rasterDatasetLabel->setText ( tr ( " Raster dataset(s)" ) );
160
+ }
156
161
}
157
162
158
163
void QgsGdalSourceSelect::radioSrcProtocol_toggled ( bool checked )
Original file line number Diff line number Diff line change 88
88
</property >
89
89
<layout class =" QHBoxLayout" name =" horizontalLayout" >
90
90
<item >
91
- <widget class =" QLabel" name =" label " >
91
+ <widget class =" QLabel" name =" rasterDatasetLabel " >
92
92
<property name =" text" >
93
93
<string >Raster dataset(s)</string >
94
94
</property >
You can’t perform that action at this time.
0 commit comments