qt-interest@trolltech.com
[Top] [All Lists]

Re: class in a QList

Subject: Re: class in a QList
From: "Tim Beaulen"
Date: Mon, 9 Oct 2006 12:07:11 +0200


On 10/9/06, Robin Ericsson <lobbin@xxxxxxxxx> wrote:
On 10/9/06, Naresh <naresh@xxxxxxx> wrote:
> QList is container class... you can put there any kind of data...
> struct or class whatever... If you want to add a pointer into it you
> can use append (to add it at end) prepend (to add it at begining) or
> insert to insert it in any place...

I know that. Maybe I should have expressed myself in a better way. I
want to store a pointer to an _uninitialised class_.
 
 
Why would you want to do that?

 
<Prev in Thread] Current Thread [Next in Thread>