Graphics Reference
In-Depth Information
The status bar
The QGIS window has a status bar. You can use it to display the current status of your
Python program, for example:
iface.mainWindow().statusBar().showMessage("Please wait...")
The status message will appear at the bottom of the window, like this:
As you can see, there isn't much room on the status bar, so you'll need to keep your status
message short. To hide the message again, do the following:
iface.mainWindow().statusBar().clearMessage()
Search WWH ::




Custom Search