Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Mac (Cocoa) Command+A does not work with QFileDialog

Mac (Cocoa) Command+A does not work with QFileDialog

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 2.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mprakash
    wrote on last edited by
    #1

    Hi all

    I dont know for what reason my fileDialog does not select all files when I do ( Command + A). i have simplest code to use QFileDialog in Native way I am simply creating object of QFileDialog and doing exec() like
    QFileDialog myFileDialog;
    myFileDialog.exec();

    I do see file dialog coming up when I browse to one of my folder and do Cmd+A nothing happens. Is this a Bug in Qt if yes can any one please suggest any work around??

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      It seems to be a bug in Qt. I'm not aware of a workaround though.

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sigrid
        wrote on last edited by
        #3

        You can track the status of the bug "here":https://bugreports.qt.nokia.com/browse/QTBUG-8453.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved