[Qt-interest] QWizard with server validation

Brilliantov Kirill Vladimirovich brilliantov at byterg.ru
Wed Aug 10 07:07:46 CEST 2011


>
> 1. How to disablle buttons? And enable when I will be on next page.

button->setDisable(true)

> 3. How to validate email on client? If the user enters an invalid address I
> do not need to send data to the server.

You can use QRegExp and QValidator





More information about the Qt-interest-old mailing list