terminalgui
0.1.0
Widgets for your terminal, powered by Qt! Create textual GUI (TUI) in your console easily.
|
3 #include "tgborderstyle.h"
@ Black
Default black color, depends on terminal settings.
Tg::Color backgroundColor
Color used to draw border background.
Definition: tgborderstyle.h:53
Alternative to BorderStyle: it draws the borders using 2 parallel lines instead of one.
Definition: tgtableborderstyle.h:13
QString topLeft
Character used to draw top left corner.
Definition: tgborderstyle.h:21
All Terminal GUI classes (both core and widgets) are defined within the Tg namespace.
Definition: tgcolor.h:6
@ White
Default white color, depends on terminal settings.
QString bottomRight
Character used to draw bottom right corner.
Definition: tgborderstyle.h:30
QString bottomLeft
Character used to draw bottom left corner.
Definition: tgborderstyle.h:27
QString vertical
Character used to draw all vertical edges.
Definition: tgborderstyle.h:36
QString topRight
Character used to draw top right corner.
Definition: tgborderstyle.h:24
QString horizontal
Character used to draw all horizontal edges.
Definition: tgborderstyle.h:33
int width
Border width.
Definition: tgborderstyle.h:18
Defines colors, characters with which Widget draws it's borders.
Definition: tgborderstyle.h:15
Tg::Color textColor
Color used to draw border characters.
Definition: tgborderstyle.h:50