flowlayout

PyQt4 port of the layouts/flowlayout example from Qt v4.x

The original port was copied from the PyQt layout examples.

class camelot.view.flowlayout.FlowLayout(parent=None)[source]

Layout that arranges child widgets from left to right and top to bottom.

@todo : this layout returns a height for width that is too high, it seems
as if it takes into account that it should be able to expand

Previous topic

filters

Next topic

forms

This Page