The Selection
class is a convenience class defining the parameters of a selection.
A selection can be used to specify a part of a document that should be highlighted when drawing custom layouts for QTextDocuments with the draw()
function. It is specified using cursor and a format .
See also
QAbstractTextDocumentLayout
PaintContext
This variable holds the selection’s cursor.
The default value is a null cursor.
This variable holds the format of the selection.
The default value is InvalidFormat
.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.