How to Use QTextEdit: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 15:52, 14 January 2015

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:

Categories: