1 2 3 4 5 6 7 8 9 10 11
import Qt 4.6 import "components" Rectangle { width: 640 height: 480 MyButton { } }