I am trying to find Qt designer app on Mac. I installed anaconda package and conda reports that qt, sip, and pyqt are installed. Still I couldn\'t find the designer app in a
You can try open -a Designer from your terminal to launch Qt Designer that comes with Anaconda (version 4.x).
open -a Designer
If you have Qt5.x, you may want to launch a newer version of Designer by open -a Designer-qt5.
open -a Designer-qt5