I want to have a 'parent' reference .
I have a private QWidget * w_parent_destiny;
This works only into the function it is created.Qt Code:
To copy to clipboard, switch view to plain text mode
Any idea ? Thanks
Answering mysefl .....
.qApp->desktop()->screen();
Bookmarks