Skip to content
Permalink
Browse files
attribute table: report number of matching rows in status bar
git-svn-id: http://svn.osgeo.org/qgis/trunk@11697 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 21, 2009
1 parent 1059204 commit 1728008
Showing 1 changed file with 1 addition and 1 deletion.
@@ -478,7 +478,7 @@ void QgsAttributeTableDialog::doSearch( QString searchString )
else
str = tr( "No matching features found." );

QMessageBox::information( this, tr( "Search results" ), str );
QgisApp::instance()->statusBar()->showMessage( str );
}

void QgsAttributeTableDialog::search()

0 comments on commit 1728008

Please sign in to comment.