7#ifndef QT_ENUM_TO_STRING_H
8#define QT_ENUM_TO_STRING_H
13#include <QXmlStreamReader>
18extern QString QPointFToString (
const QPointF &pos);
19extern QString QtCursorToString (Qt::CursorShape cursorShape);
20extern QString QTransformToString (
const QTransform &transform);
21extern QString QXmlStreamReaderTokenTypeToString (QXmlStreamReader::TokenType tokenType);
22extern QString roleAsString (
int role);
23extern QString rolesAsString (
const QVector<int> &roles);