Add 2x icons for retina displays.

This change updates the mode selector/fancyactionbar
in Qt Creator with new high-resolution icons.

Set Qt::AA_UseHighDpiImages on Qt 5.1 and higher to
make QIcon generate high-dpi pixmaps. Add "@2x" mode
images.

Update StyleHelper::drawIconWithShadow to handle high-dpi
pixmaps. The shadow-drawing algorithm is kept in device
pixels.

Change-Id: I411b7a24e534a2d75a1bbdc4d10219dcbea26bed
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
This commit is contained in:
Morten Johan Sørvig
2013-01-16 22:06:59 +01:00
parent 87284f7df8
commit 3779147ffc
13 changed files with 45 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
<RCC>
<qresource prefix="/">
<file>images/analyzer_mode.png</file>
<file>images/analyzer_mode@2x.png</file>
<file>images/analyzer_category.png</file>
<file>images/analyzer_start_small.png</file>
</qresource>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB