3#include <GuiFoundation/GuiFoundationDLL.h>
20 void setText(
const QString& sText);
26 void setPlaceholderText(
const QString& sText);
48 void onLineEditTextChanged(
const QString& text);
49 void onClearButtonClicked(
bool checked =
false);
52 virtual bool eventFilter(QObject* obj, QEvent* e)
override;
53 virtual void showEvent(QShowEvent* e)
override;
55 QLineEdit* m_pLineEdit;
56 QPushButton* m_pClearButton;