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.
 
 
 
 

57 lines
766 B

import QtQuick 2.0
import "qrc:/emulator/elements"
import "qrc:/const"
Item {
width: 284
height: 284
x: 1433
y: 520
KnobLightBind {
name: "dual"
image: "qrc:/icons/bottomRight/dual.png"
x: 20
}
KnobLightBind {
name: "quad"
image: "qrc:/icons/bottomRight/quad.png"
x: 118
}
KnobLightBind {
name: "single"
image: "qrc:/icons/bottomRight/single.png"
x: 220
}
KnobLightBind {
name: "p2"
image: "qrc:/icons/bottomRight/p2.png"
y: 110
}
KnobLightBind {
name: "p3"
image: "qrc:/icons/bottomRight/p3.png"
x: 100
y: 110
}
KnobLightBind {
name: "p4"
image: "qrc:/icons/bottomRight/p4.png"
x: 200
y: 110
}
KnobLightBind {
name: "p1"
image: "qrc:/icons/bottomRight/p1.png"
width: 90
x: 154
y: 220
}
}