Note: this does not use the cursor SVGs in app/ui/cursors since I was never really satisfied with them. They're kept for posterity for the time being.
16 lines
473 B
XML
16 lines
473 B
XML
<!-- NOTE: I'm not a huge fan of these cursors, it may be good to commission some new ones soon -->
|
|
|
|
<RCC>
|
|
<qresource prefix="/cursors">
|
|
<file>trim-left.svg</file>
|
|
<file>trim-right.svg</file>
|
|
<file>slip.svg</file>
|
|
<file>ripple-left.svg</file>
|
|
<file>ripple-right.svg</file>
|
|
<file>rolling.svg</file>
|
|
<file>razor-a.svg</file>
|
|
<file>razor-b.svg</file>
|
|
<file>razor-c.svg</file>
|
|
</qresource>
|
|
</RCC>
|