Use QFileDialog::getExistingDirectory() for path selection.
commit284b2d6ff11a8c86cc58e23a1b3ec020fa3c5851
authorbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Tue, 16 Feb 2010 21:34:39 +0000 (16 21:34 +0000)
committerbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Tue, 16 Feb 2010 21:34:39 +0000 (16 21:34 +0000)
tree5f35421351efa7b816c4745c3d673c53f740ff76
parent233fc7c27655697ae2dfe50b6f750bc969215774
Use QFileDialog::getExistingDirectory() for path selection.

This makes it possible for native dialogs to get used on Windows and OS X. The
mountpoint selection dialog needs special handling and still uses the
BrowseDirtree class for now.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24703 a1c6a512-1295-4272-9138-f99709370657
rbutil/rbutilqt/configure.cpp
rbutil/rbutilqt/configure.h
rbutil/rbutilqt/installtalkwindow.cpp
rbutil/rbutilqt/installtalkwindow.h
rbutil/rbutilqt/rbutilqt.cpp