Python Create QCompleter GUI With Pyside2

preview_player
Показать описание
Get the source code for the video

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
Рекомендации по теме
Комментарии
Автор

Your channel is the best! Thank you! Keep Greating job! Python Qt is here!

adrianohedler
Автор

Can you do a video about how we load the names directly from a database?

todayslottery
Автор

How can we add different colors to the suggestion list?

vivekdixit