Text
This widget is a multi-line editor (superseding QMultiLineEdit), which can display either plain text or rich text. The dialog presents a text edit in plain text mode. You can enter rich text by using HTML tags and attributes, for example,<h2>Text Edit</h2> <p align="center"> The Text Edit widget supports <b>rich</b> <font color="ff0000">text</font>.</p> |