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

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

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