Results 1 to 4 of 4

Thread: QFileDialog Mac / PC

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QFileDialog Mac / PC

    You can't set the starting directory on the Mac, because QFileDialog is using the native Mac dialog, which doesn't have this. Instead it uses the last directory seen. This is standard Mac behavior, and Mac users will expect it, so I wouldn't worry about it.

    The image preview and info also comes from the native Mac dialog. Qt isn't doing this, OSX is doing it. To get this behavior on other platforms, you'll need to write your own file dialog, preview and info routines, etc.

  2. The following user says thank you to Brandybuck for this useful post:

    hey (27th April 2007)

Similar Threads

  1. QFileDialog hidden files
    By blukske in forum Qt Programming
    Replies: 3
    Last Post: 8th March 2007, 02:11
  2. Problem in the QFileDialog
    By joseph in forum Qt Programming
    Replies: 11
    Last Post: 7th December 2006, 09:56
  3. Auto resolve in QFileDialog
    By Levon Nikoghosyan in forum Qt Programming
    Replies: 1
    Last Post: 29th November 2006, 11:15
  4. ActiveWindow changes after closing QFileDialog
    By mischi in forum Qt Programming
    Replies: 3
    Last Post: 13th July 2006, 12:45
  5. copy file/s from QFileDialog
    By raphaelf in forum Newbie
    Replies: 4
    Last Post: 4th July 2006, 14:26

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.