Home
last modified time | relevance | path

Searched refs:showInfo (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dwifiwidget.cpp135 QString showInfo("ssid : %1\nencryption : %2\nfreq : %3\nmac : %4 \n "); in createSTA() local
136 showInfo = showInfo.arg(infos.value("ssid")) in createSTA()
140 ui->statusLbl->setText(showInfo); in createSTA()