摘要: main.qml 源码 import QtQuick Window { width: 640 height: 485 visible: true title: qsTr("布局学习") Rectangle { id:leftrect width: 180; height: 480 anchors.t 阅读全文
posted @ 2024-12-27 17:33 嘚惹 阅读(40) 评论(0) 推荐(0)