Submodule: script_editor¶
-
class
flika.app.script_editor.Editor(scriptfile='')¶
-
class
flika.app.script_editor.ScriptEditor(parent=None)¶ QMainWindow for editing and running user scripts. Comprised of a tabbed text editor and console.
-
static
close(self) → bool¶
-
closeEvent(self, QCloseEvent)¶
-
dragEnterEvent(self, QDragEnterEvent)¶
-
dropEvent(self, QDropEvent)¶
-
keyPressEvent(self, QKeyEvent)¶
-
static
show(self)¶
-
static