Re: [Interest] QML and ScrollView

2015-12-04 Thread Mike Jackson
THANK YOU!!!. With a few tweaks this works exactly as I wanted. I will study the code to fully understand what is going on. Thanks to everyone who gave me hints and possible solutions. — Mike Jackson > On Dec 4, 2015, at 12:41 PM, Jérôme Godbout wrote: > > What you may want to try is somethin

Re: [Interest] QML and ScrollView

2015-12-04 Thread Jérôme Godbout
What you may want to try is something similar to this, note the parent of GridLayout is a flickarable item and not the scrollview, this flickerable does'nt have any size it take the children size, so you need to bind to scrollview sizing to resize the width properly: Item { id: component width: 80

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
Thanks for the tips. I have tried all of them and nothing is working. I will try to explain what I want and maybe someone can tell me what I am doing wrong. I want a scrollable grid layout. In the grid layout are pairs of “Label” and “Text Field” not unlike the Form Layout for a normal desktop

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