Connecting signal to an arbitrary function in Qt
-
Hi and welcome to devnet,
With Qt 4: no
With Qt 5: it depends, take a look at "this":http://qt-project.org/wiki/New_Signal_Slot_SyntaxHope it helps
-
Signals and slots must be members of a QObject
-
Can you show your code ? And the error you are getting ? It will be easier to help you then.
-
Have a look at "this":http://qt-project.org/doc/qt-4.8/signalsandslots.html#using-qt-with-3rd-party-signals-and-slots .
The library uses at least one same keyword as Qt, so this is how to make them play together
-
You're welcome !
If this solves your problem don't forget to update the thread's title prepending [solved] to it :)