阻抗接口修改
This commit is contained in:
parent
7a89d7f423
commit
f4e520d795
@ -10,9 +10,9 @@ Popup {
|
||||
property string green: "#41B962"
|
||||
property string yellow: "#F8C434"
|
||||
|
||||
|
||||
function show() {
|
||||
impedancePopup.visible = true;
|
||||
hitTimer.start()
|
||||
}
|
||||
function colorChange(index,color) {
|
||||
|
||||
|
@ -9,6 +9,9 @@ Item {
|
||||
property bool bTest: true
|
||||
property bool bConnect: false;
|
||||
property var brainTrainForm: null
|
||||
property string red: "#EE6352"
|
||||
property string green: "#41B962"
|
||||
property string yellow: "#F8C434"
|
||||
|
||||
|
||||
property int currentIndexTenHz: 0
|
||||
@ -878,6 +881,8 @@ Item {
|
||||
anchors.fill: parent
|
||||
onClicked: {
|
||||
popimpedance.show()
|
||||
popimpedance.colorChange(5,green)
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user