Re: [Interest] State of the art of TUIO integration

2013-08-01 Thread Casimiro, Daniel C CIV NUWC NWPT
> I wanted to give qtuiotouch > (https://github.com/dancasimiro/qtuiotouch) a serious try now but I'm a bit > lost as to how to compile and install it. I'm currently > working in Windows, and I've just installed Qt 5.1.0 plus Creator and all the > good stuff but... I can't even figure out how to

Re: [Interest] Destructor of QThread is not virtual in 4.7.1

2013-08-01 Thread Thiago Macieira
On quinta-feira, 1 de agosto de 2013 16:52:34, william.croc...@analog.com wrote: > On 08/01/2013 01:54 PM, Giuseppe D'Angelo wrote: > > On 1 August 2013 19:50, Bill Crocker wrote: > >> Note that QThread already has a virtual member function, run(), > >> so this would not be it's first. > >> > >>

Re: [Interest] Destructor of QThread is not virtual in 4.7.1

2013-08-01 Thread Thiago Macieira
On quinta-feira, 1 de agosto de 2013 13:50:13, Bill Crocker wrote: > Gang: > > Chasing down some memory leaks in my app (Qt 4.7.1) I found that > the destructor of the QThread class is not virtual. Yes, it is. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open

Re: [Interest] QTimer and QThread

2013-08-01 Thread Dmitry Kozlov
On 01.08.2013 12:36, Mandeep Sandhu wrote: 1) From QTimer documentation: */Qt uses the timer's/**/thread affinity /**/to determine which thread will emit the/**/timeout()