1History(3) User Contributed Perl Documentation History(3)
2
3
4
6 QWizard::Plugins::History - Show a QWizard History Widget
7
9 use QWizard::Plugins::History;
10
11 # add the history widget to the left side
12 $qw = new QWizard(leftside => [get_history_widgets()]);
13
14 # ...
15 $qw->magic('blah');
16
18 The history widget (best used in a sidebar) displays a list of
19 completed and future qwizard screen titles that are in the todo list to
20 finish.
21
23 Wes Hardaker, hardaker@users.sourceforge.net
24
26 perl(1)
27
28 NetPolicy::module_utils(3)
29
30 http://net-policy.sourceforge.net/
31
32
33
34perl v5.34.0 2021-07-22 History(3)