增加配置项,用于软件配置

This commit is contained in:
hm
2020-10-06 09:34:04 +08:00
parent 41c8a48e51
commit ed2f017d4a
5 changed files with 29 additions and 35 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ QSize GetDesktopSize() {
}
//return QSize(screen_width, screen_height);//最大1366*768
return QSize(1000, 700);//最大1366*768
return QSize(1000, 600);//最大1366*768
}
void CheckDir(const QString &path) {