+
+ Python Console based on PyQScintilla2.
+ |
+
![]() |
+
+
+ The console is splitted in two main panes, output and input areas.
+ Both are resizable by using the horizontal splitter.
+ Output area pane is a widget read-only which shows the commands output.
+ You can drag and drop or copy text into input area (no matter if selected text contains >>> or ...).
+ Use 'Share on codepad' from contextual menu for sharing snippets code.
+ The context menu looks like the image below. |
+
- Python Console based on PyQScintilla2.
-
- 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.
-
- Features+ Features |
- Toolbar+ Toolbar |
- Acknowledgments- |
-
- Thanks to Larry Shaffer who provided the API files. -