From 59690b8ab4f3e4c2cea0467f40e858080943dd62 Mon Sep 17 00:00:00 2001
From: Zhao Yuhang <2546789017@qq.com>
Date: 摹曛, 14 12月 2023 20:45:33 +0800
Subject: [PATCH] tweak

---
 examples/mainwindow/main.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/examples/mainwindow/main.cpp b/examples/mainwindow/main.cpp
index 8813a60..8bbaab3 100644
--- a/examples/mainwindow/main.cpp
+++ b/examples/mainwindow/main.cpp
@@ -21,7 +21,7 @@
 
 #ifdef Q_OS_WINDOWS
     a.setFont([]() {
-        QFont f("Microsoft YaHei");
+        QFont f(QStringLiteral("Microsoft YaHei UI"));
         f.setPixelSize(15);
         return f;
     }());

--
Gitblit v1.9.1