PDA

View Full Version : Qt select folders and files dialog.



bunjee
12th July 2009, 12:57
Hey trolls,

I need a "select folders + files" dialog.

Anyone ever did that?

Thanks.

rexi
12th July 2009, 15:11
Um, what's wrong with the normal file dialog?

bunjee
12th July 2009, 20:36
Well I need to select files and folders in the same dialog.

wysota
12th July 2009, 23:20
Did you try the QFileDialog::AnyFile mode of the file dialog?

bunjee
13th July 2009, 00:09
Thanks guys,

I forgot to mention I'd like to use the native file dialog.

And select several files / folders at the same time.

wysota
13th July 2009, 08:53
I don't think Qt has an option to do that with the native dialog.