Searched refs:regExp (Results 1 – 1 of 1) sorted by relevance
74 QRegExp regExp("((2[0-4]\\d|25[0-5]|[01]?\\d\\d?)\\.){3}(2[0-4]\\d|25[0-5]|[01]?\\d\\d?)"); in initUi() local75 QRegExpValidator *pValidator= new QRegExpValidator(regExp, this); in initUi()