tools/hhtracer/Main.qml
changeset 16085 9ad74696ddec
parent 16084 2d65bd46c92f
--- a/tools/hhtracer/Main.qml	Fri Jan 10 17:37:34 2025 +0100
+++ b/tools/hhtracer/Main.qml	Sun Jan 12 22:48:47 2025 +0100
@@ -32,6 +32,10 @@
           stepTimer.stop();
         }
       }
+
+      Label {
+        text: "Best: %1".arg(tracer.bestSolution)
+      }
     }
   }
 
@@ -55,7 +59,7 @@
   Timer {
     id: stepTimer
 
-    interval: 1500
+    interval: 120
     repeat: true
     running: false
     triggeredOnStart: true
@@ -70,14 +74,14 @@
       id: baseImage
 
       Layout.fillWidth: true
-      Layout.preferredHeight: 128
+      Layout.preferredHeight: 32
       fillMode: Image.PreserveAspectFit
     }
 
     GridLayout {
       Layout.fillWidth: true
       Layout.fillHeight: true
-      columns: 10
+      columns: 50
 
       Repeater {
         model: tracer.solutions