The examples is really great, it tell me how to use PyQt5.<div>When i run the  examples/layouts/flowlayout.py, it throw a exception ,as follow.</div><div><br></div><div><div>    size += QSize(2 * self.margin(), 2 * self.margin())</div><div>AttributeError: 'Flow_Layout' object has no attribute 'margin'.</div></div><div><br></div><div>Same error is in borderlayout.py, and basiclayouts.py is OK.</div>