Can tableView selection behave as radio button (or other button)
Unsolved
General and Desktop
-
Need to browse between tableView lines and be able to push button
field id
0,1,2,3 and make event on button click -
Hi,
Make a custom QStyledItemDelegate.
-
@JacobNovitsky can you please share code sample?
there is none under the link you provide -
@JacobNovitsky said in Can tableView selection behave as radio button (or other button):
there is none under the link you provide
There is https://doc.qt.io/qt-6/qtwidgets-itemviews-coloreditorfactory-example.html ("The Color Editor Factory example"). And under "See also" there are some more links to examples...
-