Skip to content

Port more controls to standard expressions for implicit size

ivan tkachenko requested to merge work/ratijas/control-sizing into master

Technically, the new bindings should be correct. Practically, I tried Gallery, Discover and System Settings, and didn't spot anything exploding.

Mostly, old bindings were the way they are because… they were old! Ancient enough to predate QtQuick.Controls 2.5 (Qt 5.12) which introduced shorthand properties like implicitContentWidth or containers managing their contentWidth/Height.

The rest of the types were not so straightforward, like TabBar and MenuItem, they gonna need more work both in QStyle bridge, Kirigami and pure QML.

Merge request reports