Zhao Yuhang
2023-12-14 2005ce0c65d4ad439bf1731360af497cd4d92e3a
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;
    }());