Qt Quick (QML) GridView with different cell size
-
I would understand if it's possible to have different cell size. For example, in a 3x3 grid, have a button that is 2x2 and other button 1x1.
Actually I use GridView container, but I can change it with another container that make it possible. I search for example, but I didn't find nothing.
I start from this example
https://qt-project.org/doc/qt-5-snapshot/qtquick-draganddrop-example.html
and I need a "multirectangle" object.
Can you help me?
Thanks!!!