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.
 
 
 
 

55 lines
974 B

import QtQuick 2.0
import "qrc:/emulator/elements"
import "qrc:/const"
Item {
// width: 670
// height: 240
// x: 891
width: childrenRect.width
height: childrenRect.height
anchors.horizontalCenter: parent.horizontalCenter
y: 210
Row {
spacing: 40
ModeOptionBind {
y: 130
name: "modePw"
imageOption: "qrc:/icons/encoder/x.png"
image: "qrc:/icons/encoder/modePw.png"
}
ModeOptionBind {
y: 41
name: "modeM"
// tinyName: "y"
imageOption: "qrc:/icons/encoder/y.png"
image: "qrc:/icons/encoder/modeM.png"
}
ModeOptionBind {
name: "modePd"
// tinyName: "z"
imageOption: "qrc:/icons/encoder/z.png"
image: "qrc:/icons/encoder/modePd.png"
}
ModeOptionBind {
y: 41
name: "modeC"
// tinyName: "quadrat"
imageOption: "qrc:/icons/encoder/quadratic.png"
image: "qrc:/icons/encoder/modeC.png"
}
ModeButtonBind {
y: 130
name: "mode2D"
image: "qrc:/icons/encoder/mode2d.png"
led: 2
}
}
}