terminalgui
0.1.0
Widgets for your terminal, powered by Qt! Create textual GUI (TUI) in your console easily.
|
6 #include "tgborderstyle.h"
100 QString checkBoxChecked = u8
"\u2612 ";
101 QString checkBoxPartiallyChecked = u8
"\u25A3 ";
102 QString checkBoxUnChecked = u8
"\u2610 ";
106 QString radioButtonChecked = u8
"\u25C9 ";
107 QString radioButtonUnChecked = u8
"\u25CE ";
111 QString sliderCharacter = u8
"\u25C8";
119 QString backwardArrowUpCharacter = u8
"\u25B2";
120 QString backwardArrowLeftCharacter = u8
"\u25C0";
128 QString forwardArrowDownCharacter = u8
"\u25BC";
129 QString forwardArrowRightCharacter = u8
"\u25B6";
130 Tg::Color forwardArrowColor = backwardArrowColor;
131 Tg::Color forwardArrowActiveColor = backwardArrowActiveColor;
132 Tg::Color forwardArrowInactiveColor = backwardArrowInactiveColor;
133 Tg::Color forwardArrowBackgroundColor = backwardArrowBackgroundColor;
134 Tg::Color forwardArrowActiveBackgroundColor = backwardArrowActiveBackgroundColor;
135 Tg::Color forwardArrowInactiveBackgroundColor = backwardArrowInactiveBackgroundColor;
Tg::Color backgroundColor
See Widget::backgroundColor.
Definition: tgstyle.h:46
Tg::Color pressedTextColor
See Button::pressedTextColor.
Definition: tgstyle.h:91
Tg::Color alternativeBackgroundColor
See ListView::alternativeBackgroundColor.
Definition: tgstyle.h:51
QChar backgroundCharacter
See Widget::backgroundCharacter.
Definition: tgstyle.h:56
Tg::Color inactiveBackgroundColor
See Button::inactiveBackgroundColor.
Definition: tgstyle.h:86
@ Black
Default black color, depends on terminal settings.
Defines how Widget (and all it's subclasses) draw their contents.
Definition: tgstyle.h:18
Tg::Color pressedBackgroundColor
See Button::pressedBackgroundColor.
Definition: tgstyle.h:96
BorderStyle * border
Style object used to draw Widget borders.
Definition: tgstyle.h:23
Tg::Color inactiveTextColor
See Button::inactiveTextColor.
Definition: tgstyle.h:81
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.
void setBorderStyleValues(const BorderStyle &borderStyle)
Copies all information from borderStyle into border object held by this Style object.
Definition: tgstyle.cpp:4
Tg::Color activeBackgroundColor
See Button::activeBackgroundColor.
Definition: tgstyle.h:76
Represents colors in a terminal.
Definition: tgcolor.h:20
Tg::Color placeholderTextColor
See LineEdit::placeholderTextColor.
Definition: tgstyle.h:61
Tg::Color activeTextColor
See Button::activeTextColor.
Definition: tgstyle.h:71
@ Yellow
Default yellow color, depends on terminal settings.
QChar screenBackground
Character drawn in empty space on a Screen.
Definition: tgstyle.h:36
@ Cyan
Default cyan color, depends on terminal settings.
@ Gray
Default gray color, depends on terminal settings.
Defines colors, characters with which Widget draws it's borders.
Definition: tgborderstyle.h:15
const QChar space
Space key.
Definition: tgkey.h:62
Tg::Color textColor
See Widget::textColor.
Definition: tgstyle.h:41
@ Green
Default green color, depends on terminal settings.
Tg::Color placeholderBackgroundColor
See LineEdit::placeholderBackgroundColor.
Definition: tgstyle.h:66