qt - How to be notified when the user clicks in the tableview below the last row? -
when user clicks in tableview on row, events (clicked, activated, pressed, etc) fired. far good. when user clicks below last row (when tableview bigger required display rows) don't know how notified: selectionmodel()->currentchanged() not fired. visually, currentrow seems lose focus, @ time tableview->currentindex() indicates last clicked row.
Comments
Post a Comment