Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QTextEdit::ExtraSelection Class Reference

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

#include <qtextedit.h>

+ Collaboration diagram for QTextEdit::ExtraSelection:

Public Attributes

QTextCursor cursor
 
QTextCharFormat format
 

Detailed Description

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

Since
4.2 \inmodule QtWidgets

Definition at line 169 of file qtextedit.h.

Member Data Documentation

◆ cursor

QTextCursor QTextEdit::ExtraSelection::cursor

Definition at line 171 of file qtextedit.h.

◆ format

QTextCharFormat QTextEdit::ExtraSelection::format

Definition at line 172 of file qtextedit.h.


The documentation for this class was generated from the following file: