Results 1 to 3 of 3

Thread: How to display a images use mosaic foramt?

  1. #1

    Default How to display a images use mosaic foramt?

    I want to display some images using QGraphicsView:A picture display on it by 2 seconds.Then other picture display on it 2 seconds.Between two picture i want to using a mosaic format(or other style) to cover the first picture.How to do it? Thanks.

  2. #2
    Join Date
    Aug 2007
    Location
    Gorakhpur, India
    Posts
    254
    Thanks
    8
    Thanked 14 Times in 14 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: How to display a images use mosaic foramt?

    i want to using a mosaic format(or other style) to cover the first picture
    Can you explain further in simple words? Whats you want?
    Anurag Shukla
    A man who never makes mistake is the man who never does anything! Theodre Rosvelt!

  3. #3
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: How to display a images use mosaic foramt?

    There is no readily available helper class or function in Qt to achieve mosaic effect with two images. You need to do it by hand with QTimer and QPainter::drawPixmap() with suitable source and target rects.
    J-P Nurmi

Similar Threads

  1. how to display images in mosaic format?
    By Nithya in forum Qt Programming
    Replies: 14
    Last Post: 24th April 2008, 06:41
  2. Is there any way to synchronize the display of images
    By kiransu123 in forum General Programming
    Replies: 2
    Last Post: 17th March 2007, 20:50
  3. Display multiple Images in a widget
    By jeetu_happy in forum Qt Programming
    Replies: 2
    Last Post: 7th March 2007, 11:24
  4. Display animated images
    By suresh in forum Qt Programming
    Replies: 1
    Last Post: 27th January 2007, 21:53
  5. How to display images in QTextBrowser ?
    By probine in forum Qt Programming
    Replies: 1
    Last Post: 12th January 2007, 08:58

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.