UtiLite  0.3.1
A lite utilities library
Public Member Functions
UOrientableLabel Class Reference

#include <UPlot.h>

List of all members.

Public Member Functions

 UOrientableLabel (const QString &text, Qt::Orientation orientation=Qt::Horizontal, QWidget *parent=0)
Qt::Orientation orientation () const
void setOrientation (Qt::Orientation orientation)

Detailed Description

Orientable QLabel. Inherit QLabel and let you to specify the orientation.


Constructor & Destructor Documentation

UOrientableLabel::UOrientableLabel ( const QString &  text,
Qt::Orientation  orientation = Qt::Horizontal,
QWidget *  parent = 0 
)

Constructor.


Member Function Documentation

Qt::Orientation UOrientableLabel::orientation ( ) const [inline]

Get orientation.

void UOrientableLabel::setOrientation ( Qt::Orientation  orientation)

Set orientation (Qt::Vertical or Qt::Horizontal).


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations Friends Defines