class KToolBarLabelAction |
|
|
Class to display a label in a toolbar. KToolBarLabelAction is a convenience class for displaying a label in a toolbar. ##buddy() methods and can be used as follows:
Author Felix Berger |
|
Creates a toolbar label.
text - The label's and the action's text. parent - This action's parent. |
|
Creates a toolbar label setting a buddy for the label.
buddy - The action whose widget which is focused when the label's accelerator is typed. text - The label's and the action's text. parent - This action's parent. |
|
Returns the label's buddy or 0 if no buddy is currently set. ##setBuddy() for more information. |
|
Reimplemented from See also QActionWidgetFactory. |
|
|
Sets the label's buddy to buddy. #setBuddy() for details. |
|
This signal is emmitted whenever the text of this action is changed. |