tools.codeEditor module

class tools.codeEditor.SimplePythonEditor(*args: Any, **kwargs: Any)[source]

Bases: QPlainTextEdit

Simple text editor without scintilla dependence

Methods

setText(txt)

Define the same functionality as for scintilla api

__init__(*args)[source]
setText(txt)[source]

Define the same functionality as for scintilla api