What do you need subclassing for ?
As you require native dialog, it seems there is no way to do that.
If you just need an open file dialog, just use the static method
already mentioned in this thread.
Regards
What do you need subclassing for ?
As you require native dialog, it seems there is no way to do that.
If you just need an open file dialog, just use the static method
already mentioned in this thread.
Regards
Hello, I m using Qt 4.4.3
I hav a similar query.
I need a QFileDialog which has navigation buttons,create folder button disabled .
So that user should be able to select file only from path which I would pass while initializing.
For this I need to subclass QFileDialog .
how to acheive this????
Bookmarks