Description of one child widget in the grid. More...
Public Member Functions | |
ChildBox (QWidget *child) | |
Constructor. More... | |
bool | updateSize () |
Update the known size of child. More... | |
Public Attributes | |
QWidget * | child |
The child object. More... | |
QSize | size |
Last known (cached) size of the child. More... | |
Description of one child widget in the grid.
QtlAutoGrid::ChildBox::ChildBox | ( | QWidget * | child | ) |
Constructor.
[in] | child | Optional child widget. |
bool QtlAutoGrid::ChildBox::updateSize | ( | ) |
QWidget* QtlAutoGrid::ChildBox::child |
The child object.
QSize QtlAutoGrid::ChildBox::size |
Last known (cached) size of the child.