add request image.
This commit is contained in:
@ -101,6 +101,19 @@ ColumnLayout {
|
||||
}
|
||||
}
|
||||
}
|
||||
GroupBox {
|
||||
title: "图片注册"
|
||||
GridLayout {
|
||||
columns: 1
|
||||
Button {
|
||||
text: "录入图片上报"
|
||||
onClicked: App.getEnrolledImage("",60)
|
||||
}
|
||||
Button {
|
||||
text: "图片下发注册"
|
||||
}
|
||||
}
|
||||
}
|
||||
Button {
|
||||
text: "复位"
|
||||
onClicked: App.module.reset()
|
||||
|
Reference in New Issue
Block a user