summaryrefslogtreecommitdiff
path: root/src/editorui.py
blob: d53deb710a3ac439a1caca41ab15923b95b180e6 (plain)
1
2
3
4
5
6
7
from PyQt4 import QtCore, QtGui

class KPEditorWidget(QtGui.QGraphicsView):
	pass