terminalgui
0.1.0
Widgets for your terminal, powered by Qt! Create textual GUI (TUI) in your console easily.
|
void doLayout() override
Lays out children of Widget (parent).
Definition: tggridlayout.cpp:10
Helper class for Widget, manages positions and sizes of Widget's children.
Definition: tglayout.h:17
All Terminal GUI classes (both core and widgets) are defined within the Tg namespace.
Definition: tgcolor.h:6
Arranges children of parent() Widget in a grid.
Definition: tggridlayout.h:14
int columnCount() const
Returns the maximal number of columns this grid will draw.
Definition: tggridlayout.cpp:55
void setColumnCount(const int number)
Sets the maximal number of columns which this grid will draw.
Definition: tggridlayout.cpp:60