增加刷新设备列表F5快捷键

This commit is contained in:
yangjiaxuan 2023-02-08 18:56:36 +08:00
parent 40c66d7a21
commit d1fe213719
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ MainWindow::MainWindow(HGPdtToolDbUserMgr pdtToolDbuserMgr, Dialog_logIn::LogInT
ui->setupUi(this);
ui->act_newDevice->setVisible(false);
ui->act_refreshDevice->setShortcut(QKeySequence("F5"));
QFont ft;
ft.setPointSize(15);