Hi,
I think what happened is that at some point keyboard handling on X11 was
changed to use xkb exclusively.
This works fine if the server provides the xkb layout identity; this
usually is the case for non-ancient(?) X.org servers, but not necessarily
for other server vendors.
Now, if that identity
rdcoded sizes
> (16x16 and 32x32 at this moment). So the returned QIcon already
> provides various resolutions.
> It might be improved by calling QPlatformTheme::standardPixmap() for
> sizes matching SHGSI_LARGEICON, SHGSI_SMALLICON, SHGSI_SHELLICONSIZE.
>
> Regards,
>
> Benj
Hello everybody,
I made some (non-trivial) changes to the Windows stock icon implementation.
The goals were
1. Use public/"modern" APIs as much as possible to obtain the icons.
2. Make the various different resolutions stock icons are provided in
available to Qt.
For the first goal I changed to co