[Interest] RowLayout are overlapping

2016-08-04 Thread Máximo Ramírez
and how can I solved? Thanks! -- Máximo Ramírez ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Second RowLayout not reconize width

2016-08-04 Thread Máximo Ramírez
e: "images/ic_directions_walk_black_24dp.png" } Text { text: qsTr("Caminando") } } } } } } -- Máximo Ramírez __

Re: [Interest] Second RowLayout not reconize width

2016-08-04 Thread Máximo Ramírez
> or height properties of items in a layout, since this would conflict > with the goals of Layout, and can also cause binding loops. > > > --- > Regards, Oleg > > 2016-08-04 21:23 GMT+03:00 Máximo Ramírez <aquiles...@gmail.com > <mailto:aquiles...@gmail.com>>: > >

Re: [Interest] RowLayout are overlapping

2016-08-04 Thread Máximo Ramírez
Dear Oleg, Thanks work perfectly. This are the things that should be explicitly in the documentation. El 04/08/16 a las 04:20, Oleg Evseev escribió: > Hi, Máximo > > Put them (two RowLayout) into ColumnLayout > > Regards, Oleg. > > 2016-08-04 10:28 GMT+03:00 Máximo Ramírez

[Interest] RowLayout overlap when resize the app

2016-09-18 Thread Máximo Ramírez
{ Layout.fillHeight: true RowLayout {} RowLayout {} RowLayout {} } ScrollBar.vertical: ScrollBar { //id: vScrollBar active: true } } -- Máximo Ramírez