PyQt: Selectable widget items with multiple clickable icons
-
https://www.dropbox.com/s/tzhg448tjuqqd11/widget_example.png?dl=0
Would anyone suggest an approach to accomplishing something similar to the example image on the link above. In the vertical list of items, each item can be clicked like a button, but on top of each we can still click/toggle icons.
Thank you.
-
Hi and welcome to devnet,
Something like a QListView with a QStyledItemDelegate or you can also use QML which might be simpler in that case.
Hope it helps