func:基本添加复制功能,无GUI。

This commit is contained in:
2024-05-15 17:34:07 +08:00
parent 8b794417ba
commit 950949c130
8 changed files with 158 additions and 40 deletions

View File

@@ -7,9 +7,9 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
#ifdef _WIN32
QFont font("Microsoft YaHei", 10);
QFont font("Microsoft YaHei", 9);
a.setFont(font);
a.setStyle("windows");
a.setStyle("fusion");
#endif
MainWidget w;