On Sat, Feb 23, 2008 at 07:38:51PM -0500, rgheck wrote: >> I wonder whether one mustn't create static global instances of this class. >> > Apparently not. But I don't see anything in the docs about this...though I > haven't looked real closely, either.
>From the QApplication doc: "Since the QApplication object does so much initialization, it must be created before any other objects related to the user interface are created." Andre' > >