ExtraSelection Struct

struct QTextEdit::ExtraSelection

The QTextEdit::ExtraSelection structure provides a way of specifying a character format for a given selection in a document. More...

Public Variables

QTextCursor cursor
QTextCharFormat format

Detailed Description

Member Variable Documentation

QTextCursor ExtraSelection::cursor

A cursor that contains a selection in a QTextDocument

QTextCharFormat ExtraSelection::format

A format that is used to specify a foreground or background brush/color for the selection.

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.0/qtextedit-extraselection.html