retype.layouts.shelveslayout
PyQt grid layout that is like bookshelves; places each item at the bottom centre of its cell, like a book resting on a shelf. Changes dynamically as the window resizes to fit as many items as it can, accounting for contentsMargins.
Classes
|
|
|
A resizable and scrollable widget that uses ShelvesLayout. |
- class retype.layouts.shelveslayout.ShelvesLayout(parent=None, min_cell_width=140, max_cell_width=200, cell_height=140)[source]
Bases:
QLayout