Open 3D Engine AzQtComponents API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
FlowLayout Class Reference

Inherits QLayout.

Public Member Functions

 FlowLayout (QWidget *parent, int margin=-1, int hSpacing=-1, int vSpacing=-1)
 
 FlowLayout (int margin=-1, int hSpacing=-1, int vSpacing=-1)
 
void addItem (QLayoutItem *item) Q_DECL_OVERRIDE
 
int horizontalSpacing () const
 
int verticalSpacing () const
 
Qt::Orientations expandingDirections () const Q_DECL_OVERRIDE
 
bool hasHeightForWidth () const Q_DECL_OVERRIDE
 
int heightForWidth (int) const Q_DECL_OVERRIDE
 
int count () const Q_DECL_OVERRIDE
 
QLayoutItem * itemAt (int index) const Q_DECL_OVERRIDE
 
QSize minimumSize () const Q_DECL_OVERRIDE
 
void setGeometry (const QRect &rect) Q_DECL_OVERRIDE
 
QSize sizeHint () const Q_DECL_OVERRIDE
 
QLayoutItem * takeAt (int index) Q_DECL_OVERRIDE
 

The documentation for this class was generated from the following file: