Re: [Interest] Qt Quick 2.x Complex ListView

2014-05-21 Thread Jason H
Based on what you have said I would probably define an element for use in a list view that would be a base class of individual items and based on a common remember it would dictate the display style at which point in time you could reuse existing items or render it on your own. Its been a wh

Re: [Interest] Qt Quick 2.x Complex ListView

2014-05-21 Thread rpzrpz...@gmail.com
Jason: I want to take your advice and see if I can apply it. How would you handle a dynamically changing list linked to an abstract model. Yes, I could put a static list in the QML in a scrollview. But I want the total number or "rows" in the list to be dynamic and for each row to be able to ch

Re: [Interest] Qt Quick 2.x Complex ListView

2014-05-20 Thread Jason H
The quart you have isn't a list of the same things. You have an arrangement of different things in a scroll view. -- Sent from my Android phone with GMX Mail. Please excuse my brevity."m...@rpzdesign.com" wrote: Hello QTers: After pouring through available online documentati

Re: [Interest] Qt Quick 2.x Complex ListView

2014-05-20 Thread Kristoffersen, Even (NO14)
> Subject: [Interest] Qt Quick 2.x Complex ListView > > Hello QTers: > Does anybody have an idea on how to create each row of the listview with a > delegate that allows for each row > to be rendered with separate logic > instead of the standard delegate which renders each

[Interest] Qt Quick 2.x Complex ListView

2014-05-19 Thread m...@rpzdesign.com
Hello QTers: After pouring through available online documentation, I am at a loss for rendering complex Listviews from a C++ based AbstractModel. Does anybody have an idea on how to create each row of the listview with a delegate that allows for each row to be rendered with separate logic instead