Searched refs:pIntV (Results 1 – 1 of 1) sorted by relevance
19 QIntValidator *pIntV = new QIntValidator; in WatchDogWidgt() local20 pIntV->setRange(1, 10); in WatchDogWidgt()21 ui->timeoutEdt->setValidator(pIntV); in WatchDogWidgt()