PySide/tests/QtDeclarative/bug_951.qml
Renato Filho 5cc288b679 Created unit test for bug #951.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
          Luciano Wolf <luciano.wolf@openbossa.org>
2011-08-11 19:14:57 -03:00

7 lines
94 B
QML

import Qt 4.7
import my.item 1.0
Rectangle{
width:10
height:10
MyItem{ }
}