Because I need a slideshow.
How can I do a slideshowview with ListModel?
// Peter Pykäläinen
On 28 September 2014 23:21, Krisztian Olah wrote:
> Why not use a ListModel then?
>
> On 28 September 2014 18:44, Peter Pykäläinen
> wrote:
>
>> Hi,
>>
>> anybody know how to populate SlideshowView's
Why not use a ListModel then?
On 28 September 2014 18:44, Peter Pykäläinen
wrote:
> Hi,
>
> anybody know how to populate SlideshowView's VisualItemModel dynamically?
> I need to have 20 items in the VisualItemModel and I don't want to define
> them at init.
>
> Was thinking of a javascript which
Hi,
anybody know how to populate SlideshowView's VisualItemModel dynamically?
I need to have 20 items in the VisualItemModel and I don't want to define
them at init.
Was thinking of a javascript which would add an item into the model, but
apparently VisualItemModel does not have that option.
//