In Google Chrome if I open the find box (command-F) and start typing, all matches to the entered string will light up as I type. This is obviously extremely useful for finding things quickly in a body of text.
In my Qt application I have a QTableView that I'd like to add this functionality to. Is that possible?
Bookmarks