Results 1 to 6 of 6

Thread: QFileDialog and subclassing

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2006
    Posts
    55
    Thanks
    7
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QFileDialog and subclassing

    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

  2. #2
    Join Date
    Mar 2009
    Posts
    116
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QFileDialog and subclassing

    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????

Similar Threads

  1. Add Widget to QFileDialog
    By Rayven in forum Qt Programming
    Replies: 1
    Last Post: 9th August 2006, 18:33

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.