Get More Detail about QT Slot and Signal
-
Hi all
I want to Know more about QT Signal and Slot Mechanism .How it will work and increase the performance in Qt. What is best way to communicate the Object -
Hi and welcome to devnet,
Did you already read the Signals And Slots chapter of Qt's documentation ?
@Vaibhav.Kumar said in Get More Detail about QT Slot and Signal:
How it will work and increase the performance in Qt
Do you mean the internal mechanics ?
What kind of performance do you have in mind ?@Vaibhav.Kumar said in Get More Detail about QT Slot and Signal:
What is best way to communicate the Object
What kind of object ?
-
Hi @SGaist
Yes i have worked on signal slot . But i dont know how they are working in backend .How to esure that connection should not miss any signal emit from other class
-
Take a look at this really good article from Woboq.