![]() |
Python Console for QGIS |
Now you can use auto-completion and highlighting for syntax in console!!!
(Thanks to Larry Shaffer who provided the API files)
To access Quantum GIS environment from this console
use qgis.utils.iface object (instance of QgisInterface class).
To import the class QgisInterface can also use the dedicated
button on the toolbar on the left.
To save history commands type '_save' in console or close this widget.
To clear history commands type '_clear' in console.
The following is a description of the tools in the toolbar:
![]() |
Tool to clear python console |
![]() |
Tool to import iface class |
![]() |
Tool to import Sextante class |
![]() |
Tool to open a python script and load in console |
![]() |
Tool to save a python script |
![]() |
This! ;-) |
![]() |
Run command (like Enter key pressed) |