Hi,
I have a QLineEdit on which I set a QCompleter in popup mode, to edit an item in a QTableView. I'd like the editing to start on the next item when I press the tab key. This works fine if I first close the completer, by either clicking on it or pressing return, but not when the QLineEdit simply loses focus.
Would someone have a workaround ? (BTW, this works fine with CurrentChanged edit trigger set... but I don't like it.)
Thanks,
Mathieu
Bookmarks