- Timestamp:
- Oct 16, 2007 9:13:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxRegistrationDlg.ui.h
r5294 r5320 217 217 /* Setup validations and maximum text-edit text length */ 218 218 QRegExp nameExp ("[a-zA-Z0-9\\(\\)_\\-\\.\\s]+"); 219 QRegExp emailExp ("[a-zA-Z][a-zA-Z0-9_\\- ]*[a-zA-Z0-9]@[a-zA-Z][a-zA-Z0-9_\\-\\.]*[a-zA-Z]");219 QRegExp emailExp ("[a-zA-Z][a-zA-Z0-9_\\-\\.]*[a-zA-Z0-9]@[a-zA-Z][a-zA-Z0-9_\\-\\.]*[a-zA-Z]"); 220 220 mNameEdit->setValidator (new QRegExpValidator (nameExp, this)); 221 221 mEmailEdit->setValidator (new QRegExpValidator (emailExp, this));
Note:
See TracChangeset
for help on using the changeset viewer.