Basic GUI design: PyQt5 tutorial - Part 01

preview_player
Показать описание
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.
PyQt5 installation, from terminal execute the commands below:

pip3 install pyqt5
pip3 install pyqt5-tools

After that simply run the command below to run qt designer in Terminal:

qt5-tools designer

IMPORTANT TUTORIAL LINKS

Рекомендации по теме
Комментарии
Автор

I installed PyQt5 via pip and can't find the "3" folder or the designer executable. How did you install it?

nxvwduo
Автор

Nice video, thank you!
When I tried to change the file to a Python file I encountered the following error.
"from PyQt5 import QtCore
ImportError: DLL load failed: The specified module could not be found."

What can I do? :(

שובלשדה