1 import Qt 4.7
2
3 QtObject {
4 property string test1: Qt.btoa()
5 property string test2: Qt.btoa("Hello world!")
6 }