|
open_iA 2025.6
|
A flow layout, where items are arranged horizontally in rows. More...
#include <iAQFlowLayout.h>
Public Member Functions | |
| iAQFlowLayout (int margin=-1, int hSpacing=-1, int vSpacing=-1) | |
| iAQFlowLayout (QWidget *parent, int margin=-1, int hSpacing=-1, int vSpacing=-1) | |
| ~iAQFlowLayout () | |
| void | addItem (QLayoutItem *item) override |
| int | count () const override |
| Qt::Orientations | expandingDirections () const override |
| bool | hasHeightForWidth () const override |
| int | heightForWidth (int) const override |
| int | horizontalSpacing () const |
| QLayoutItem * | itemAt (int index) const override |
| QSize | minimumSize () const override |
| void | setGeometry (const QRect &rect) override |
| QSize | sizeHint () const override |
| QLayoutItem * | takeAt (int index) override |
| int | verticalSpacing () const |
A flow layout, where items are arranged horizontally in rows.
Items are typically all placed in a single row, horizontally next to each other. When the items do not fit all into a single row, they flow over into additional rows.
|
explicit |
|
explicit |
| iAQFlowLayout::~iAQFlowLayout | ( | ) |
|
override |
|
override |
|
override |
|
override |
|
override |
| int iAQFlowLayout::horizontalSpacing | ( | ) | const |
|
override |
|
override |
|
override |
|
override |
|
override |
| int iAQFlowLayout::verticalSpacing | ( | ) | const |