Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/
H A Dnetworkwidget.cpp74 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() local
75 QRegExpValidator *pValidator= new QRegExpValidator(regExp, this); in initUi()