PyQt5 Crash Course for beginners. Learn how to use PyQt5 buttons, combo boxes, spin boxes, check boxes, labels, and text edits. Build and design a PyQt5 GUI from scratch. Use code to create and use PyQt5 widgets.
In this video, you will:
- Use PyQT5 with Python
- Use QtDesigner to create your GUI
- Create PyQt5 buttons
- Add event handlers and click listeners to PyQt5 Widgets
- Perform actions when a PyQt5 button is clicked
- Use PyQt5 labels
- Use PyQt5 TextEdit
- Get value PyQt5 TextEdit
- Disable and set read only to PyQt5 text edit
- Set text for PyQt5 labels
- Add items to PyQt5 combo box
- Use PyQt5 Check Box
- Use PyQt5 Spin Box
Timestamps:
00:00 - Overview and explanation
04:18 - PyQt5 setup
06:48 - QtDesigner setup and loading the UI into classes
09:17 - Creating an application
11:09 - Designing the UI
13:17 - Label
17:42 - Text Edit and Button
24:53 - Check Box
27:00 - Combo Box
35:30 - Spin Box
Source Code:
https://github.com/codefirstio/PyQt5-Crash-Course
Playlist:
https://www.youtube.com/playlist?list=PLs3IFJPw3G9KhF7BeGOItwoKKLD8e3Dwu
For more info:
Install and Setup PyQt5 and Qt Designer:
https://youtu.be/kxSuHyQfStA
Styling PyQt5 Widgets: Using CSS with PyQt5 in QtDesigner:
https://youtu.be/KrFFwvB80Fs
PyQt5 QTreeWidget tutorial: Load data, organize tree, access elements and parents [Tree Widget]:
https://youtu.be/dqg0L7Qw3ko
For suggestions or comments:
My email:
[email protected]
*************
**Tags**
PyQt5
PyQt5 tutorial
PyQt5 module
PyQt5 Designer
QtDesigner
Qt GUI tutorial
PyQT5 Buttons
PyQt5 CheckBox
PyQt5 SpinBox
PyQt5 ComboBox
PyQt5 TextEdit
PyQt5 Table Widget