Hi, how to use Qt Designer on macOS?
Solved
Qt for Python
-
Hi, how to use Qt Designer on macOS?
I hear install the Qt Creator, then can use it(Qt Creator contains it).
but I follow this brew command:
https://formulae.brew.sh/cask/qt-creatorbut do not find the Qt Designer.
should I install the Qt Designer separately?
-
@markleo said in Hi, how to use Qt Designer on macOS?:
should I install the Qt Designer separately?
No, it is part of QtCreator.
In QtCreator there should be button called "Design" on the left side. But you need an ui file to use the designer (just create one) where you edit this ui file. -
-
@markleo said in Hi, how to use Qt Designer on macOS?:
I don't find a button called "Design"
Please look again: it is right there on the left side. It is greyed out because you do not have an ui file yet.