Create PushButtons in QTableView with QStyledItemDelegate subclass
问题 I have the exact same problem, but I will use the QTableView widget. I read this and was wondering if I can override the createEditor function to use for instance QFileDialog to get the new data. If this is possible, can anyone provide me with an example to implement such a subclass to QItemDelegate. And if not, can anyone provide me with an example to implement a subclass to QItemDelegate, witch can draw a button next to a QLineEdit to get the functionality here. Edit: Maybe this question is