15. Examples for Plugins
QEmailTextBox: Validate Email Addresses
<< * QObjectDiff: What fields changed in my form?
|
Back to Main
|
Making remote XML-RPC calls with QXmlRpc_Client >>
View Source
will open in a new window
QEmailTextBox: Validation of Email Addresses
QEmailTextBox
control is a simple extension of the
QTextBox
control that allows you to easily validate the email address that the user provides.
Use it just like a QTextBox whenever you want to validate email addresses.
Enter an email address:
Verify