ToDo List GUI App - PyQt5 GUI Thursdays #13

preview_player
Показать описание
In this video we'll build a fun little ToDo List GUI app with PyQT5, the PyQT5 Designer, and Python.

In this app you'll be able to add an item to your todo list, delete items from the list, and clear the entire list.

We'll build the GUI for this app with the Designer. Then we'll convert the designer UI file to Python and add all the functions to add items, remove items, and clear the screen.
Рекомендации по теме
Комментарии
Автор

▶️ Watch Entire PyQt5 GUI Thursdays Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:
▶️ Get The Code:

Codemycom
Автор

This is very helpful I am working on with a 3D printer GUI and this video help me out on how to show the files list in the cool way. Thank you so much.

robodev
Автор

Great job, great python tutorials, great lessons
FEED that algorithm if you want more like this guys. Theres not any other ppl on youtube doing this so well

RyanDanielG
Автор

Hey! I like your channel. Keep it up! :)

bobdoe
Автор

You should probably be subclassing the Ui_MainWindow class, instead of editing the file directly, in case one wants to edit and change the layout in designer.

poduck
Автор

Could you direct us to a resource where we can read and learn even more in-depth about the syntax and logic going on behind PyqQt5?

For example, I am thinking about the calls to __init__ and self. And how the code structure changed from when we were writing it ourselves versus when we convert a ui file.

satanthegamer
Автор

Очень помогло, огромное вам спасибо )))

juchka
Автор

to avoid adding empty tasks, add in " if item: " under add_task function

jiakai
Автор

Pls make a video on working with multiple windows in PyQt5

shreyas
Автор

Hi, im working on pyqt4, im getting error on currentRow(), its saying Attribute QlineEdit error, can you help me in it .

aasthon_yt
Автор

Nice! Can you do a tutorial on Object Oriented Programming? Thanks!

bobdoe
Автор

John, Can you do a short video on using QTDesigner to create a MainWindow with a Layout Manager (eg QHBoxLayout) that resizes when the window is resized. I am damned if I can see how to do it. Thanks.

ianhagan
Автор

I really really understand that is capital L, I swear it.

omermertbaloglu
Автор

Hello sir.. We can get buttons same as of pyqt in tkinter by just using ttk.Button instead of Button

codewithraiju
Автор

Something weird, when you come back to qt designer and change any widget property or something, it replaces all the code and kill the events you have created

itamarribeiro
Автор

Ok but how do you save that list as a variable?

christressler
Автор

sir when i click add button i get an error ''Qlistview object has no attribute addItem' thanks waiting for your nice reply

afghanistaninternational
Автор

Sir when are you getting back the python and excel video

dellsantiago
Автор

I'm receiving this error message

'QListView' object has no attribute 'addItem'

davidgomez-rjxw
Автор

I don't know why but when I click the add item button, the shell window restarts itself thus closing the QtWindow(Can anyone solve this issue ?)

shreyas