Clean one text edit in Qt
Solved
General and Desktop
-
Hi! Functions for that are usually named "clear" (not clean). This is also the case here, see: http://doc.qt.io/qt-5/qtextedit.html#clear
-
@Wieland ok void QTextEdit::clear() thx