QListWidget Basics | PyQt5 Tutorial

preview_player
Показать описание
In this #PyQt5 tutorial, we are going to learn the basics of how to use the #QListWidget in Python.

A QListWidget (or QList Widget) is a powerful widget to provide a list view to allow a user to easily select an item from a list.

Buy Me a Coffee? Your support is much appreciated!
Venmo: @Jie-Jenn

More tutorial videos on my website

Considering support my channel through shopping on Amazon

Want to be more productive? Check out the the gear (Amazon affiliate links) I use when I am working.
Рекомендации по теме
Комментарии
Автор

Thanks a lot, dude! I am a total beginner in python Qt and your videos have helped me so much. I am a biologist and creating a graphics application to perform basic tasks and show the resulting data was such a pain. Thank you a million

hackergr
Автор

Thanks a lot! Just one question how can we have multiple columns in QListWidget? Basically I am trying to have a windows explorer like window in one of the tools I am working on. The explorer like window will be shown in the gui of python. It will show the name of the subfolders inside the folder, their size and last modified dat, and lastly a checkbox in front of each subfolder name which after checked will enable to delete the folder? Any help will be really appreciated

vikasangwani