Text { text: "Hello World!" font.family: "Helvetica" font.pointSize: 24 anchors.centerIn: parent //文字居父级盒子的正中 color: "red"}//加样式Text { text: "<b>Hello</b> <i>World!</i>"}