From 5e2c92325605919ad06ab634add74b7e58d21727 Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Wed, 12 Nov 2025 15:06:42 +0100 Subject: show valid image and profile counters --- ImageViewer.qml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ImageViewer.qml') 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 -- cgit v1.2.3-70-g09d2