Re: [Interest] Second RowLayout not reconize width

2016-08-04 Thread Máximo Ramírez
Dear Oleg, Thanks. Now is right I changed like you suggest me. ColumnLayout { anchors.fill: parent nothing for first Row and for TabBar in second Row Layout.fillWidth: true I noted two things: 1. If I add anchors.fill: parent to one or both RowLayout the app not

Re: [Interest] Second RowLayout not reconize width

2016-08-04 Thread ekke
add a Layout.fillWidth: true for your ColumnLayout - RowLayout automaticlly fills the width Am 04.08.16 um 20:23 schrieb Máximo Ramírez: > > Hello, > > I'm trying to do a navigation header for my app. I have ColumnLayout > and two RowLayout, but only the first RowLayout recognize width, the > seco

Re: [Interest] Second RowLayout not reconize width

2016-08-04 Thread Oleg Evseev
Hi, Máximo Please carefully read documentation, there is all you need. http://doc.qt.io/qt-5/qml-qtquick-layouts-columnlayout.html http://doc.qt.io/qt-5/qml-qtquick-layouts-rowlayout.html http://doc.qt.io/qt-5/qml-qtquick-layouts-layout.html use Layout.fillWidth > RowLayout { > width: hea

[Interest] Second RowLayout not reconize width

2016-08-04 Thread Máximo Ramírez
Hello, I'm trying to do a navigation header for my app. I have ColumnLayout and two RowLayout, but only the first RowLayout recognize width, the second not. I passed the width directly but still is not recognized. This is like is showed: http://imgur.com/a/bSr8H But I want that the two rows oc