mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
Qt: icon overhaul
This commit is contained in:
parent
639245c071
commit
6862790cf7
11 changed files with 63 additions and 43 deletions
|
@ -505,6 +505,7 @@ QPixmap trophy_manager_dialog::GetResizedGameIcon(int index)
|
|||
if (!icon.isNull())
|
||||
{
|
||||
QPainter painter(&new_icon);
|
||||
painter.setRenderHint(QPainter::SmoothPixmapTransform);
|
||||
painter.drawPixmap(QPoint(0, 0), icon);
|
||||
painter.end();
|
||||
}
|
||||
|
@ -569,6 +570,7 @@ void trophy_manager_dialog::ResizeTrophyIcons()
|
|||
if (!icon.isNull())
|
||||
{
|
||||
QPainter painter(&new_icon);
|
||||
painter.setRenderHint(QPainter::SmoothPixmapTransform);
|
||||
painter.drawPixmap(QPoint(0, 0), icon);
|
||||
painter.end();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue