Comment by ethan_smith

5 days ago

QML's declarative syntax combined with C++ performance and its property binding system makes it uniquely powerful for responsive desktop UIs without the overhead of web technologies.

Except you can’t control Qml from C++ and it advised not to do that.

They also essentially have a performance limitation that you need a license to bypass. Slint has removed this performance limitation but is not compatible with Qml.