Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 6

Qt-interest Archive, March 2002
inheriting from QApplication


Message 1 in thread

Hi,

I would like to attach one of my classes to the QApplication instance.
Is it safe to inherit from QApplication ?

if not, why ?

Thanks,

Stephane
http://www.exotk.org


Message 2 in thread

Hi,

> I would like to attach one of my classes to the QApplication instance.
> Is it safe to inherit from QApplication ?

It should be safe.

Dimitri


Message 3 in thread

On Sat, Mar 16, 2002 at 04:57:58PM -0500, Stephane Routelous wrote:
> Hi,
> 
> I would like to attach one of my classes to the QApplication instance.
> Is it safe to inherit from QApplication ?

Sure.


Simon