On 10.03.06 14:33:09, Francis BACQUE wrote:
> Andreas Pakulat wrote:
> >How did you call postEvent, what does the code look like?
> >
> StartEvent *event = new StartEvent; // StartEvent is derived from QEvent
> QCoreApplication::postEvent(target, event);
>
> where target is:
> QWidget *target;
Strange, the attached example works here. I assume you're using Qt4 as
your subclassing QEvent.
Andreas
--
Your temporary financial embarrassment will be relieved in a surprising manner.
main.cpp
Description: Text Data
mc.cpp
Description: Text Data
mc.h
Description: Text Data
|