aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeflickable/data/disabledcontent.qml
blob: dcbb20bdd52fbba6d921548017d92cfc7cea4444 (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0

Flickable {
    width: 100; height: 100
    contentWidth: 200; contentHeight: 300

    QGraphicsWidget { width: 200; height: 300; enabled: false }
}