Searched refs:m_loadLbl (Results 1 – 2 of 2) sorted by relevance
22 m_loadLbl(Q_NULLPTR), in WIFIWidget()186 m_loadLbl = new QLabel(this); in setListenLoad()187 m_loadLbl->setStyleSheet("color: blue;"); in setListenLoad()195 m_loadLbl->setText("search ..."); in setListenLoad()197 m_loadLbl->clear(); in setListenLoad()205 m_loadLbl->clear(); in setListenLoad()208 m_loadLbl->setFixedSize(100, 50); in setListenLoad()209 m_loadLbl->move(rect.x() + rect.width()/2, rect.y() + rect.height()/2); in setListenLoad()210 m_loadLbl->show(); in setListenLoad()213 m_loadLbl->clear(); in setListenLoad()
67 QLabel *m_loadLbl; variable