Basic GUI design: PyQt5 tutorial - Part 01



The video is part 01 of PyQt5 GUI learning series in Python. This video contains instructions to make a simply main window with menu, items and sub-items. A user can also add status bar text at bottom, as well as the image icon to the menu item.
Python installation: https://youtu.be/71oXpvx8CsU
PyQt5 and other useful installations: https://youtu.be/jLzLNRK72KI

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