Windows Explorer in Qt Application via QAxWidget
-
Hi,
I would like to embed Windows (File) Explorer in my Qt application to allow users to browse directories, open files, drag and drop files within the application.
I am aware that QAxWidget provides a container for COM/ActiveX objects.
But is it possible to embed Windows Explorer in a Qt application via the QAxWidget and provide the mentioned functionality? I am curious as I haven't seen any examples.
Thanks,
-
Did you have a look to the drag&drop "examples":http://developer.qt.nokia.com/doc/qt-4.8/examples-draganddrop.html ?
Your question is already very specific on the solution you like to have, but amy be there is something satisfying your needs. -
This question is not about drag and drop. It is about Windows Explorer in a QAxWidget + drag and drop support.