QOpenGLWindow - drag event?
Unsolved
General and Desktop
-
Hey
How can I get a drag event inside/or somewhere around window when I drag over it ?
I use it with QWidget::createWindowContainer();
TIA
-
Hi,
Do you mean doing drag and drop support like described here ?
-
QopenGLWindow does not have any dragEnter/leave/move events... So I'm a tad lost how I can drop something on to it...
-
One alternative is to use QOpenGLWidget which gives you the QWidget support for that.
-
-
Before going that way, what about re-implementing the event method to see if you get the drag related events ?
-
Woah sweet! will do that thanks!
2/7