qttools

Qt tools for UI design, development, testing and deployment

brewmacoslinux
Try with needOr install directly
Source

About

Facilitate the design, development, testing and deployment of applications

Commands

designerlinguistqmakemocuicrcclupdatelreleaseqmlsceneqtdiag

Examples

Launch Qt Designer to create UI files visually$ designer myapp.ui
Compile Qt resource files into C++ code$ rcc resources.qrc -o resources.cpp
Process Qt meta-object information for signal/slot compilation$ moc myclass.h -o moc_myclass.cpp