rectangle.qml import QtQuick 2.0 // The root element is the Rectangle ... Text { id: label x: 24; y: 24 // custom counter property for space presses ...
確定! 回上一頁