Results 1 to 2 of 2

Thread: QFileDialog->leftPane()->hide() anything like this?

  1. #1
    Join Date
    Aug 2008
    Posts
    39
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Unix/X11

    Question QFileDialog->leftPane()->hide() anything like this?

    Is there any function or memeber I can access that would do:
    QFileDialog->leftPane()->hide()

    Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QFileDialog->leftPane()->hide() anything like this?

    You'd have to use QObject::findChild() to access an apropriate object of the dialog and then call hide() on it. Of course it only applies to the non-native version of the dialog.

Similar Threads

  1. QFileDialog in Qt designer
    By tpf80 in forum Qt Tools
    Replies: 1
    Last Post: 17th May 2007, 01:41

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.