▲
-
Header: ExtraSelection
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Widgets)
target_link_libraries(mytarget PRIVATE Qt6::Widgets)
-
qmake: QT += widgets
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.