summaryrefslogtreecommitdiff
path: root/tests/auto/extras/data/PieMenuVisibleButNoParent.qml
blob: 609539e71bc469c75c64cf98e059eab5eef25e59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick 2.2
import QtQuick.Extras 1.4

Rectangle {
    width: 400
    height: 400

    property PieMenu pieMenu: PieMenu {
        id: pieMenu
        visible: true
    }
}