I have QListwidget object, and I’m using it’s signals such as: itemDoubleClicked,itemClicked…
is there a signal for when I use the up/down arrows to go over the QListwidget items?
In general, I want that everytime an item is chosen (through a click/doubleClick/ up&down arrows) to run a function.
thanks
I think the standard should be
and in your function use:
to get the current selection.