From be1542840af52f4adb9510e6506725445cb5d292 Mon Sep 17 00:00:00 2001 From: xiaolin-007 <205569736+xiaolin-007@users.noreply.github.com> Date: Thu, 20 Nov 2025 09:01:04 +0800 Subject: [PATCH] Update cfst-win-GUI.py --- cfst-win-GUI.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cfst-win-GUI.py b/cfst-win-GUI.py index d059b85..a198d0a 100644 --- a/cfst-win-GUI.py +++ b/cfst-win-GUI.py @@ -1,7 +1,5 @@ -# cfst_gui.py # 依赖: PySide6 # pip install PySide6 -# 运行: python cfst_gui.py import sys import os @@ -149,7 +147,7 @@ class CFSTGui(QWidget): lbl_threads = QLabel("并发线程数") lbl_threads.setFixedHeight(28) self.spin_threads = QSpinBox() - self.spin_threads.setRange(1, 1000) + self.spin_threads.setRange(1, 200) self.spin_threads.setValue(50) self.spin_threads.setFixedWidth(50)