Thanks anda_skoa for the suggestion...
Since it's not a qt class emitting signals is ruled out.. Could you explain how do i pass an event to the main thread to create this component?
Kindly advice
Thanks anda_skoa for the suggestion...
Since it's not a qt class emitting signals is ruled out.. Could you explain how do i pass an event to the main thread to create this component?
Kindly advice
You can either user QMetaObject::invokeMethod with Qt::QueuedConnection to invoke a lot on an object in the main thread or use QCoreApplication:ostEvent() to send a custom event to an object in the main thread.
Cheers,
_
Bookmarks