1#ifndef WIDGETS_CLEARLINEEDIT_H
2#define WIDGETS_CLEARLINEEDIT_H
8QT_FORWARD_DECLARE_CLASS(QHBoxLayout)
16 Q_PROPERTY(
bool cleared READ isCleared)
21 bool isCleared()
const override;
24 void handleTextChanged(
const QString &
text);
25 void handleClearButtonClicked()
override;
26 void handleCustomLayoutCreated()
override;
A QLineEdit with an embedded button for clearing its contents.
#define QT_UTILITIES_EXPORT
Marks the symbol to be exported by the qtutilities library.