Results 1 to 2 of 2

Thread: free/delete calls

  1. #1
    Join Date
    Feb 2009
    Posts
    8
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default free/delete calls

    Is there any special call that needs to be done to free up space used by QT objects? For instance, if I'm using CV and I create a CVImage, it has to be deleted with the line, "cvReleaseImage()," rather than a standard "free" or "delete" type of call. Is that true of anything in QT?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,360
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: free/delete calls

    Object trees - read the section about object construction/destruction order, especially the first paragraph.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. how to group paint calls together ??
    By tampstaffs in forum Qt Programming
    Replies: 3
    Last Post: 26th February 2009, 16:35
  2. QTabBar::tabInserted(int..) never calls
    By khcbabu in forum Qt Programming
    Replies: 1
    Last Post: 16th January 2009, 17:04
  3. Doxgen call graphs also for signal-slot calls?
    By zavulon in forum Qt Programming
    Replies: 0
    Last Post: 25th September 2008, 15:29
  4. Polymorphism with static calls
    By niko in forum General Programming
    Replies: 12
    Last Post: 9th November 2007, 09:52
  5. QTimer or recursive calls for simulation?
    By Morea in forum Qt Programming
    Replies: 3
    Last Post: 12th May 2006, 00:19

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.