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.
85 lines
1.2 KiB
85 lines
1.2 KiB
3 years ago
|
import QtQuick 2.0
|
||
|
|
||
|
import "qrc:/emulator/elements"
|
||
|
import "qrc:/const"
|
||
|
|
||
|
Item {
|
||
|
width: childrenRect.width
|
||
|
height: childrenRect.height
|
||
|
|
||
|
x: 600
|
||
|
y: 430
|
||
|
|
||
|
KnobLightBind {
|
||
|
name: "exit"
|
||
|
image: "qrc:/icons/curveButtons/exit.png"
|
||
|
width: 90
|
||
|
y: 310
|
||
|
}
|
||
|
|
||
|
KnobLightBind {
|
||
|
name: "freeze"
|
||
|
image: "qrc:/icons/curveButtons/freeze.png"
|
||
|
width: 140
|
||
|
x: 630
|
||
|
y: 310
|
||
|
colorMode: 2
|
||
|
}
|
||
|
|
||
|
KnobLightBind {
|
||
|
name: "pointer"
|
||
|
image: "qrc:/icons/curveButtons/pointer.png"
|
||
|
x: 58
|
||
|
y: 200
|
||
|
}
|
||
|
|
||
|
KnobLightBind {
|
||
|
name: "autoSet"
|
||
|
image: "qrc:/icons/curveButtons/auto.png"
|
||
|
x: 602
|
||
|
y: 200
|
||
|
}
|
||
|
|
||
|
KnobLightBind {
|
||
|
name: "abc"
|
||
|
image: "qrc:/icons/curveButtons/abc.png"
|
||
|
x: 106
|
||
|
y: 90
|
||
|
}
|
||
|
|
||
|
KnobLightBind {
|
||
|
name: "fourD"
|
||
|
image: "qrc:/icons/curveButtons/4d.png"
|
||
|
width: 90
|
||
|
x: 554
|
||
|
y: 90
|
||
|
}
|
||
|
|
||
|
KnobLightBind {
|
||
|
name: "clear"
|
||
|
image: "qrc:/icons/curveButtons/clear.png"
|
||
|
x: 202
|
||
|
y: 20
|
||
|
}
|
||
|
|
||
|
KnobLightBind {
|
||
|
name: "threeD"
|
||
|
image: "qrc:/icons/curveButtons/3d.png"
|
||
|
x: 458
|
||
|
y: 20
|
||
|
}
|
||
|
|
||
|
KnobLightBind {
|
||
|
name: "measure"
|
||
|
image: "qrc:/icons/curveButtons/meas.png"
|
||
|
width: 90
|
||
|
x: 317
|
||
|
}
|
||
|
|
||
|
KnobLightBind {
|
||
|
name: "bodyMark"
|
||
|
image: "qrc:/icons/curveButtons/bodyMark.png"
|
||
|
y: 90
|
||
|
}
|
||
|
}
|