QOpenGLWindow - drag event?
Unsolved
General and Desktop
-
wrote on 23 Jun 2019, 15:01 last edited by
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 ?
-
wrote on 23 Jun 2019, 19:28 last edited by
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.
-
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 ?
-
wrote on 23 Jun 2019, 19:40 last edited by
Woah sweet! will do that thanks!
3/7