API Documentation
Loading...
Searching...
No Matches
QCustomTableWidget Class Reference

Provides a standard way to show table data within the application. More...

#include <QCustomTableWidget.h>

Inheritance diagram for QCustomTableWidget:
[legend]
Collaboration diagram for QCustomTableWidget:
[legend]

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 ()
 

Detailed Description

Provides a standard way to show table data within the application.


Constructor & Destructor Documentation

◆ QCustomTableWidget() [1/2]

QCustomTableWidget ( QWidget * parent = nullptr)

◆ QCustomTableWidget() [2/2]

QCustomTableWidget ( int rows,
int columns,
QWidget * parent = nullptr )

◆ ~QCustomTableWidget()

virtual ~QCustomTableWidget ( )
virtualdefault

Member Function Documentation

◆ onClicked

void onClicked ( )
protectedslot

◆ resizeColumnsEvenly()

void resizeColumnsEvenly ( QSize widget_size)

◆ setColumnColor()

void setColumnColor ( int column,
const RGBColor & color )

◆ setColumnHeaderColor()

void setColumnHeaderColor ( int column,
const RGBColor & color )

◆ setup()

void setup ( )
protected

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