Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

[Solved]RowLayout doesn't support dynamic item insertion?

$
0
0
Thank Jens RowLayout works fine after I set implicitWidth and implicitHeight     Component {         id: rect         Rectangle {             implicitWidth: parent.height             implicitHeight: parent.height         }     }

Viewing all articles
Browse latest Browse all 4972

Trending Articles