Well you can subclass QFileDialog and add a custom button to the layout which holds the other button. Then add a slot which selects all files. That's it.
Well you can subclass QFileDialog and add a custom button to the layout which holds the other button. Then add a slot which selects all files. That's it.
Many thx for your kind reply..
can you provide an example about how to select all file programmatrically.. it seems to me that Qt4 dos not have anymore this functionality..
True, I can't find such a function. Crazy. A hack inside a subclass could be:Qt Code:
if (w) { w->selectAll(); }To copy to clipboard, switch view to plain text mode
very kind,
thanks
Bookmarks