Sine Striker
2023-12-17 9619357769518e277237812e82d7c32d38cb20e6
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;
    }());