Description: QTable is table wrapper for table models (and for any models in general case). The purpose of this class is to simplify work with tables for novices in Qt.
Use this class to simply create and manipulate table with ability to link to various viewers (for example, to QTableView).
By default QTable makes instance of QTableModel - the model-class of editable QVariant table. You can access to this model using model() member of QTable instance.
Also QTable can use external models; you can change the root index of model for table manipulating.Last changelog:
Ratings & Comments
0 Comments