tools/shared/qtpropertybrowser/qtpropertybrowserutils_p.h
branchRCL_3
changeset 7 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
    66 
    66 
    67 class QtCursorDatabase
    67 class QtCursorDatabase
    68 {
    68 {
    69 public:
    69 public:
    70     QtCursorDatabase();
    70     QtCursorDatabase();
       
    71     void clear();
    71 
    72 
    72     QStringList cursorShapeNames() const;
    73     QStringList cursorShapeNames() const;
    73     QMap<int, QIcon> cursorShapeIcons() const;
    74     QMap<int, QIcon> cursorShapeIcons() const;
    74     QString cursorToShapeName(const QCursor &cursor) const;
    75     QString cursorToShapeName(const QCursor &cursor) const;
    75     QIcon cursorToShapeIcon(const QCursor &cursor) const;
    76     QIcon cursorToShapeIcon(const QCursor &cursor) const;