We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d266c commit bf9b3e3Copy full SHA for bf9b3e3
src/app/qgsvectorlayerproperties.cpp
@@ -342,6 +342,7 @@ void QgsVectorLayerProperties::syncToLayer( void )
342
// populate the general information
343
mLayerOrigNameLineEdit->setText( layer->originalName() );
344
txtDisplayName->setText( layer->name() );
345
+ txtLayerSource->setText( layer->publicSource() );
346
pbnQueryBuilder->setWhatsThis( tr( "This button opens the query "
347
"builder and allows you to create a subset of features to display on "
348
"the map canvas rather than displaying all features in the layer" ) );
0 commit comments