▲
-
Header: FormatRange
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
-
qmake: QT += gui
Detailed Description▲
Member Variable Documentation▲
QTextCharFormat FormatRange::format▲
Specifies the format to apply.
int FormatRange::length▲
Specifies the number of characters the format range spans.
int FormatRange::start▲
Specifies the beginning of the format range within the text layout's text.
Related Non-Members▲
bool operator!=(const FormatRange &lhs, const FormatRange &rhs)▲
Returns true if any of the start, length, or format fields in lhs and rhs contain different values respectively.
bool operator==(const FormatRange &lhs, const FormatRange &rhs)▲
Returns true if the start, length, and format fields in lhs and rhs contain the same values respectively.