From c3ceb47b41af8014b8fdf869c7f54f3f692a35c0 Mon Sep 17 00:00:00 2001 From: miladS Date: Mon, 29 Jan 2024 16:41:08 +0330 Subject: [PATCH] Change `slot` to `probe` in .qml file --- ui/emulator/items/TopLeftTop.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/emulator/items/TopLeftTop.qml b/ui/emulator/items/TopLeftTop.qml index 34462ab..381d15d 100644 --- a/ui/emulator/items/TopLeftTop.qml +++ b/ui/emulator/items/TopLeftTop.qml @@ -17,19 +17,19 @@ GridLayout { columns: 4 ProbeButton { - name: "probe1" + name: "slot1" image: "qrc:/icons/topLeft/probe.png" } ProbeButton { - name: "probe2" + name: "slot2" image: "qrc:/icons/topLeft/probe.png" } ProbeButton { - name: "probe3" + name: "slot3" image: "qrc:/icons/topLeft/probe.png" } ProbeButton { - name: "probe4" + name: "slot4" image: "qrc:/icons/topLeft/probe.png" } property var widthOfBtns: 130