Skip to content

Commit

Permalink
Add canvas cursors (as bitmaps)
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Aug 5, 2020
1 parent c5cf8b6 commit 71e87f6
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
Binary file added resources/cursors/cut_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/cursors/cut_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/cursors/zoom-area_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/cursors/zoom-area_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/cursors/zoom-in_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/cursors/zoom-in_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/cursors/zoom-out_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/cursors/zoom-out_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/cursors/zoom_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/cursors/zoom_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions resources/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@
<file>16x16/zoom-original.svgz</file>
<file>16x16/zoom-out.svgz</file>

<file>cursors/zoom_white.png</file>
<file>cursors/zoom_black.png</file>
<file>cursors/zoom-in_white.png</file>
<file>cursors/zoom-in_black.png</file>
<file>cursors/zoom-out_white.png</file>
<file>cursors/zoom-out_black.png</file>
<file>cursors/zoom-area_white.png</file>
<file>cursors/zoom-area_black.png</file>
<file>cursors/cut_white.png</file>
<file>cursors/cut_black.png</file>

<file>scalable/canvas.svg</file>
<file>scalable/catia.svg</file>
<file>scalable/jack.svg</file>
Expand Down

0 comments on commit 71e87f6

Please sign in to comment.