QCompleter question
Unsolved
General and Desktop
-
Is there a way to have the completer pop up when the user has typed 3 words that are in an array that is passed to QCompleter?
Going by example found here https://doc.qt.io/qt-5/qtwidgets-tools-customcompleter-example.html
I tried something myself but I wasn't able to do it so could someone help? :)