Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 3

Qt-interest Archive, January 2008
QFileDialog


Message 1 in thread

Hi,
This seems like a very straightforward thing that I should be seeing in 
the docs, but I must not be looking in the right place....
I've subclassed QFileDialog and I would like the user to be able to select 
multiple files.  Is there just some setting I can set to enable this 
function?
Thanks,
Stacy

Message 2 in thread

 

-----Original Message-----
From: Stacy L Alley [mailto:salley@xxxxxxxx] 
Sent: Friday, 25 January 2008 10:42
To: qt-interest@xxxxxxxxxxxxx
Subject: QFileDialog



Hi, 
This seems like a very straightforward thing that I should be seeing in the
docs, but I must not be looking in the right place.... 
I've subclassed QFileDialog and I would like the user to be able to select
multiple files.  Is there just some setting I can set to enable this
function? 
Thanks, 
Stacy  

 
Hi Stacey, 
 
Look at QFileDialog::FileMode values AnyFile, ExistingFile or ExistingFiles.

 
Hope that helps, 
Tony Rietwyk