NAME
Qt::Gui::QLabel
PUBLIC METHODS
- QLabel(QWidget * parent, QFlags<Qt::WindowType> f)
- QLabel(QWidget * parent, QFlags<Qt::WindowType> f = 0)
- QLabel(QWidget * parent = 0, QFlags<Qt::WindowType> f = 0)
- QLabel(const QString & text, QWidget * parent, QFlags<Qt::WindowType> f)
- QLabel(const QString & text, QWidget * parent, QFlags<Qt::WindowType> f = 0)
- QLabel(const QString & text, QWidget * parent = 0, QFlags<Qt::WindowType> f = 0)
- ~QLabel()
- QFlags<Qt::AlignmentFlag> alignment()
- QWidget * buddy()
- void clear()
- bool hasScaledContents()
- bool hasSelectedText()
- int heightForWidth(int arg0)
- int indent()
- int margin()
- QSize minimumSizeHint()
- QMovie * movie()
- bool openExternalLinks()
- const QPicture * picture()
- const QPixmap * pixmap()
- QString selectedText()
- int selectionStart()
- void setAlignment(QFlags<Qt::AlignmentFlag> arg0)
- void setBuddy(QWidget * arg0)
- void setIndent(int arg0)
- void setMargin(int arg0)
- void setMovie(QMovie * movie)
- void setNum(int arg0)
- void setNum(double arg0)
- void setOpenExternalLinks(bool open)
- void setPicture(const QPicture & arg0)
- void setPixmap(const QPixmap & arg0)
- void setScaledContents(bool arg0)
- void setSelection(int arg0, int arg1)
- void setText(const QString & arg0)
- void setTextFormat(Qt::TextFormat arg0)
- void setTextInteractionFlags(QFlags<Qt::TextInteractionFlag> flags)
- void setWordWrap(bool on)
- QSize sizeHint()
- QString text()
- Qt::TextFormat textFormat()
- QFlags<Qt::TextInteractionFlag> textInteractionFlags()
- bool wordWrap()
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.