How To Use The Calendar Widget - PyQt5 GUI Thursdays #34

preview_player
Показать описание
In this video I'll show you how to use the Calendar widget with PyQT5 and Python.

The Calendar widget is built into the PYQT5 Designer so it's super easy to drag and drop it into your app.

I'll also show you how to write the Python code that connects the Calendar to a function that will do something when you click the Calendar, like put the date you selected up on the screen with a Label.

#pyqt5 #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:10 - Create GUI With PyQT5 Designer
2:53 - Import Widgets
3:14 - Find Widgets In Python File
4:00 - Create Grab_Date Function
4:46 - Connect Calendar To Function
6:00 - Add String Function To Label
6:28 - Convert Date With ToPyDate()
7:07 - Convert Date With ToString()
7:38 - Conclusion
Рекомендации по теме
Комментарии
Автор

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

Codemycom
Автор

I really love this kinda videos ❣️
U have helped me a lot with my projects!!! TYVM!!!

scarlett
Автор

I'm still working through the PHP class. Very cool stuff. I like to think that the Amish would program in PHP if they programmed. Thanks again for all the work you do.

DerekStevens
Автор

very curious about knowing table widget

mynameisgod