[solved] Dynamic Signal/ Slot example ?
General and Desktop
8
Posts
3
Posters
2.6k
Views
1
Watching
-
What do you mean with dynamic??
Signals/slots may be connect() or disconnect() in real time, so it's easy and simple. No examples are present I presume. -
I want to connect signal to slot at runtime as described
"here":http://doc.qt.digia.com/qq/qq16-dynamicqobject.htmlwhat do you mean with "in real time" ?
-
Then, take a look to "Signals & Slots":http://qt-project.org/doc/qt-4.8/signalsandslots.html they are already dynamic and you can connect or disconnect them when ever you want.
-
That's what I mend. Real time means: run time / execute time etc etc. So when the program runs you are able to set and disconnect the signal/slots ;-)