import QtQuick 2.1 Rectangle { id: item width: 200 height: 200 Text { anchors.centerIn: parent font.family: "Arial" //"微软雅黑" is OK. renderType: Text.NativeRendering text: "中文" } }