Python Create QCompleter GUI With Pyside2
1K views
Mar 21, 2024
Get the source code for the video https://codeloop.org/how-to-create-qcompleter-in-python-pyside2/ In this Python GUI tutorial i want to show you Creating QCompleter with Pyside2. What is QCompleter ? The QCompleter class provides completions based on an item model. You can use QCompleter to provide auto completions in any Qt widget, such as QLineEdit and QComboBox. When the user starts typing a word, QCompleter suggests possible ways of completing the word, based on a word list. #Python#Pyside2#ParwizForogh
#Programming