![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 172 of file qtextedit.h.
QTextCursor QTextEdit::ExtraSelection::cursor |
Definition at line 174 of file qtextedit.h.
QTextCharFormat QTextEdit::ExtraSelection::format |
Definition at line 175 of file qtextedit.h.