PDA

View Full Version : Windows OLE drag & drop



Lele
12th September 2006, 09:46
Hi all,
I'm using QT in a custom envirovment where I have a QGLWidget that is the base screen of my application and get all the events. So I had to dispatch all the events (mouse mainly) to the proper underlying child widgets.
My question is about using drag and drop in this envirovment, using windows all the events are processed by the OLE and there's no way to tell that a certain widget must be "transparent" do dragging events, so I'd like to know a possible way to tell that a certain winId must not consider draggin events.
I know my question is not so clear and very platform specific but I'd like to have some ideas.
thanks in advance
Bye

wysota
12th September 2006, 10:47
But what is the relation to Qt in your situation (apart from using QGLWidget)?