PyQt5: QCompleter and Custom AutoCompleteTextEdit Not Showing Suggestions Automatically
I’m developing an expense manager application using PyQt5, and I’ve implemented auto-completion for item names and notes using QCompleter and a custom AutoCompleteTextEdit class. The auto-completion gives direct suggestions for the item name as I type, but it doesn’t work correctly for the notes. For the notes, I need to press Alt or Ctrl+Space or type something, then press backspace to get the suggestions.