QGraphicsLinearLayout Class Reference
Inherits QGraphicsLayout.
Constructor
- void QGraphicsLinearLayout(QGraphicsLayoutItem parent)
- void QGraphicsLinearLayout(Orientation orientation, QGraphicsLayoutItem parent)
Constructor Properties
- prototype: The QGraphicsLinearLayout prototype object
Prototype Object Properties
The QGraphicsLinearLayout prototype object inherits properties from the QGraphicsLayout prototype object and also has the following properties.
- void addItem(QGraphicsLayoutItem item)
- void addStretch(int stretch)
- Alignment alignment(QGraphicsLayoutItem item)
- void insertItem(int index, QGraphicsLayoutItem item)
- void insertStretch(int index, int stretch)
- qreal itemSpacing(int index)
- void removeItem(QGraphicsLayoutItem item)
- void setAlignment(QGraphicsLayoutItem item, Alignment alignment)
- void setItemSpacing(int index, qreal spacing)
- void setStretchFactor(QGraphicsLayoutItem item, int stretch)
- int stretchFactor(QGraphicsLayoutItem item)
Instance Properties
QGraphicsLinearLayout objects inherit properties from the QGraphicsLinearLayout prototype object and also have the following properties.