Browse Source

Change `slot` to `probe` in .qml file

pull/1/head
miladS 1 year ago
parent
commit
c3ceb47b41
  1. 8
      ui/emulator/items/TopLeftTop.qml

8
ui/emulator/items/TopLeftTop.qml

@ -17,19 +17,19 @@ GridLayout {
columns: 4 columns: 4
ProbeButton { ProbeButton {
name: "probe1" name: "slot1"
image: "qrc:/icons/topLeft/probe.png" image: "qrc:/icons/topLeft/probe.png"
} }
ProbeButton { ProbeButton {
name: "probe2" name: "slot2"
image: "qrc:/icons/topLeft/probe.png" image: "qrc:/icons/topLeft/probe.png"
} }
ProbeButton { ProbeButton {
name: "probe3" name: "slot3"
image: "qrc:/icons/topLeft/probe.png" image: "qrc:/icons/topLeft/probe.png"
} }
ProbeButton { ProbeButton {
name: "probe4" name: "slot4"
image: "qrc:/icons/topLeft/probe.png" image: "qrc:/icons/topLeft/probe.png"
} }
property var widthOfBtns: 130 property var widthOfBtns: 130

Loading…
Cancel
Save