Row 为QML中一个水平自动布局定位器,需要设置的属性不多。下面详细说明。Rectangle{ anchors.fill: parent color: "black" Row{ //水平布局子对象y:10 ...
確定! 回上一頁