Adding Widgets to GUI: PyQt5 tutorial - Part 02
The video is part 02 of PyQt5 GUI learning series in Python. This video contains instructions to:
1. Add menu items and their functionality
2. Add shortcuts to menu bar items
3. Change title of main window and its icon
4. Utilize Signal and Slot mechanism
5. Add tab widget to GUI
6. Add page to tab widget
7. Add buttons on the page of tab
8. Add Dials
9. Add Sliders
10 Set the values of Dials and Sliders.
Part 01 of PyQt5 learning series: https://youtu.be/ORaBSFhh13A
Python installation: https://youtu.be/71oXpvx8CsU
PyQt5 and other useful installations: https://youtu.be/jLzLNRK72KI
Comments
Post a Comment