Hover Event in QTableView
Unsolved
General and Desktop
-
hello, I have a qtableview embedded inside the Combobox. This view opens whenever data is entered into the Combobox.
When this view is opened, when I go up and down with the arrow keys, I want to find the index of the line on which the shadow is.
They suggested mouse event filter for this. However, I do not use a mouse. Only via keyboard.
does this matter?Thanks in advance for any solution.
-
Hi,
Looks like a job for QItemSelectionModel::currentChanged or QItemSelectionModel::selectionChanged.