zhongfuqiang上传最新代码20250325
This commit is contained in:
@@ -32,8 +32,13 @@ public:
|
||||
return userInput->text();
|
||||
}
|
||||
|
||||
signals:
|
||||
void userInputEntered(const QString& userInput); // **只发送用户输入,不管取消情况**
|
||||
|
||||
private slots:
|
||||
void onDeleteButtonClicked() {
|
||||
emit userInputEntered(userInput->text()); // **发送输入值**
|
||||
//close(); // **关闭窗口**
|
||||
accept();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user