Results 1 to 2 of 2

Thread: why bitBlt() deleted in Qt4

  1. #1
    Join Date
    May 2006
    Posts
    32
    Thanks
    15
    Thanked 2 Times in 2 Posts

    Default why bitBlt() deleted in Qt4

    I want to use bitBlt in Qt4,but I find it deleted by "#ifdef QT3_SUPPORT" by default.

    Is it replaced by RaW bitmap operation with the same efficiency.??

    Thanks.
    Last edited by iGoo; 27th June 2006 at 10:59.

  2. #2
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Thanks
    1
    Thanked 52 Times in 52 Posts
    Platforms
    MacOS X Unix/X11

    Default Re: why bitBlt() delted in Qt4

    QPainter::drawPixmap is the suggested alternative. It should be the same speed when there is no rotation matrix or similar that alters the image before blitting.
    It's nice to be important but it's more important to be nice.

  3. The following user says thank you to axeljaeger for this useful post:

    iGoo (27th June 2006)

Similar Threads

  1. in porting Qt3 to Qt4, problem with bitBlt
    By impeteperry in forum Qt Programming
    Replies: 15
    Last Post: 24th June 2006, 02:49
  2. Problem with bitBlt
    By yellowmat in forum Newbie
    Replies: 1
    Last Post: 5th April 2006, 14:08

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.