equal
deleted
inserted
replaced
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; |