From 730c83c649b60c6701a996b43caca3bd9ef0525b Mon Sep 17 00:00:00 2001 From: taynpg Date: Mon, 20 May 2024 08:18:13 +0800 Subject: [PATCH] =?UTF-8?q?opti=EF=BC=9A=E5=AF=BC=E5=85=A5=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E4=BD=8D=E7=BD=AE=E7=A7=BB=E5=88=B0=E5=B7=A6=E4=B8=8B?= =?UTF-8?q?=EF=BC=8C=E9=A3=8E=E6=A0=BC=E6=94=B9=E4=B8=BA=E4=B9=A0=E6=83=AF?= =?UTF-8?q?=E7=9A=84windows=E7=BB=8F=E5=85=B8=E9=A3=8E=E6=A0=BC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MainWidget.ui | 32 +++++++++++++++----------------- main.cpp | 3 ++- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/MainWidget.ui b/MainWidget.ui index 1b4af85..7ae15b7 100644 --- a/MainWidget.ui +++ b/MainWidget.ui @@ -6,7 +6,7 @@ 0 0 - 1220 + 1279 805 @@ -67,20 +67,6 @@ 2.操作 - - - - 导出 - - - - - - - 导入 - - - @@ -198,6 +184,20 @@ + + + + 导出 + + + + + + + 导入 + + + @@ -287,8 +287,6 @@ edStatus btnRead btnSave - btnExport - btnImport edRepPre edRepAfter btnReplace diff --git a/main.cpp b/main.cpp index 4cf99c8..9396f24 100644 --- a/main.cpp +++ b/main.cpp @@ -9,7 +9,8 @@ int main(int argc, char *argv[]) #ifdef _WIN32 QFont font("Microsoft YaHei", 9); a.setFont(font); - a.setStyle("fusion"); + //a.setStyle("fusion"); + a.setStyle("windows"); #endif MainWidget w;