Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/qsetting/
H A Dqtfactory.cpp11 qtFactoryReset::qtFactoryReset(QWidget *parent) in qtFactoryReset() function in qtFactoryReset
29 qtFactoryReset::~qtFactoryReset() in ~qtFactoryReset()
34 void qtFactoryReset::on_btnClicked() in on_btnClicked()
H A Dqtfactory.h8 class qtFactoryReset : public QWidget
13 qtFactoryReset(QWidget *parent = 0);
14 ~qtFactoryReset();
H A Dmainwindow.h32 qtFactoryReset *factoryReset;
H A Dmainwindow.cpp178 factoryReset = new qtFactoryReset(this); in on_itemClicked()