[QGIS Commit] r11697 - trunk/qgis/src/app/attributetable

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Sep 21 15:47:43 EDT 2009


Author: jef
Date: 2009-09-21 15:47:42 -0400 (Mon, 21 Sep 2009)
New Revision: 11697

Modified:
   trunk/qgis/src/app/attributetable/qgsattributetabledialog.cpp
Log:
attribute table: report number of matching rows in status bar

Modified: trunk/qgis/src/app/attributetable/qgsattributetabledialog.cpp
===================================================================
--- trunk/qgis/src/app/attributetable/qgsattributetabledialog.cpp	2009-09-21 15:44:13 UTC (rev 11696)
+++ trunk/qgis/src/app/attributetable/qgsattributetabledialog.cpp	2009-09-21 19:47:42 UTC (rev 11697)
@@ -478,7 +478,7 @@
   else
     str = tr( "No matching features found." );
 
-  QMessageBox::information( this, tr( "Search results" ), str );
+  QgisApp::instance()->statusBar()->showMessage( str );
 }
 
 void QgsAttributeTableDialog::search()



More information about the QGIS-commit mailing list