Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
click confirmButton automatically after 4 s
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Melcher committed Jan 4, 2022
1 parent 08d1519 commit bd58241
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/qml/Governikus/IdentifyView/+desktop/EditRights.qml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ SectionPage {
Item {
height: Math.max(detailsButton.height, confirmButton.height)

Timer {
interval: 4000; running: true; repeat: false
onTriggered: confirmButton.clicked()
}

anchors {
left: parent.left
right: parent.right
Expand Down

0 comments on commit bd58241

Please sign in to comment.