1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 10:37:34 +00:00

Ladybird: Use custom QIconEngine to render scalable/vector icons

Rather than render the icons to a 16x16 bitmap, keep them as vector
graphics and render them on request. This keeps the icons crisp on high
DPI displays.
This commit is contained in:
MacDue 2023-07-29 19:46:47 +01:00 committed by Andreas Kling
parent 3e6ca1085c
commit 1837e94ba4
5 changed files with 170 additions and 31 deletions

View file

@ -91,6 +91,7 @@ set(SOURCES
Settings.cpp
SettingsDialog.cpp
Tab.cpp
TVGIconEngine.cpp
Utilities.cpp
WebContentView.cpp
ladybird.qrc