Create link annotation

This commit is contained in:
Jakub Melka
2020-03-23 19:10:22 +01:00
parent 35ffc256f3
commit f4bb5c2fa1
8 changed files with 1270 additions and 803 deletions

View File

@ -145,7 +145,8 @@ public:
_QRectF,
_QColor,
_QVariant,
_TextAnnotationIcon
_TextAnnotationIcon,
_LinkHighlightMode
};
Q_ENUM(DataType)
@ -352,7 +353,8 @@ public:
{
Structure,
Annotations,
ColorSpace
ColorSpace,
Actions
};
Q_ENUM(FunctionType)