And what is the problem? Be a little more specific and show some code if you have to.
You don't know how to make a connection?
Read the signal and slots documentation
Is private slots the problem?
There is no problem here, private slots are available for connection, they are only private when executed as normal member functions.
//this is somehow an incomplete answer, since the slot execution invoked by connect is done inside the object itself - but this is "Qt internals" already and the first answer is enough for most users![]()
Bookmarks