Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/
H A Dwatchdogwidgt.cpp23 QDoubleValidator *pDoubleV = new QDoubleValidator; in WatchDogWidgt() local
24 pDoubleV->setRange(0.1, 10.0); in WatchDogWidgt()
25 ui->feedEdt->setValidator(pDoubleV); in WatchDogWidgt()