1 #ifndef QT_ENUM_TO_STRING_H
2 #define QT_ENUM_TO_STRING_H
7 #include <QXmlStreamReader>
12 extern QString QPointFToString (
const QPointF &pos);
13 extern QString QtCursorToString (Qt::CursorShape cursorShape);
14 extern QString QTransformToString (
const QTransform &transform);
15 extern QString QXmlStreamReaderTokenTypeToString (QXmlStreamReader::TokenType tokenType);
16 extern QString roleAsString (
int role);
17 extern QString rolesAsString (
const QVector<int> &roles);
19 #endif // QT_ENUM_TO_STRING_H