Layouting::TextEdit Class

class Layouting::TextEdit

Wraps QTextEdit for use in a Layouting builder. More...

Header: #include <TextEdit>
Inherits: Layouting::Widget

Detailed Description

Supports both plain text (via setText()) and Markdown content (via setMarkdown()).

See also Layouting::CompletingTextEdit, Layouting::LineEdit, and Layouting::Widget.