![]() |
Qt 6.x
The Qt SDK
|
The QTextEdit::ExtraSelection structure provides a way of specifying a character format for a given selection in a document. More...
#include <qtextedit.h>
Public Attributes | |
QTextCursor | cursor |
QTextCharFormat | format |
The QTextEdit::ExtraSelection structure provides a way of specifying a character format for a given selection in a document.
Definition at line 169 of file qtextedit.h.
QTextCursor QTextEdit::ExtraSelection::cursor |
Definition at line 171 of file qtextedit.h.
QTextCharFormat QTextEdit::ExtraSelection::format |
Definition at line 172 of file qtextedit.h.