Reputation: 129
Hello I installed pyqt5 using homebrew. And I have been able to create gui using hard coding only using python 3.6 IDLE but I want be able to open QT Designer as well to help save time and learn. Ive been searching for about a week and I cant figure out how to open qt designer. Please help. thank you.
Upvotes: 2
Views: 9717
Reputation: 1
If you downloaded pyqt5 using home brew, pyqt5 tools and designer should have been installed automatically with it on a Mac. Navigate to your Bin folder and QT designer should be there.
Upvotes: 0
Reputation: 635
If you don't have the QtDesigner or QtCreator (has the designer included) installed, you can install QtCreator via the package for Qt5 that is available for macos on the Qt download page
Upvotes: 2