阻抗接口修改

This commit is contained in:
zxj 2024-12-02 17:31:09 +08:00
parent 7a89d7f423
commit f4e520d795
2 changed files with 6 additions and 1 deletions

View File

@ -10,9 +10,9 @@ Popup {
property string green: "#41B962"
property string yellow: "#F8C434"
function show() {
impedancePopup.visible = true;
hitTimer.start()
}
function colorChange(index,color) {

View File

@ -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)
}