0

I want to disable "Back" button on the wizard page:

 void myPage::initializePage( void )
 {
     // ... 
     wizard()->button( QWizard::BackButton )->setDisabled( true );
 }

But the button stays active. Why?

ymoreau
  • 3,402
  • 1
  • 22
  • 60
kaa
  • 1,265
  • 5
  • 22
  • 39
  • possible duplicate of [How to completely disable or hide Back button in QWizard?](http://stackoverflow.com/questions/9072626/how-to-completely-disable-or-hide-back-button-in-qwizard) – Andrejs Cainikovs Mar 07 '14 at 07:39
  • I saw that question. it is similar but not duplicated. Because I asked why QWizard::button works in one place, and do not work in another. – kaa Mar 07 '14 at 07:48
  • @YuriyVelichko: please paste an [SSCCE](http://sscce.org) compliant code. – László Papp Mar 08 '14 at 06:41

0 Answers0