1 #ifndef WIDGETS_CLEARPLAINTEXTEDIT_H 2 #define WIDGETS_CLEARPLAINTEXTEDIT_H 6 #include <QPlainTextEdit> 15 bool isCleared()
const override;
18 void handleTextChanged();
19 void handleClearButtonClicked()
override;
25 #endif // WIDGETS_CLEARPLAINTEXTEDIT_H
#define QT_UTILITIES_EXPORT
Marks the symbol to be exported by the qtutilities library.
A QPlainTextEdit with an embedded button for clearing its contents.