Mac (Cocoa) Command+A does not work with QFileDialog
-
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??
-
You can track the status of the bug "here":https://bugreports.qt.nokia.com/browse/QTBUG-8453.