PyQt5 Tutorial 5 - Introduction to QT Designer

preview_player
Показать описание
In this video, we are going to learn to use drag and drop creation of GUI using QT designer.

Next video - Menubar and Statusbar

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

This doesn't work in PyCharm - I tried with PyQt5 and PyQt6

qkuphpt
Автор

You absolutely DO NOT modify the generated py script from the UI file. NEVER. You are supposed to import that into another script, and subclass. Modifying that python file is a terrible practice, and shows you are not using Qt (cute) on a daily basis.

josys