Files
oak-editor/app/ui/cursors/cursors.qrc
T
itsmattkc ef91f81e0f implemented cursors in the timeline
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.
2020-01-03 17:58:07 +11:00

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>