Hi,
I am using the Model/View Framework by using a QAbstractTableModel subclass and a QTableView.
I would like to make a particular column of the QTableView have a different UI because it is the only editable column in the whole table and I would like to highlight that to the user.
I am thinking of changing the cursor, but if there are other nicer methods then your suggestions are most welcome.
But for now how do I change the cursor for only a particular column?
↧