QAbstractTableModel column hide
-
I am developing a frozen table view.
The table view is linked with the chart using QAbstractTableModel.Added frozen tableview to tableview. Because they use the same model, the data appears redundant.
Looks like I need to remove the first line or make it visible(false).
How can I solve this? -
@IknowQT said in QAbstractTableModel column hide:
I am developing a frozen table view.
The table view is linked with the chart using QAbstractTableModel.Added frozen tableview to tableview. Because they use the same model, the data appears redundant.
Looks like I need to remove the first line or make it visible(false).
How can I solve this?================================================================================
Tried the other way and the problem I was talking about solved.
However, it is updated with the value of the row I clicked.