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