I am very attracted to QML for controlling the entirety of a UI but I am wondering how flexible it is for handling cases such as having the user decide how many rows or columns to split a window. It’s easy to hard code this into the QML for one or two splits, but suppose you want the user be able to arbitrarily split a window on demand. You would need to have new QML splitting code generated or somehow available. Would this require instead using c++ to control the UI and the QML rather than have QML retain control on its own?
↧