Re: [Interest] [Quick] GridView inside the Layout

2016-03-24 Thread Sina Dogru
> "The implicit size of the GroupBox > is calculated > based on the size of its content. If you want to anchor items inside the > group box, you must specify an explicit width and height on the GroupBox >

Re: [Interest] [Quick] GridView inside the Layout

2016-03-24 Thread Curtis Mitch
-5/qml-qtquick-controls-groupbox.html> itself." [1] http://doc.qt.io/qt-5/qml-qtquick-controls-groupbox.html#details From: Interest on behalf of Sina Dogru Sent: Thursday, 24 March 2016 08:39 To: interest@qt-project.org Subject: [Interest] [Quick] GridView insi

[Interest] [Quick] GridView inside the Layout

2016-03-24 Thread Sina Dogru
I guess my assumption about qt-quick Layouts might not be right. Consider a window where there are some properties, but they all inside a `ColumnLayout` so that `ScrollView` would be able to use on it. Also there is some QtQuick.Controls inside them. I guess code would be more expository. import Q