PDA

View Full Version : HOWTO: Connect Qt Signals & Slots with Boost Signals & Slots



Paladin12
18th April 2013, 09:47
Hello everyone,

Please find the first in a series of articles here.

http://www.oxforddynamics.com/articles/connect_qt_and_boost_signals_and_slots.html

I hope it will be of use!

Kind Regards,

John

TorAn
18th April 2013, 12:06
Thank you, Paladin12, for the article, it will most certainly be of use. Is it possible to only do it for some of the classes in the project, defining QT_NO_KEYWORDS just for these classes, so other parts are left intact?

Paladin12
18th April 2013, 13:15
Hi,

You could experiment and wrap your classes in #define QT_NO_KEYWORDS and #undef QT_NO_KEYWORDS pairs perhaps. But I'm not sure. I always define QT_NO_KEYWORDS for the whole of my project.