We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 9c5c257 commit 6209b97Copy full SHA for 6209b97
src/gui/qgsexpressionselectiondialog.cpp
@@ -25,6 +25,8 @@ QgsExpressionSelectionDialog::QgsExpressionSelectionDialog( QgsVectorLayer* laye
25
{
26
setupUi( this );
27
28
+ setWindowTitle( QString( "Select by expression - %1" ).arg( layer->name() ) );
29
+
30
mActionSelect->setIcon( QgsApplication::getThemeIcon( "/mIconExpressionSelect.svg" ) );
31
mActionAddToSelection->setIcon( QgsApplication::getThemeIcon( "/mIconSelectAdd.svg" ) );
32
mActionRemoveFromSelection->setIcon( QgsApplication::getThemeIcon( "/mIconSelectRemove.svg" ) );
0 commit comments