Results 1 to 2 of 2

Thread: displaying multiple images in a window ina filmstrip view in qt.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2011
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default displaying multiple images in a window ina filmstrip view in qt.

    hi everyone...
    i m just a beginner in qt...i wanted to load multiple images from a folder and display the images in a filmstrip view....

    can u please help me in this regard..
    i m using Qt4.7 version on windows platform...

  2. #2
    Join Date
    Jan 2010
    Location
    Perth, Australia
    Posts
    37
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: displaying multiple images in a window ina filmstrip view in qt.

    Have a look at QPixmap: http://developer.qt.nokia.com/doc/qt-4.7/qpixmap.html

    You can create thumbnails using QPixmap::scaled(), and then display your images in QLabel: http://developer.qt.nokia.com/doc/qt-4.7/qlabel.html

    For a horizontal filmstrip, you can use a QHBoxLayout to arrange your many QLabels: http://developer.qt.nokia.com/doc/qt...boxlayout.html

Similar Threads

  1. Replies: 1
    Last Post: 15th August 2011, 18:17
  2. assistant not displaying images
    By GrahamLabdon in forum Qt Tools
    Replies: 0
    Last Post: 12th November 2010, 13:51
  3. QWebView not displaying images
    By andyp in forum Qt Programming
    Replies: 7
    Last Post: 3rd December 2009, 21:35
  4. How to create filmstrip - multiple images in a single file
    By jessiemmichael in forum Qt Programming
    Replies: 1
    Last Post: 13th June 2008, 08:30
  5. Replies: 3
    Last Post: 17th May 2007, 13:50

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
  •  
Qt is a trademark of The Qt Company.