Re: [Interest] Which thread implementation is best to trigger external library via timers

2014-04-10 Thread Hugo Drumond Jacob
ipChanged(const QString ip); void portChanged(int port); private: NetworkWorker* m_worker; QThread* m_thread; struct Cache { QString ip; int port; } m_cache; } Hugo Drumond Jacob 2014-04-10 15:11 GMT-03:00 Thiago Macieira thiago.macie...@intel.com: Em qui 10

[Interest] QAudioOutput and ALSA crashs with I/O Possible.

2014-04-08 Thread Hugo Drumond Jacob
expected. Actually, the problem is when pulseaudio isn't present. The application crash with a message (from ALSA!?) I/O Possible. Browsing the internet I found [1], that suggests to block SIGIO with sigprocmask. Ok, this works, but, isn't too 'hardcore'? Any suggests? Thanks! Hugo Drumond Jacob [1

Re: [Interest] R: Qt5 toolchain for arm

2013-08-25 Thread Hugo Drumond Jacob
Hi Simone! You will use meta-toolchain target. However, you need add dependences to Qt5. Tomorrow, I can help you more (in pvt), because today I'm out of office! Hugo Drumond Jacob Eng. de Controle e Automação - CREA-MG 143908/LP Mestrando em Modelagem Matemática e Computacional - CEFET/MG h

[Interest] QThread and sleep

2013-03-19 Thread Hugo Drumond Jacob
. Anyone propose some more elegant solution? Thanks! Hugo Drumond Jacob class Worker : public QObject { Q_OBJECT public: explicit Worker(QObject *parent = 0); Q_INVOKABLE void doSomething(); }; Worker::Worker(QObject *parent) : QObject(parent) { } void Worker::doSomething

Re: [Interest] QThread and sleep

2013-03-19 Thread Hugo Drumond Jacob
2013/3/19 Thiago Macieira thiago.macie...@intel.com: On terça-feira, 19 de março de 2013 14.56.47, Hugo Drumond Jacob wrote: No problem! In fact, we are using! It's just a question about QThread::wait and QThread::sleep: It's safe use QThread::wait in other situation that not synchronously

[Interest] QTimer system goes down?

2012-10-03 Thread Hugo Drumond Jacob
set the someTimer parent to this, in SomeClassWorker's constructor: PS: Note the quotation marks at solve. SomeClassWorker(QObject* parent = 0) : QObject(parent), someTimer(this) { So, anyone can tell me what is wrong or what is happening? Thanks! Hugo Drumond Jacob Eng. de Controle e

Re: [Interest] QTimer system goes down?

2012-10-03 Thread Hugo Drumond Jacob
are developing some medical devices using Qt, remember? Hugo Drumond Jacob Eng. de Controle e Automação - CREA-MG 143908/LP Mestrando em Modelagem Matemática e Computacional - CEFET/MG h...@jacob.eng.br | hug...@gmail.com +55(31)85244245 2012/10/3 Thiago Macieira thiago.macie...@intel.com On quarta

[Interest] Qt Creator 2.4.1 Designer plugin

2012-04-03 Thread Hugo Drumond Jacob
2.4.1 Designer plugin? Regards, Hugo Drumond Jacob Eng. de Controle e Automação - CREA-MG 143908/LP Mestrando em Modelagem Matemática e Computacional - CEFET/MG h...@jacob.eng.br | hug...@gmail.com +55(31)85244245 ___ Interest mailing list Interest@qt

Re: [Interest] qt.conf

2012-03-20 Thread Hugo Drumond Jacob
). If you don't know how try this, see http://www.computerhope.com/issues/ch000549.htm to reference. Regards, Hugo Drumond Jacob 2012/3/20 Graham Labdon graham.lab...@avalonsciences.com Thanks for your reply Does this imply that qt.conf cannot be used with windows? Is this situation