knowledge seeker wrote:
> I have just now started gettting a glimpse of how to make small
> programs in QT; out of curosity I wanted to know that whether creating
> QWidget objects on heap (using new - operator) require explicit call
> to delete, when objects are no longer needed.
>
> Or we can follow "create-and-forget" paradigm, and QT framework is
> resposible for the deletion of the object by means of some automatic
> garbage collector ?
>   


Hi,

this mailing list is for Qt Jambi, Qt for Java programmers. For 
questions about Qt for C++, please refer to the mailing list 
[email protected]


-- Eskil
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to