- // import QtQuick 1.0 // to target S60 5th Edition or Maemo 5
- import QtQuick 1.1
- Rectangle {
- width: 360
- height: 360
- Text {
- anchors.centerIn: parent
- text: (10/5).toFixed(2)
- }
- MouseArea {
- anchors.fill: parent
- onClicked: {
- Qt.quit();
- }
- }
- }
对于这种 跨平台 又 跨语言 的玩意没两下子,还真玩不转……