Class sh::ui::qt::QtSearchPanelTextEditor

class sh::ui::qt::QtSearchPanelTextEditor : public sh::ui::qt::QtSearchPanelAbstractEditor<QLineEdit, sh::ui::SearchPanelTextEditor>

Qt based SearchPanelTextEditor.

Public Functions

QtSearchPanelTextEditor(QWidget *parent = 0)
QString textContent()

Returns the text content. .

void setTextContent(QString s)

Sets the text content. .

QString placeholderDescription()

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

void setPlaceholderDescription(QString s)

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

bool isWidgetEnabled()
void setWidgetEnabled(bool v)