Qt 6.11 is out! See what's new in the release
blog
How to add a spinbox and pluginListBox or check box in a specific coloulmn in QTableView based on QStandardItemModel ?
-
Hello,
How to add a spinbox in a specific coloulmn and pluginListBox or check box in QTableView based on QStandardItemModel ?
somthing like this i want them all in the same table view :


What i have to change in this example: (https://doc.qt.io/qt-6/qtwidgets-itemviews-spinboxdelegate-example.html)