[Interest] is there any way to avoid compression of event

Irfan Omair irfan.omair.qt at gmail.com
Fri Mar 23 20:35:49 CET 2012


This compression thing looks like hard coded and can not be avoided
via re implementing that virtual function of QApplication.

Regards,
Irfan Omair

On Tue, Mar 20, 2012 at 4:35 PM, Thiago Macieira
<thiago.macieira at intel.com>wrote:

> On terça-feira, 20 de março de 2012 16.27.14, Efan... wrote:
> > that is the problem it is not virtual in QApplication it is virtual in
> > QCoreApplicatoin
>
> It is.
>
> class Base {
> public:
>    virtual void compressEvents();
> };
>
> class Derived: public Base {
> public:
>    void compressEvents();
> };
>
> It's virtual in both.
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>  Software Architect - Intel Open Source Technology Center
>     Intel Sweden AB - Registration Number: 556189-6027
>     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120323/4ef8d8e6/attachment.html>


More information about the Interest mailing list