diff options
Diffstat (limited to 'ImageViewer.qml')
| -rw-r--r-- | ImageViewer.qml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ImageViewer.qml b/ImageViewer.qml index c5ed863..186faeb 100644 --- a/ImageViewer.qml +++ b/ImageViewer.qml @@ -1,5 +1,6 @@ import QtQuick import QtQuick.Controls +import QtQuick.Controls.Material Page { id: root @@ -7,6 +8,18 @@ Page { implicitWidth: 550 implicitHeight: 300 + Label { + id: fpsLabel + + anchors { + top: parent.top + topMargin: 8 * 2 + horizontalCenter: parent.horizontalCenter + } + + color: Material.accent + } + contentItem: Control { id: container |
