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..
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