e6e08872e0
- Not all Qt::CursorShapes are supported on all platforoms
- e.g. on Wayland (Ubuntu 24.04) Qt::SizeAllCursor is not available and
falls back to its arrow cursor
- added built-in Crosshair and Move cursors, so that they should be available
across all platforms
- Redesigned existing object creation cursors
- Crosshairs are now 3-pixels wide
- Added white outlines to all cursors to aid in visibility against diverse
backgrounds
15 lines
431 B
Plaintext
15 lines
431 B
Plaintext
<!DOCTYPE RCC>
|
|
|
|
<RCC version="1.0">
|
|
<qresource>
|
|
<file>cursors/32x32/cursor_barcode.png</file>
|
|
<file>cursors/32x32/cursor_box.png</file>
|
|
<file>cursors/32x32/cursor_crosshair.png</file>
|
|
<file>cursors/32x32/cursor_ellipse.png</file>
|
|
<file>cursors/32x32/cursor_image.png</file>
|
|
<file>cursors/32x32/cursor_line.png</file>
|
|
<file>cursors/32x32/cursor_move.png</file>
|
|
<file>cursors/32x32/cursor_text.png</file>
|
|
</qresource>
|
|
</RCC>
|