aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquicktextedit/data/embeddedImagesLocalRelative.qml
blob: 200ded196d69c6bbcd58d0cfa6e7f988033586e5 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

TextEdit {
    textFormat: TextEdit.RichText
    text: "<img src='exists.png'>"
    baseUrl: "http/"
}