[Qt-interest] QWizard: disable next button?
Andre Somers
andre at familiesomers.nl
Tue Nov 10 08:59:47 CET 2009
RZ wrote:
> Rui Maciel schrieb:
>
>> Is it possible to disable the "next" button on a wizard until some custom validation tests are passed?
>>
>>
>> Thanks in advance,
>> Rui Maciel
>>
> Yes
> validateCurrentPage()
>
Or reimplement QWizardPage::validatePage() (don't forget to emit
completeChanged() if something of interest changes on the page though).
André
More information about the Qt-interest-old
mailing list