Merge pull request #104 from crrs666/master

remove frequency qlabel when switch off wifi
This commit is contained in:
chenlelin 2021-03-27 16:44:59 +08:00 committed by GitHub
commit dd4cf12768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1386,6 +1386,7 @@ void MainWindow::on_btnWifiList_clicked()
ccf->setAct(true);
ccf->move(L_VERTICAL_LINE_TO_ITEM, 0);
ccf->show();
ccf->lbFreq->hide();
this->lanListWidget->hide();
this->wifiListWidget->show();
@ -3055,6 +3056,7 @@ void MainWindow::disWifiDoneChangeUI()
ocf->setName(tr("Not connected"), "--", "--");//"当前未连接任何 Wifi"
ocf->setSignal("0", "--");
ocf->setConnedString(1, tr("Disconnected"), "");//"未连接"
ocf->lbFreq->hide();
lbLoadDown->hide();
lbLoadUp->hide();
lbLoadDownImg->hide();