|
Krita Source Code Documentation
|
Go to the source code of this file.
Namespaces | |
| namespace | krita |
| namespace | krita.sceditor |
| namespace | krita.sceditor.widget |
Variables | |
| str | krita.sceditor.widget.__file__ = "./widget.py" |
| krita.sceditor.widget.app = QApplication(sys.argv) | |
| krita.sceditor.widget.edit = EditorWidget(text=src) | |
| krita.sceditor.widget.path = os.path.dirname(os.path.abspath(__file__)) | |
| krita.sceditor.widget.src = open(__file__).read() | |