Control GUI Widgets: PyQt5 tutorial - Part 03



The video is part 03 of PyQt5 GUI learning series in Python. This video contains instructions to:
1. Add Text label widget
2. Edit font and background color of the text in Label widget
3. Center align the text in Label widget
4. Add the Line Edit widget to GUI
5. Assign Signal and Slot mechanism to Dials, Slider, and buttons
6. Horizontal, Vertical and Grid align the widgets
7. Change value of the Label widget as the text is entered in Line Edit widget
8. Convert the ui file to py file
9. Make a custom Python function in the main.py file
10. Set the index of each page of the Tab widget
Part 01 of PyQt5 learning series: https://youtu.be/ORaBSFhh13A
Part 02 of PyQt5 learning series: https://youtu.be/Vz0s-w4hksY
Python installation: https://youtu.be/71oXpvx8CsU
PyQt5 and other useful installations: https://youtu.be/jLzLNRK72KI
Music: https://www.bensound.com

Comments

Popular posts from this blog

Drag and Drop CSV file on Matplotlib based PyQt5 GUI : PyQt5 tutorial - ...

Basic Piano GUI in PyQt5: Part 1

Screen recorder in PyQt5 | How to make Audio Video Screen recorder | PyQt5