terminalgui
0.1.0
Widgets for your terminal, powered by Qt! Create textual GUI (TUI) in your console easily.
widgets
layouts
tgcolumnlayout.h
1
#pragma once
2
3
#include "tglayout.h"
4
5
namespace
Tg
{
9
class
ColumnLayout
:
public
Layout
10
{
11
public
:
12
ColumnLayout
();
13
14
void
doLayout
()
override
;
15
};
16
}
Tg::ColumnLayout
Arranges all children of parent() Widget in a single column.
Definition:
tgcolumnlayout.h:10
Tg::Layout
Helper class for Widget, manages positions and sizes of Widget's children.
Definition:
tglayout.h:17
Tg
All Terminal GUI classes (both core and widgets) are defined within the Tg namespace.
Definition:
tgcolor.h:6
Tg::ColumnLayout::doLayout
void doLayout() override
Lays out children of Widget (parent).
Definition:
tgcolumnlayout.cpp:10
Generated by
1.8.18