Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
How to Use QTextEdit
Jump to navigation
Jump to search
English Deutsch
How to use QTextEdit
Overview
With QTextEdit [qt.io], you get an easy to use class to create a rich text field. With this text field, you can display plain text, but also rich text like HTML-formatted text and images.
Important methods
HTML
Example
QTextEdit can be used for multiple purposes, here is a simple editor: