The ColumnedGridLayout class.
More...
#include <columnedgridlayout.h>
The ColumnedGridLayout class.
A simple derivative of QGridLayout that provides a automatic row/column layout based on a specified maximum column count.
ColumnedGridLayout::ColumnedGridLayout |
( |
QWidget * |
parent = nullptr , |
|
|
int |
maximum_columns = 0 |
|
) |
| |
void ColumnedGridLayout::Add |
( |
QWidget * |
widget | ) |
|
int ColumnedGridLayout::MaximumColumns |
( |
| ) |
const |
void ColumnedGridLayout::SetMaximumColumns |
( |
int |
maximum_columns | ) |
|
int ColumnedGridLayout::maximum_columns_ |
|
private |
The documentation for this class was generated from the following files: