FlowLayout Class
(Utils::FlowLayout)Public Functions
FlowLayout(QWidget *parent, int margin = -1, int hSpacing = -1, int vSpacing = -1) | |
FlowLayout(int margin = -1, int hSpacing = -1, int vSpacing = -1) | |
~FlowLayout() | |
void | addItem(QLayoutItem *item) |
int | count() const |
Qt::Orientations | expandingDirections() const |
bool | hasHeightForWidth() const |
int | heightForWidth(int) const |
int | horizontalSpacing() const |
QLayoutItem * | itemAt(int index) const |
QSize | minimumSize() const |
void | setGeometry(const QRect &rect) |
QSize | sizeHint() const |
QLayoutItem * | takeAt(int index) |
int | verticalSpacing() const |
Member Function Documentation
FlowLayout::FlowLayout(QWidget *parent, int margin = -1, int hSpacing = -1, int vSpacing = -1)
Default constructs an instance of FlowLayout.
FlowLayout::FlowLayout(int margin = -1, int hSpacing = -1, int vSpacing = -1)
Default constructs an instance of FlowLayout.
FlowLayout::~FlowLayout()
Destroys the instance of FlowLayout.