
QWizard::Plugins::History - Show a QWizard History Widget

use QWizard::Plugins::History;
# add the history widget to the left side
$qw = new QWizard(leftside => [get_history_widgets()]);
# ...
$qw->magic('blah');

The history widget (best used in a sidebar) displays a list of completed and future qwizard screen titles that are in the todo list to finish.

Wes Hardaker, hardaker@users.sourceforge.net

perl(1)