qtdeclarative/tests/auto/qml/qqmlqt/data/md5.qml

7 lines
118 B
QML

import QtQuick 2.0
QtObject {
property string test1: Qt.md5()
property string test2: Qt.md5("Hello World")
}