diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8978c5db..7cb10ab3 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2288,9 +2288,12 @@ void MainWindow::loadWifiListDone(QStringList slist) QList itemList = wifiListWidget->findChildren(); int n = itemList.size(); if (n >= 1) { + qDebug() << "111111111111111111"; OneConnForm *lastItem = itemList.at(n-1); lastItem->setLine(false); //最后一个item不需要下划线 lbNoItemTip->hide(); + lbTopWifiList->show(); + btnAddNet->show(); } else { if (ifWLanConnected) { lbNoItemTip->show();