MouseArea {
anchors.fill: parent;
hoverEnabled: true;
cursorShape: (containsMouse? (pressed? Qt.ClosedHandCursor: Qt.OpenHandCursor): Qt.ArrowCursor);//设置鼠标样式
onDoubleClicked: {
}
}
长风破浪会有时,直挂云帆济沧海!
MouseArea {
anchors.fill: parent;
hoverEnabled: true;
cursorShape: (containsMouse? (pressed? Qt.ClosedHandCursor: Qt.OpenHandCursor): Qt.ArrowCursor);//设置鼠标样式
onDoubleClicked: {
}
}
长风破浪会有时,直挂云帆济沧海!
SpringBoot自定义starter
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M