Replies: 1 comment
-
Note: should use QTableView for the completer popup; add an extra column with a merged string, set it to hidden. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On:
Basically make it work similarly to how vscode' Ctrl+P menu autocomplete works.
Example:
If I type "rob" I want these (made-up) options to show up:
For character and game, we can also make the search use their codenames.
Tip: ask chatgpt for initial help in the lines of "how to do an autocomplete like this in pyqt5"
Beta Was this translation helpful? Give feedback.
All reactions