Krita Source Code Documentation
Loading...
Searching...
No Matches
krita.sceditor.mainwindow Namespace Reference

Classes

class  EditorMainWindow
 

Variables

 app = QApplication(sys.argv)
 
str template_py
 
 win = EditorMainWindow()
 

Variable Documentation

◆ app

krita.sceditor.mainwindow.app = QApplication(sys.argv)

Definition at line 213 of file mainwindow.py.

◆ template_py

str krita.sceditor.mainwindow.template_py
Initial value:
1= """\
2# -*- coding: utf-8 -*-
3from __future__ import with_statement
4
5"""

Definition at line 24 of file mainwindow.py.

◆ win

krita.sceditor.mainwindow.win = EditorMainWindow()

Definition at line 214 of file mainwindow.py.