PyQt5 Daily Task Planning app #3: QListWidget check list [tutorial for beginners]

preview_player
Показать описание
Build a PyQt5 app for planning your daily tasks. This PyQt5 project is suitable for beginners. This part is about creating a todo checklist with the PyQt5 QListWidget.

In this video, you will:
- Work with PyQt5 and QtDesigner
- Use QListWidget or PyQt5 List Widget
- Create a todo checklist using the list widget
- Add QListWidgetItems from the code

For more info:

Contact/socials:

**Timestamps**
00:00 Introduction
00:51 Adding QListWidgetItems manually
03:39 Adding QListWidgetItems from the code
08:00 Making the QListWidget a checklist

*************
**Tags**
PyQt5
PyQt5 tutorial
PyQt5 module
PyQt5 Designer
QtDesigner
Qt GUI tutorial
Todo list app
Task management app
PyQt5 app
PyQt5 project
QListWidget
List widget with PyQt5
Checklist with PyQt5
Рекомендации по теме
Комментарии
Автор

Muito útil seu vídeo, já deixei um Like! Obrigado por compartilhar👍👍

techtodos
Автор

Holy moly I learned so much! Thank you!

Barandur
Автор

Hello. I try to do your tutorial but i've a problem with Thonny IDE and when I want to run main.py I've an error with qtconsole.qt module not found. Which one version of PyQT5 are you using in your video ??

lionelmeger
Автор

i have been watching lots of your videos lately, mostly cuz i wanted to gain experience with this pyQt module but one question that i'd wanna ask is, can you make responsive applications with this module? and if yes would you make a video on that too?
anyway love your tutorials they are easy to follow through :D

sniffmaster
Автор

Thanks for the effort, BTW can you make a video about Qt C++

zaidal-mhamid
Автор

Hello Hala! I'm having problems to run "from qtconsole.qt import QtCore". It seems not to exist. Have anyone had the same problem? I install "pip install qtconsole" but still doesn't work.

christianjbw
Автор

I can't get qtconsole to import QtCore any ideas on how to fix this?

Emosong