Skip to content

cgdougm/PyQtFlowLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyQtFlowLayout

The flow layout that many have shared from the given examples needs additional methods to become really useful, in particular, I needed it to be able to propagate up into a scrollable wrapper.

Example

Test suite generates random words in a random number of puhbuttons. The scroll control appears when the window is resized.

Usage:

scroller = ScrollingFlowWidget()
scroller.addWidget( QtGui.QPushButton("Push Me") )
scroller.addWidget( QtGui.QPushButton("Don't push") )
...

About

Scrollable flow layout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages