From 1902e9d6ab906615adc0f30cd22b0a838834b770 Mon Sep 17 00:00:00 2001 From: taynpg Date: Sun, 15 Sep 2024 15:22:06 +0800 Subject: [PATCH] =?UTF-8?q?theme=EF=BC=9A=E8=AE=BE=E7=BD=AE=E4=B8=BA?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=BB=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 3f6d948..843ec62 100644 --- a/main.cpp +++ b/main.cpp @@ -9,14 +9,14 @@ int main(int argc, char *argv[]) #ifdef _WIN32 QFont font("Microsoft YaHei", 9); a.setFont(font); - a.setStyle("fusion"); + //a.setStyle("fusion"); #endif #if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); #endif - a.setStyle("windows"); + //a.setStyle("windows"); MainWidget w; w.set_work_exe(argv[0]); w.show();