I want to have a 'parent' reference .
I have a private QWidget * w_parent_destiny;
This works only into the function it is created.
Any idea ? Thanks
Answering mysefl .....
.qApp->desktop()->screen();
I want to have a 'parent' reference .
I have a private QWidget * w_parent_destiny;
This works only into the function it is created.
Any idea ? Thanks
Answering mysefl .....
.qApp->desktop()->screen();