qtdeclarative

Qt declarative framework for building dynamic UIs with QML

brewmacoslinux
Try with needOr install directly
Source

About

QML, Qt Quick and several related modules

Commands

qmlqmlsceneqmlformatqmllint

Examples

Run a QML application file directly$ qmlscene myapp.qml
Lint a QML file for syntax errors and issues$ qmllint myfile.qml
Format QML code according to style guidelines$ qmlformat -i myfile.qml