NAME

Qt::Core::QSize

PUBLIC METHODS

QSize()
QSize(int w, int h)
QSize boundedTo(const QSize & arg0)
QSize expandedTo(const QSize & arg0)
int height()
bool isEmpty()
bool isNull()
bool isValid()
QSize & operator*=(qreal c)
QSize & operator+=(const QSize & arg0)
QSize & operator-=(const QSize & arg0)
QSize & operator/=(qreal c)
int & rheight()
int & rwidth()
void scale(const QSize & s, Qt::AspectRatioMode mode)
void scale(int w, int h, Qt::AspectRatioMode mode)
void setHeight(int h)
void setWidth(int w)
void transpose()
int width()

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html