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.
サブクラス化した QWizard がありますが、それは終了したくありません。ユーザーが終了ボタンをクリックすると、最初に戻りたいだけです。最初に nextId() メソッドをオーバーライドしようとしましたが、それでは後戻りできません。他のアイデアはありますか?これはQt 4.6です
restart()たとえば、から呼び出すことができるものがありますdone()。ただし、これによりフィールドがリセットされることに注意してください。
restart()
done()