示例#1
0
 def parentItem(self):
     ## PyQt bug -- some items are returned incorrectly.
     return GraphicsScene.translateGraphicsItem(self._qtBaseClass.parentItem(self))
示例#2
0
 def parentItem(self):
     ## PyQt bug -- some items are returned incorrectly.
     return GraphicsScene.translateGraphicsItem(
         self._qtBaseClass.parentItem(self))
示例#3
0
 def parentItem(self):
     ## PyQt bug -- some items are returned incorrectly.
     return GraphicsScene.translateGraphicsItem(QtGui.QGraphicsObject.parentItem(self))
示例#4
0
 def parentItem(self):
     ## PyQt bug -- some items are returned incorrectly.
     return GraphicsScene.translateGraphicsItem(
         QtGui.QGraphicsObject.parentItem(self))