summaryrefslogtreecommitdiff
path: root/ImageViewer.qml
diff options
context:
space:
mode:
authorNikita Kostovsky <nikita@kostovsky.me>2025-11-12 15:06:42 +0100
committerNikita Kostovsky <nikita@kostovsky.me>2025-11-12 15:06:42 +0100
commit5e2c92325605919ad06ab634add74b7e58d21727 (patch)
tree27f69c0e33d135fb908c3cd6d6f8614dfa1da307 /ImageViewer.qml
parentc12766412cfbdbbe16b7d75ae2d82c1550a346ef (diff)
show valid image and profile counters
Diffstat (limited to 'ImageViewer.qml')
-rw-r--r--ImageViewer.qml13
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