Inheritance diagram for DzLabel:

Properties | |
| AlignmentFlags | alignment |
| Number | indent |
| Pixmap | pixmap |
| Boolean | scaledContents |
| String | text |
Methods | |
| DzWidget | buddy () |
| void | clear () |
| void | setBuddy (DzWidget buddy) |
Constructors | |
| DzLabel (DzWidget parent) | |
This class provides text or image display.
| DzLabel::DzLabel | ( | DzWidget | parent | ) |
Creates label with the given parent widget
| DzWidget DzLabel::buddy | ( | ) |
| void DzLabel::clear | ( | ) |
Clears the text displayed in the label
| void DzLabel::setBuddy | ( | DzWidget | buddy | ) |
Sets the buddy widget for this label.
Holds the alignment of the text displayed in the label.
| int DzLabel::indent |
Holds the label's indent in pixels from its current alignment.
| const QPixmap * DzLabel::pixmap |
Holds whether the contents of the label are scaled to fill the available space.
| QString DzLabel::text |
Holds the text displayed in the label.