[Interest] QFileIconProvider - icon resolutions only 16x16 and 32x32 on Windows

mail at herrdiel.de mail at herrdiel.de
Wed Dec 28 22:00:05 CET 2016


Hi,

Am 27.12.2016 um 16:25 schrieb mail at herrdiel.de:
>
> I want to access file icons of the OS, I need them in "good quality", 
> but the available sizes are apparently only available in 16x16 and 
> 32x32 px.
>
[...]
> I would have expected higher icon resolutions (64x64 and more) to be 
> present.
> Is this a bug or perhaps a (possibly performance related) restriction?

Having checked Qt source code, I don't believe it is intended behaviour:
enum { // Shell image list ids
   sHIL_EXTRALARGE = 0x2, // 48x48 or user-defined
   sHIL_JUMBO = 0x4 // 256x256 (Vista or later)
};

Also, when looking into the folder with Windows Explorer the Icons 
absolutely do have bigger sizes.
Should I create a QtBug report for this?

Best regards,

Sebastian

-- 
http://www.classintouch.de - Tablet-Software für Lehrer

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20161228/00d68a81/attachment.html>


More information about the Interest mailing list