How-to make grid-like customizable UI
-
Looking for advices on how to implement grid-like UI element, which can be customized by user at runtime (moving, resizing, adding or removing items),
like on picture: -
Hi,
"GridView":http://doc.qt.io/qt-5/qml-qtquick-gridview.html could be good candidate. You can create a custom model and delegate.