summaryrefslogtreecommitdiff
path: root/tests/manual/qml/testfiles/usingbutton.qml
blob: 27375c89574fe2b1c951dd0325e12efdcb6ba6a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Qt 4.6
import "components"

Rectangle {
    width: 640
    height: 480

    MyButton {
    }

}