Earlier quoted context omitted.
BTW, someone created Flexbox for QML: https://github.com/tripolskypetr/qml-flexbox
It's really awesome someone did this. If you just want the expressiveness of flexbox and don't care about performance, this is perfect! However, wouldn't the performance for this be very optimal? Check out the `Flex.qml` code[1]. It's all very unoptimized and dynamic QMLScript. None of the function arguments are typed. There is no way the QML compiler is turning any of this into efficient, statically typed C++ code.…
[1] https://github.com/tripolskypetr/qml-flexbox/blob/master/obj...
[2] https://github.com/tripolskypetr/qml-flexbox/tree/master/thi...
[3] https://github.com/facebook/yoga
[4] https://github.com/tripolskypetr/qml-flexbox/blob/677a1287df...
P.S. I'll answer your other reply very soon. I'm releasing a new version of my app so it takes its toll on me.