Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
what's the theory & mechanism of signal-slot inside Qt? callback?
https://woboq.com/blog/how-qt-signals-slots-work.html
hmm let me google it for you : https://doc.qt.io/qt-5/signalsandslots.html
@Christian-Ehrlicher said in what's the theory & mechanism of signal-slot inside Qt? callback?:
There's a Part 2 as well: https://woboq.com/blog/how-qt-signals-slots-work-part2-qt5.html
@opengpu said in what's the theory & mechanism of signal-slot inside Qt? callback?:
theory & mechanism
Are you looking for Observer Pattern?