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
Tobias Hunger
qt-creator
afdd673771c54b3f30d75e900747cb74321d0e59
afdd673771c54b3f30d75e900747cb74321d0e59
Switch branch/tag
qt-creator
tests
manual
qml
testfiles
components
MyButton.qml
Find file
Normal view
History
Permalink
MyButton.qml
75 Bytes
Newer
Older
QmlDesigner: Add new test files for manual testing
Kai Koehne
committed
Mar 26, 2010
1
2
3
import
Qt
4.6
Rectangle
{
QmlDesigner: change manual test
Thomas Hartmann
committed
Mar 31, 2010
4
5
6
width
:
64
height
:
48
color
:
"
Red
"
QmlDesigner: Add new test files for manual testing
Kai Koehne
committed
Mar 26, 2010
7
}