1 #ifndef WIDGETS_CLEARPLAINTEXTEDIT_H 2 #define WIDGETS_CLEARPLAINTEXTEDIT_H 6 #include <QPlainTextEdit> 16 bool isCleared()
const;
19 void handleTextChanged();
20 void handleClearButtonClicked();
27 #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.