Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ウィザード ページの [戻る] ボタンを無効にしたい:
void myPage::initializePage( void ) { // ... wizard()->button( QWizard::BackButton )->setDisabled( true ); }
ただし、ボタンはアクティブなままです。なんで?