Qt6 Tutorial
About Lesson

In this Qt6 video we are going to talk about Qt6 QTableWidget, In Qt6 QTableWidget is a class that represents table control that can be added to Qt application user interface. it is part of the Qt Widgets module which is one of the core modules of the Qt framework.

QTableWidget displays tabular data in grid of cells where each cell can contain text or other types of data. table can be customized to allow the user to edit data, to select multiple cells or rows and to sort the data by clicking on column headers.

Exercise Files
17-TableWidgetExample.zip
Size: 4.05 KB
17. QTableWidget.pdf
Size: 441.26 KB
Join the conversation