Skip to content
GitLab
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
9ed5dac7
Commit
9ed5dac7
authored
May 20, 2010
by
Thomas Hartmann
Browse files
QmlDesigner: new files for auto tests
parent
e6480735
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/auto/qml/qmldesigner/data/fx/MyButton.qml
0 → 100644
View file @
9ed5dac7
import
Qt
4.7
Rectangle
{
property
string
text
:
"
test
"
width
:
200
height
:
200
Text
{
anchors.fill
:
parent
}
}
tests/auto/qml/qmldesigner/data/fx/usingmybutton.qml
0 → 100644
View file @
9ed5dac7
import
Qt
4.7
Item
{
MyButton
{
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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