PDA

View Full Version : QWizard



rmagro
20th October 2009, 15:34
Hi guys,

how can I disable the back button in a specific page only (keeping it on the other pages) ??

Thx

Roby

rmagro
20th October 2009, 16:12
Guys,
for those who are still dealing with this problem I found one possible solution:

set the previous page as a "COMMIT page" with the command

setCommitPage( true);

This will disables the "Back button" for the next wizardpage.

Bye,
Roby