![]() |
Songbook-Client
0.7
This application is a manager of customguitar songbooks
|
CLabel is a custom QLabel with a fixed width and elide mode. More...
#include <label.hh>
Public Member Functions | |
| CLabel (QWidget *parent=0) | |
| Constructor. | |
| ~CLabel () | |
| Destructor. | |
| Qt::TextElideMode | elideMode () const |
| void | setElideMode (Qt::TextElideMode mode) |
Protected Member Functions | |
| void | paintEvent (QPaintEvent *event) |
Properties | |
| Qt::TextElideMode | elideMode |
CLabel is a custom QLabel with a fixed width and elide mode.
| Qt::TextElideMode CLabel::elideMode | ( | ) | const |
Getter on the elide mode used by the label. Default is elide on the right.
| void CLabel::setElideMode | ( | Qt::TextElideMode | mode | ) |
Setter on the elide mode used by the label.
| mode | the elide mode. |
1.8.1.1