The examples is really great, it tell me how to use PyQt5.When i run the  
examples/layouts/flowlayout.py, it throw a exception ,as follow.


    size += QSize(2 * self.margin(), 2 * self.margin())
AttributeError: 'Flow_Layout' object has no attribute 'margin'.



Same error is in borderlayout.py, and basiclayouts.py is OK.
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to