Unless the parent window is also a QWidget in your QApplication, QWidget::find() won't work.
I suspect what you may need to do in this case is use ::SetParent() directly on the wID of your own QWidget after you create it.
Unless the parent window is also a QWidget in your QApplication, QWidget::find() won't work.
I suspect what you may need to do in this case is use ::SetParent() directly on the wID of your own QWidget after you create it.
Bookmarks