qt6-bb10/qtdeclarative/tests/auto/quick/qquickflipable/data/test-flipable.qml

10 lines
174 B
QML

import QtQuick 2.0
Flipable {
id: flipable
width: 640; height: 480
front: Rectangle { anchors.fill: flipable }
back: Rectangle { anchors.fill: flipable }
}