diff options
author | Treeki <treeki@gmail.com> | 2011-11-03 04:07:53 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-11-03 04:07:53 +0100 |
commit | ce3988684c2dbf470976399f1b895aca35461695 (patch) | |
tree | 029b34371f81c61957143a714206b6e333c976c0 /src/editorui.py | |
download | koopatlas-ce3988684c2dbf470976399f1b895aca35461695.tar.gz koopatlas-ce3988684c2dbf470976399f1b895aca35461695.zip |
initial commit
Diffstat (limited to 'src/editorui.py')
-rw-r--r-- | src/editorui.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/editorui.py b/src/editorui.py new file mode 100644 index 0000000..d53deb7 --- /dev/null +++ b/src/editorui.py @@ -0,0 +1,7 @@ +from PyQt4 import QtCore, QtGui + +class KPEditorWidget(QtGui.QGraphicsView): + pass + + + |