Skip to content
Snippets Groups Projects
Commit fb8f479a authored by luyikei's avatar luyikei
Browse files

Add Cursor.qml

parent 68a52c15
No related branches found
No related tags found
No related merge requests found
import QtQuick 2.0
Rectangle {
width: 2
color: "#c24a00"
onXChanged: {
x = x > initPosOfCursor ? x : initPosOfCursor;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment