rectangle.qml import QtQuick 2.0 // 導入module // The root element ... events focus: true // change color based on focus value color: focus?
確定! 回上一頁