Python Create QCompleter GUI With Pyside2

Описание к видео Python Create QCompleter GUI With Pyside2

Get the source code for the video
https://codeloop.org/how-to-create-qc...

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

Комментарии

Информация по комментариям в разработке