|
UtiLite
0.3.1
A lite utilities library
|
#include <UPlot.h>
Public Member Functions | |
| UOrientableLabel (const QString &text, Qt::Orientation orientation=Qt::Horizontal, QWidget *parent=0) | |
| Qt::Orientation | orientation () const |
| void | setOrientation (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 |
||
| ) |
Constructor.
| Qt::Orientation UOrientableLabel::orientation | ( | ) | const [inline] |
Get orientation.
| void UOrientableLabel::setOrientation | ( | Qt::Orientation | orientation | ) |
Set orientation (Qt::Vertical or Qt::Horizontal).
1.7.6.1