摘要: import QtQuick 2.0 import QtQuick.Controls 2.0 Rectangle { id:root; color: "#19192C"; property int rect_width: 50; property int rect_height: 20; prope 阅读全文
posted @ 2020-08-06 11:49 朱小勇 阅读(965) 评论(0) 推荐(0) 编辑