Class sh::ui::SearchPanelTextEditor

class sh::ui::SearchPanelTextEditor : public sh::ui::SearchPanelAbstractEditor

A single line text editor for search panel usage.

Subclassed by sh::ui::qt::QtSearchPanelAbstractEditor< QLineEdit, sh::ui::SearchPanelTextEditor >

Public Functions

SearchPanelTextEditor() = default
QString textContent() = 0

Returns the text content. .

void setTextContent(QString s) = 0

Sets the text content. .

QString placeholderDescription() = 0

Returns the placeholder description text (visible if field is empty). .

void setPlaceholderDescription(QString s) = 0

Sets the placeholder description text (visible if field is empty). .

bool isWidgetEnabled() = 0

Returns if the widget is enabled. .

void setWidgetEnabled(bool v) = 0

Sets if the widget is enabled. .