Re: [Interest] QML and ScrollView

2015-12-04 Thread Mike Jackson
> On Dec 3, 2015, at 11:45 PM, Jason H mailto:jh...@gmx.com>> >> wrote: >> >> There are two sizes with the Scrolly things. >> The scroll item, whose extents are set via anchors or height/width,and the >> contentHeight and contentWidth, which are the v

Re: [Interest] QML and ScrollView

2015-12-04 Thread Jérôme Godbout
h the Scrolly things. > The scroll item, whose extents are set via anchors or height/width,and > the contentHeight and contentWidth, which are the virtual area, in this > case your grid layout. > Give your Grid an id, and set the scrollview contentWidth/contentHeight to > the width

Re: [Interest] QML and ScrollView

2015-12-04 Thread rpzrpz...@gmail.com
Do mockup of your desired screen on smartphone and tablet. Share that with group. www.balsamiq.com -> 30 day trial -> PDF screen shot. md On 12/4/2015 10:24 AM, Mike Jackson wrote: *To:* "Qt Project" > ___ Interest m

Re: [Interest] QML and ScrollView

2015-12-04 Thread Mike Jackson
gt; Give your Grid an id, and set the scrollview contentWidth/contentHeight to > the width and height of the > Also, usually you need a height AND width set, if the anchors are not set. > > Sent: Thursday, December 03, 2015 at 7:07 PM > From: "Mike Jackson" > To: "

Re: [Interest] QML and ScrollView

2015-12-03 Thread Jérôme Godbout
Not sure but may worth a try, your scrollview anchors must be fighting your height, try to only anchors left and right instead of fill. This may not solve your problemes but could save you a warning at least. > On Dec 3, 2015, at 7:07 PM, Mike Jackson wrote: > > I am trying to use a ScrollView

Re: [Interest] QML and ScrollView

2015-12-03 Thread m...@rpzdesign.com
How about listview and a model? On 12/3/2015 6:07 PM, Mike Jackson wrote: ScrollView ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] QML and ScrollView

2015-12-03 Thread Mike Jackson
I am trying to use a ScrollView in a QQuickWidget but the layout does not seem to be honoring what I am wanting. I have a bunch of “Label/TextField” pairs to the point where there are so many that I need them inside a scrollview. the issue is that if I do that then the TextFields which are set t