更新与前板的使用串口连接
This commit is contained in:
@@ -23,7 +23,7 @@ public:
|
||||
|
||||
QPushButton* deleteButton = new QPushButton("删除用户", this);
|
||||
layout->addWidget(deleteButton);
|
||||
|
||||
qDebug() << "------------- DelUserWindow";
|
||||
connect(deleteButton, &QPushButton::clicked, this, &DelUserWindow::onDeleteButtonClicked);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user