Class: QgsCodeEditorHTML¶
A HTML editor based on QScintilla2.
Adds syntax highlighting and code autocompletion.
Note
may not be available in Python bindings, depending on platform support

QgsCodeEditorHTML containing sample HTML¶
Class Hierarchy¶
Base classes¶
A text editor based on QScintilla2. |
|
Virtual Methods
In PyQGIS, only methods marked as virtual
can be safely overridden in a Python subclass of QgsCodeEditorHTML. See the FAQ for more details.
Toggle comment for the selected text. |
- class qgis.gui.QgsCodeEditorHTML[source]¶
Bases:
QgsCodeEditor
- __init__(parent: QWidget | None = None)
Constructor for QgsCodeEditorHTML
- Parameters:
parent (Optional[QWidget] = None)