add request image.

This commit is contained in:
luocai
2024-06-19 16:02:58 +08:00
parent 4724af4086
commit 174e22ea79
6 changed files with 26 additions and 9 deletions

View File

@ -101,6 +101,19 @@ ColumnLayout {
}
}
}
GroupBox {
title: "图片注册"
GridLayout {
columns: 1
Button {
text: "录入图片上报"
onClicked: App.getEnrolledImage("",60)
}
Button {
text: "图片下发注册"
}
}
}
Button {
text: "复位"
onClicked: App.module.reset()