Class sh::ui::SearchPanelLabelEditor

class sh::ui::SearchPanelLabelEditor : public sh::ui::SearchPanelAbstractEditor

A text label for search panel usage.

Subclassed by sh::ui::qt::QtSearchPanelAbstractEditor< QLabel, sh::ui::SearchPanelLabelEditor >

Public Functions

SearchPanelLabelEditor() = default
QString textContent() = 0

Returns the text content. .

void setTextContent(QString s) = 0

Sets the text content. .

SearchPanelAbstractEditor *focusProxyEditor() = 0

Returns the focus proxy widget (which focus gets redirected to in some situations). .

void setFocusProxyEditor(SearchPanelAbstractEditor *w) = 0

Sets the focus proxy widget (which focus gets redirected to in some situations). .

bool isWidgetEnabled() = 0

Returns if the widget is enabled. .

void setWidgetEnabled(bool v) = 0

Sets if the widget is enabled. .