[PyQt] No matrix in QGraphicsView

Vincent Vande Vyvre vincent.vandevyvre at swing.be
Mon Jul 29 12:22:15 BST 2013


Hi,

Python 3.2.3 (default, Apr 10 2013, 06:11:55)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> from PyQt5.QtWidgets import QGraphicsView as gv
 >>> m = gv.matrix()
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
AttributeError: type object 'QGraphicsView' has no attribute 'matrix'


PyQt-5.0 on Ubuntu 12.04

Regards


More information about the PyQt mailing list