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;