Results 1 to 13 of 13

Thread: QFileDialog filter

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2009
    Posts
    105
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11
    Thanked 4 Times in 2 Posts

    Default Re: QFileDialog filter

    Quote Originally Posted by Lykurg View Post
    QDir::Executable 0x040 List files for which the application has execute access. The Executable value needs to be combined with Dirs or Files.
    Hi Lykurg, Can u plz tell me how to combined the Executable valus??

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Wiki edits
    5

    Default Re: QFileDialog filter

    You have to use the bit operators like | & ^ ~. E.g. use QDir::Files | QDir::Executable.

Similar Threads

  1. QFileDialog - will be closed after selecting a file
    By skyperhh in forum Qt Programming
    Replies: 1
    Last Post: 18th October 2009, 16:49
  2. QFileDialog and file sequences
    By peterhillman in forum Qt Programming
    Replies: 5
    Last Post: 24th November 2007, 10:16
  3. QFileDialog in Qt designer
    By tpf80 in forum Qt Tools
    Replies: 1
    Last Post: 17th May 2007, 00:41
  4. QFileDialog Mac / PC
    By hey in forum Qt Programming
    Replies: 3
    Last Post: 26th April 2007, 18:23
  5. Replies: 9
    Last Post: 5th March 2006, 03:31

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.