PDA

View Full Version : signal/slot issue



dpn
21st January 2013, 11:30
Hi,

I have created boost thread(MyBoostThread) in qt GUI application. boost thread class(MyBoostThread) derived from QObject and declared Q_OBJECT in class definition. Now, I want to emit qt signal from boost thread. slot in qt main thread. slot never called for that signal which is called from boost thread. Any idea?

wysota
21st January 2013, 12:31
Show some code.