aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextedit/data/multipleRemoteImages.md
blob: 370924e739d51cd633c93cc92dc893c29b6b8cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Images

Unsupported URL scheme: ![alt text](gopher://qt.io/icon48.png "Qt doesnt't support gopher")

Just an image, expected to work: ![alt text](serverBaseUrl/exists.png "Qt logo")

Reference-style, same image: ![alt text][logo]

[logo]: serverBaseUrl/exists.png "Qt logo"

Slow: ![Turtle](serverBaseUrl/turtle.svg "Behold the turtle")

Fails to load from server: ![FailBang](serverBaseUrl/warning.png "Warning")