PyQt5 QtDesigner Checklist tutorial - Python GUI Tutorial for COMPLETE Beginners [QListWidget]

preview_player
Показать описание
Checklist with Python, PyQt5, and QtDesigner. This is a beginner friendly tutorial. Use PyQt5 QListWidget to create an interactive interface and checklist.

In this video, you will:
- Learn how to use PyQt5 and QtDesigner
- Use Qt Designer UI files with Python code.
- Work with QListWidget and QListWidgetItem in PyQt5
- Style a PyQt5 UI
- Create a checklist using PyQt5 QListWidget

For more information:

Socials:

Timestamps:
00:00 Introduction and overview
01:19 Designing the UI and creating a QListWidget
06:07 Loading the UI file in Python
12:38 Creating the QListWidget items
16:38 Creating the checkboxes for the QListWidget items
19:19 Coding the "Toggle" Button
24:05 Styling and formatting the UI

*************
**Tags**
PyQt5
PyQt5 tutorial
PyQt5 module
PyQt5 Designer
QtDesigner
Qt GUI tutorial
PyQt5 modern GUI
PyQt5 QListWidget
PyQt5 Checklist
Python project
Python GUI project
PyQt5 project
Рекомендации по теме
Комментарии
Автор

I really like all of your tutorials, thank you very much 🙌

ehdy
Автор

Fantastic video. Thank you for your time and contribution. This is very appreciated.

kuahara
Автор

Great tutorial, will love to see you do a database tutorial with Firebase, where we take inventory records in a pyqt desktop app and store them in Firebase database.

rubixio
Автор

I was looking for it
Thanks for the tutorial

younesammari
Автор

Hi,

How do I develop the same things using a Qt Design Studio PyQt6 as I don't t=see the same interfaces as you show in your videos?

Thank You,

Raj

rrcr
Автор

Hi! How can I save the list, so that checkboxes appear when opening (checked or unchecked)

luciansacota
Автор

I used pip to install qtconsole. But the program still crashed even after pip updated my qtpy.
I got the program to run by deleting the import qtconsole line and adding: from PyQt5 import QtCore

SHONNER
Автор

Qt.ItemFlag.ItemIsUserCheckable, Qt.CheckState.Unchecked, Qt.CheckState.Unchecked. Si actualizan a PyQt6. Buen día

carloseduardogomezlozano
Автор

Hello Hala. Wonderfull PYQT tutorial. May I ask if it's possible to add custom object (like object from a Person class ) into a QlistWidget?

ezekiasmastaki
Автор

Please any tutorials especially using flag I don't really understand it

toonanimationstudio
Автор

How do you get which Item is checked? And perform the action

HabibUrRahman-muzf
Автор

Hi Hala,

Do you have any plans on a pyqt stylesheet tutorial? ways to style your UI.
As a follow up question, how would you approach style "presets" for your UI? For example a dropdown where if you pick an option it changes the colors of all the buttons for example.

timgoransson
Автор

Hello Hala. Love your PYQT videos. Could you make a video about the drag and drop feature in pyqt? There's not a lot of updated videos on that, so I'm sure it will help a lot of people.

warsisarjeelrahman
Автор

Hello Hala,
I enjoy watching your videos and thank you for these great videos. However, it is a pity that you are still using PyQt5 and not the new version PyQt6. I tried to implement this checklist in PyQt6, but unfortunately without success. Could you make this code available in PyQt6, or make another video for the PyQt6 version?

Kind regards from Germany

youtube-joker