forked from Sepanta/console-emulator
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
553 B
29 lines
553 B
1 year ago
|
import QtQuick 2.0
|
||
|
import QtQuick.Layouts 1.13
|
||
|
|
||
|
import "qrc:/emulator/elements"
|
||
|
import "qrc:/emulator/components"
|
||
|
import "qrc:/const"
|
||
|
|
||
|
RowLayout {
|
||
|
x: 70
|
||
|
y: 50
|
||
|
spacing: 36
|
||
|
ProbeButton {
|
||
|
name: "probe"
|
||
|
image: "qrc:/icons/topLeft/probe.png"
|
||
|
}
|
||
|
ProbeButton {
|
||
|
name: "probe"
|
||
|
image: "qrc:/icons/topLeft/probe.png"
|
||
|
}
|
||
|
ProbeButton {
|
||
|
name: "probe"
|
||
|
image: "qrc:/icons/topLeft/probe.png"
|
||
|
}
|
||
|
ProbeButton {
|
||
|
name: "probe"
|
||
|
image: "qrc:/icons/topLeft/probe.png"
|
||
|
}
|
||
|
}
|