Results 1 to 2 of 2

Thread: Load images in a sequence in QML

  1. #1
    Join Date
    Sep 2010
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Load images in a sequence in QML

    Hi,

    I am trying to create a photos viewer application. I need to scroll the images list one after the other in a loop.
    I used the Image as a delegate of Repeater component. And set the model.modelData as the source element of Image.
    But all the images are getting loaded on top of each other. How can i access individual elements of the model ?
    Could someone provide the list of parameters available for "model" component ?
    Also please suggest if can use any other component other than Repeater to create a images scrolling view.

    Thanks,
    Anupama

  2. #2
    Join Date
    Dec 2010
    Posts
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Load images in a sequence in QML

    you can draw on the example "Photo Viewer" in Qt example: Demos/declarative/photoviewer
    that's what you want!

Similar Threads

  1. Replies: 1
    Last Post: 16th November 2010, 18:45
  2. Three images to load and set transparency set for each
    By augusbas in forum Qt Programming
    Replies: 0
    Last Post: 29th October 2010, 12:42
  3. Sequence images player
    By hhe in forum Qt Programming
    Replies: 1
    Last Post: 15th May 2010, 09:13
  4. problem in Display sequence of DICOM images
    By vincat in forum Qt Programming
    Replies: 0
    Last Post: 26th May 2009, 07:42
  5. Load a sequence of frames
    By perseo in forum Qt Programming
    Replies: 9
    Last Post: 20th May 2008, 14:29

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.