Windows QPA: add icon for zoom-original

zoom-original can be mapped to "Zoom" (0xe71e) icon as can be seen here: https://learn.microsoft.com/en-us/windows/apps/design/style/segoe-fluent-icons-font

Pick-to: 6.7 6.5
Change-Id: Ia13776d2f6007dada51bb06d2a5472cc9cdbb370
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
(cherry picked from commit ab6f11600974c803d807f2550d6dd7723749f75f)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Christian Ehrlicher 2024-10-05 19:28:54 +02:00 committed by Qt Cherry-pick Bot
parent a0b46eaf3a
commit 26cf464e48

View File

@ -118,7 +118,7 @@ QString QWindowsIconEngine::glyphs() const
{"window-new"_L1, u"\ue78b"}, {"window-new"_L1, u"\ue78b"},
{"zoom-fit-best"_L1, u"\ue9a6"}, {"zoom-fit-best"_L1, u"\ue9a6"},
{"zoom-in"_L1, u"\ue8a3"}, {"zoom-in"_L1, u"\ue8a3"},
//{"zoom-original"_L1, u"\u"}, {"zoom-original"_L1, u"\ue71e"},
{"zoom-out"_L1, u"\ue71f"}, {"zoom-out"_L1, u"\ue71f"},
{"process-working"_L1, u"\ue9f3"}, {"process-working"_L1, u"\ue9f3"},