package Qt::Svg::QSvgWidget;
# THE FOLLOWING CODE IS AUTOMATED, ANY MODIFICATION WILL BE LOST!
# classname: QSvgWidget
# file : QtSvg/qsvgwidget.h
use strict;
use warnings;
#use Carp;
our $VERSION = '0.01_03';
# FIXME: operator overload
1;
=head1 NAME
Qt::Svg::QSvgWidget
=head1 PUBLIC METHODS
=over
=item QSvgWidget(QWidget * parent)
=item QSvgWidget(QWidget * parent = 0)
=item QSvgWidget(const QString & file, QWidget * parent)
=item QSvgWidget(const QString & file, QWidget * parent = 0)
=item ~QSvgWidget()
=item void load(const QString & file)
=item void load(const QByteArray & contents)
=item QSvgRenderer * renderer()
=item QSize sizeHint()
=back
=head1 ENUM VALUES
=over
=back
=head2 EXPORT
None by default.
=head1 AUTHOR
Dongxu Ma E<lt>dongxu@cpan.orgE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
See L<http://dev.perl.org/licenses/artistic.html>
=cut