The PyQt5.QtWidgets.QTextBrowser.clear() method clears the contents displayed in a QTextBrowser widget. This method removes all the text from the browser, effectively resetting it to an empty state.
Python QTextBrowser.clear - 37 examples found. These are the top rated real world Python examples of PyQt5.QtWidgets.QTextBrowser.clear extracted from open source projects. You can rate examples to help us improve the quality of examples.