Excuse me, QT4.8.7 tableView or tableWidget can set different agent for single cell
Such as I have a 3 x 3 tableView, can set a line a list of cell agent for combox, the rest of the cell as LineEdit
CodePudding user response:
Set QTableView custom itemDelegate attribute,
According to the index of the row and column attribute Editor to create their own needs,
CodePudding user response: