Results 1 to 6 of 6

Thread: How to read and display BMP image just using QT's GUI?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Feb 2007
    Location
    Karlsruhe, Germany
    Posts
    469
    Thanks
    17
    Thanked 90 Times in 88 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to read and display BMP image just using QT's GUI?

    Hi!

    I can't quite see the point! Do you want to draw the bitmap data yourself or use a qt class for that?

    If the later you could have a look at the qimage constructors that take a pointer to raw data. I leave it to you to guess what function of your bitmap library you need to call to get to the data :->

    Joh

  2. The following user says thank you to JohannesMunk for this useful post:

    everlasting525 (3rd April 2011)

Similar Threads

  1. Replies: 4
    Last Post: 17th September 2010, 20:18
  2. Replies: 3
    Last Post: 17th March 2010, 10:31
  3. how to read in image date from memory zone
    By elflord in forum Qt Programming
    Replies: 2
    Last Post: 2nd June 2009, 19:44
  4. How to read rtf file and display it?
    By sunnysun520 in forum Qt Programming
    Replies: 2
    Last Post: 16th May 2009, 14:48
  5. How to Read and display BMP image using QT
    By agsrinivasan in forum Qt Programming
    Replies: 3
    Last Post: 29th January 2007, 07:14

Tags for this Thread

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.