NAME
QBitmap - Interface to the Qt QBitmap class
SYNOPSIS
use QBitmap;
Inherits QPixmap.
Requires QSize and QWMatrix.
Member functions
new, xForm
DESCRIPTION
What you see is what you get. Because the = operator can't be properly overloaded in Perl, new constructor prototypes were added to replicate the effect. QBitmap::new({QBitmap|QPixmap|QImage}) is legal as a replacement for an overloaded = operator.
SEE ALSO
qbitmap(3qt)
AUTHOR
Ashley Winters <jql@accessone.com>