nodebox_graphicsview_lite.py
Go to the documentation of this file.
00001 from PyQt4.QtGui import *
00002 from PyQt4.QtCore import *
00003 
00004 class NodeBoxGraphicsViewLite(QGraphicsWidget):
00005 
00006     def __init__(self, parent=None):
00007         QGraphicsWidget.__init__(self, parent)


rcommander
Author(s): Hai Nguyen (haidai@gmail.com)
autogenerated on Thu Nov 28 2013 11:46:34