From eda513356b8eb58b3069ddceb8c3dbc63c7fcdcd Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周日, 17 12月 2023 15:58:49 +0800 Subject: [PATCH] Update resources --- 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