You can create instances of Qt event classes and use QCoreApplication::postEvent() or QCoreApplication::sendEvent() to send them to a receiver object.
However using signals as you did looks fine as well and easier in this case.
Cheers,
_
You can create instances of Qt event classes and use QCoreApplication::postEvent() or QCoreApplication::sendEvent() to send them to a receiver object.
However using signals as you did looks fine as well and easier in this case.
Cheers,
_
Bookmarks