libyui-qt
2.47.1.1
|
Public Member Functions | |
YQLabel (YWidget *parent, const std::string &text, bool isHeading=false, bool isOutputField=false) | |
Constructor. | |
virtual | ~YQLabel () |
Destructor. | |
virtual void | setText (const std::string &newText) |
Set the text the widget displays. More... | |
virtual void | setUseBoldFont (bool bold) |
Switch bold font on or off. More... | |
virtual void | setEnabled (bool enabled) |
Set enabled / disabled state. More... | |
virtual int | preferredWidth () |
Preferred width of the widget. More... | |
virtual int | preferredHeight () |
Preferred height of the widget. More... | |
virtual void | setSize (int newWidth, int newHeight) |
Set the new size of the widget. More... | |
|
virtual |
Preferred height of the widget.
Reimplemented from YWidget.
Definition at line 102 of file YQLabel.cc.
|
virtual |
Preferred width of the widget.
Reimplemented from YWidget.
Definition at line 96 of file YQLabel.cc.
|
virtual |
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 108 of file YQLabel.cc.
|
virtual |
Set the text the widget displays.
Reimplemented from YLabel.
Definition at line 72 of file YQLabel.cc.
|
virtual |
Switch bold font on or off.
Reimplemented from YLabel.
Definition at line 79 of file YQLabel.cc.