Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/
H A Dwatchdogwidgt.cpp19 QIntValidator *pIntV = new QIntValidator; in WatchDogWidgt() local
20 pIntV->setRange(1, 10); in WatchDogWidgt()
21 ui->timeoutEdt->setValidator(pIntV); in WatchDogWidgt()