(C++) QGraphicsLayout
February 24, 2017 · View on GitHub
(C++)
QGraphicsLayout
QGraphicsLayout is the base class for all layouts in a QGraphicsView.
Incomplete list of derived classes of QGraphicsLayout:
- QGraphicsAnchorLayout: Layout where one can anchor (using QGraphicsAnchor) widgets together in QGraphicsView
- QGraphicsGridLayout: Horizontal or vertical layout for managing widgets in QGraphicsView
- QGraphicsLinearLayout: Grid layout for managing widgets in QGraphicsView
- QGraphicsLayoutItem: Can be inherited to allow your custom items to be managed by layouts