Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
bce95217
Commit
bce95217
authored
Mar 15, 2010
by
Kai Koehne
Browse files
QmlDesigner: Add files for testing image formats
parent
288ece11
Changes
4
Hide whitespace changes
Inline
Side-by-side
tests/manual/qml/testfiles/images.qml
0 → 100644
View file @
bce95217
import
Qt
4.6
Rectangle
{
width
:
640
height
:
480
Image
{
id
:
image1
x
:
20
y
:
18
source
:
"
images/qtcreator.png
"
}
Image
{
id
:
image2
x
:
327
y
:
18
source
:
"
images/qtcreator.jpg
"
}
Image
{
id
:
image3
x
:
20
y
:
288
source
:
"
images/qtcreator.ico
"
}
}
tests/manual/qml/testfiles/images/qtcreator.ico
0 → 100644
View file @
bce95217
33.3 KB
tests/manual/qml/testfiles/images/qtcreator.jpg
0 → 100644
View file @
bce95217
9.89 KB
tests/manual/qml/testfiles/images/qtcreator.png
0 → 100644
View file @
bce95217
15.4 KB
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment