|
|
|
|
|
by dkersten
2460 days ago
|
|
I personally dislike it. Sure, its powerful and is maybe an improvement over what we had before, but maaaan its so complex compared to desktop UI libraries I've used, especially QML with columns, rows, grids and anchors. Simple example, in the Grid Garden, on Level 3: grid-column-start is the grid cell it starts on, but grid-column-end is the cell after the one it ends on (half-open range), but on Level 4 when start is 5 and end is 2 its the opposite: the end column is included but the start one is not. Also, why would you do it in reverse like this even? And in Level 6, why -3 and not -2? Honestly, I'm more confused now than I was before. At least placing the top-left corner and using span makes sense to me. I guess its better than making grids in other ways, but why did it have to be so weird? |
|