terminalgui  0.1.0
Widgets for your terminal, powered by Qt! Create textual GUI (TUI) in your console easily.
List of all members
Tg::TableBorderStyle Class Reference

Alternative to BorderStyle: it draws the borders using 2 parallel lines instead of one. More...

#include <tgtableborderstyle.h>

Inheritance diagram for Tg::TableBorderStyle:
Inheritance graph
[legend]
Collaboration diagram for Tg::TableBorderStyle:
Collaboration graph
[legend]

Additional Inherited Members

- Public Attributes inherited from Tg::BorderStyle
int width = 1
 Border width. More...
 
QString topLeft = u8"\u256D"
 Character used to draw top left corner.
 
QString topRight = u8"\u256E"
 Character used to draw top right corner.
 
QString bottomLeft = u8"\u2570"
 Character used to draw bottom left corner.
 
QString bottomRight = u8"\u256F"
 Character used to draw bottom right corner.
 
QString horizontal = u8"\u2500"
 Character used to draw all horizontal edges.
 
QString vertical = u8"\u2502"
 Character used to draw all vertical edges.
 
QString resizableCorner = u8"\u25C6"
 Character used to draw resizable corner "icon".
 
QString horizontalOvershoot = u8"\u25BC"
 
QString verticalOvershoot = u8"\u25B6"
 
Tg::Color textColor = Tg::Color::Predefined::White
 Color used to draw border characters.
 
Tg::Color backgroundColor = Tg::Color::Predefined::Black
 Color used to draw border background.
 
Tg::Color overshootTextColor = Tg::Color::Predefined::Red
 Color used to draw overshoot characters.
 
Tg::Color overshootBackgroundColor = Tg::Color::Predefined::Black
 Color used to draw overshoot background.
 

Detailed Description

Alternative to BorderStyle: it draws the borders using 2 parallel lines instead of one.


The documentation for this class was generated from the following file: