Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Clean one text edit in Qt
-
Hi i want to clean all things that i wrote in one Text Edit. How i can to clean this text edit. What i need to do? Thx in advance.
-
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