Thank you for the tip.
But looking in the documentation:
void QWidget::setParent ( QWidget * parent )
So setParent needs a pointer to a QWidget. There is no setParent(WId) defined :-(
And if my try to do:
QWidget *parent=QWidget::find(WId); fails although WId is definetly a valid HWND, then setParent does not help me. :-(
Greetings from Berlin, Bernd
Bookmarks