zhongfuqiang上传最新代码20250325

This commit is contained in:
2025-03-25 16:05:45 +08:00
parent aa3e8c8223
commit 4a25fb0e80
360 changed files with 1771 additions and 201564 deletions

View File

@@ -32,8 +32,13 @@ public:
return userInput->text();
}
signals:
void userInputEntered(const QString& userInput); // **只发送用户输入,不管取消情况**
private slots:
void onDeleteButtonClicked() {
emit userInputEntered(userInput->text()); // **发送输入值**
//close(); // **关闭窗口**
accept();
}