#include <UPlot.h>
Public Member Functions | |
QSize | minimumSizeHint () const |
Qt::Orientation | orientation () const |
void | setOrientation (Qt::Orientation orientation) |
QSize | sizeHint () const |
UOrientableLabel (const QString &text, Qt::Orientation orientation=Qt::Horizontal, QWidget *parent=0) | |
virtual | ~UOrientableLabel () |
Protected Member Functions | |
virtual void | paintEvent (QPaintEvent *event) |
Private Attributes | |
Qt::Orientation | _orientation |
Orientable QLabel. Inherit QLabel and let you to specify the orientation.
UOrientableLabel::UOrientableLabel | ( | const QString & | text, |
Qt::Orientation | orientation = Qt::Horizontal , |
||
QWidget * | parent = 0 |
||
) |
|
inline |
|
protectedvirtual |
void UOrientableLabel::setOrientation | ( | Qt::Orientation | orientation | ) |