Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Apply suggestions from code review
Co-authored-by: Étienne Trimaille <gustrimaille@yahoo.fr>
  • Loading branch information
2 people authored and nyalldawson committed May 25, 2023
1 parent 88c3c41 commit ab98551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/console/console_output.py
Expand Up @@ -91,9 +91,10 @@ def isatty(self):
Useful variables:
- iface will return the current QGIS interface, class 'QgisInterface'
- iface.mainWindow() will return the Qt Main Window
- iface.mapCanvas() will return the map canvas
- iface.layerTreeView() will return the Layer Tree
- iface.layerTreeView() will return the layer tree
- iface.activeLayer() will return the active layer
- QgsProject.instance() will return the current project
Expand Down

0 comments on commit ab98551

Please sign in to comment.