1#ifndef WIDGETS_CLEARLINEEDIT_H
2#define WIDGETS_CLEARLINEEDIT_H
8QT_FORWARD_DECLARE_CLASS(QHBoxLayout)
24 void handleTextChanged(
const QString &
text);
25 void handleClearButtonClicked()
override;
26 void handleCustomLayoutCreated()
override;
ClearLineEdit(QWidget *parent=nullptr)
Constructs a clear line edit.
bool isCleared() const override
Returns whether the related widget is cleared.
#define QT_UTILITIES_EXPORT
Marks the symbol to be exported by the qtutilities library.