PDA

View Full Version : A file browser that uses the native OS icons



calin_iaru
21st May 2007, 12:11
Hi all,

I started with fileiconview example and would like to extend it so that it displays not only a few types of icons that are predefined, but all icons that are associated with that file type or directory. Can you tell me how to achieve this design?

Best regards,
Calin

wysota
21st May 2007, 12:14
You'll have to use desktop dependent solutions. In general you have to provide an implementation for QFileIconProvider that suits your needs.