The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QStaticText

PUBLIC METHODS

QStaticText()
QStaticText(const QString & text)
QStaticText(const QStaticText & other)
~QStaticText()
bool operator!=(const QStaticText & arg0)
QStaticText & operator=(const QStaticText & arg0)
bool operator==(const QStaticText & arg0)
QStaticText::PerformanceHint performanceHint()
void prepare(const QTransform & matrix, const QFont & font)
void prepare(const QTransform & matrix, const QFont & font = QFont())
void prepare(const QTransform & matrix = QTransform(), const QFont & font = QFont())
void setPerformanceHint(QStaticText::PerformanceHint performanceHint)
void setText(const QString & text)
void setTextFormat(Qt::TextFormat textFormat)
void setTextOption(const QTextOption & textOption)
void setTextWidth(qreal textWidth)
QSizeF size()
QString text()
Qt::TextFormat textFormat()
QTextOption textOption()
qreal textWidth()

ENUM VALUES

ModerateCaching
AggressiveCaching

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