Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/qsetting/
H A Dqtfactory.cpp21 connect(&btn, SIGNAL(clicked(bool)), this, SLOT(on_btnClicked())); in qtFactoryReset()
34 void qtFactoryReset::on_btnClicked() in on_btnClicked() function in qtFactoryReset
H A Dqtupdate.cpp29 connect(&btn, SIGNAL(clicked(bool)), this, SLOT(on_btnClicked())); in qtUpdate()
42 void qtUpdate::on_btnClicked() in on_btnClicked() function in qtUpdate
H A Dqtupdate.h20 void on_btnClicked();
H A Dqtfactory.h20 void on_btnClicked();
H A Dqtwifi.cpp35 connect(switchBtn, SIGNAL(clicked(bool)), this, SLOT(on_btnClicked())); in qtWifi()
222 void qtWifi::on_btnClicked() in on_btnClicked() function in qtWifi
H A Dqtwifi.h51 void on_btnClicked();
H A Dqtbt.cpp219 connect(switchBtn, SIGNAL(clicked(bool)), this, SLOT(on_btnClicked())); in qtBT()
273 void qtBT::on_btnClicked() in on_btnClicked() function in qtBT
H A Dqtbt.h84 void on_btnClicked();