![]() |
API Documentation
|
Provides a standard way to show table data within the application. More...
#include <QCustomTableWidget.h>
Public Member Functions | |
| QCustomTableWidget (int rows, int columns, QWidget *parent=nullptr) | |
| QCustomTableWidget (QWidget *parent=nullptr) | |
| void | resizeColumnsEvenly (QSize widget_size) |
| void | setColumnColor (int column, const RGBColor &color) |
| void | setColumnHeaderColor (int column, const RGBColor &color) |
| virtual | ~QCustomTableWidget ()=default |
Protected Slots | |
| void | onClicked () |
Protected Member Functions | |
| void | setup () |
Provides a standard way to show table data within the application.
| QCustomTableWidget | ( | QWidget * | parent = nullptr | ) |
| QCustomTableWidget | ( | int | rows, |
| int | columns, | ||
| QWidget * | parent = nullptr ) |
|
virtualdefault |
|
protectedslot |
| void resizeColumnsEvenly | ( | QSize | widget_size | ) |
| void setColumnColor | ( | int | column, |
| const RGBColor & | color ) |
| void setColumnHeaderColor | ( | int | column, |
| const RGBColor & | color ) |
|
protected |