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


QWizard documentation  | view source Contained in the QWizard distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use QWizard::Plugins::History;

  # add the history widget to the left side
  $qw = new QWizard(leftside => [get_history_widgets()]);

  # ...
  $qw->magic('blah');

DESCRIPTION

Top

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.

AUTHOR

Top

Wes Hardaker, hardaker@users.sourceforge.net

SEE ALSO

Top

perl(1)

NetPolicy::module_utils(3)

http://net-policy.sourceforge.net/


QWizard documentation  | view source Contained in the QWizard distribution.