package QPushButton; use strict; use vars qw($VERSION @ISA); require DynaLoader; require QGlobal; require QButton; @ISA = qw(DynaLoader QButton); $VERSION = '0.02'; bootstrap QPushButton $VERSION; 1; __END__ =head1 NAME QPushButton - Interface to the Qt QPushButton class =head1 SYNOPSIS C Inherits QButton. =head2 Member functions new, autoDefault, isDefault, setAutoDefault, setDefault =head1 DESCRIPTION Fully interfaced. =head1 SEE ALSO QPushButton(3qt) =head1 AUTHOR Ashley Winters