snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
5 stars 2 forks source link

Becatrue/132/swift call window #138

Closed BECATRUE closed 1 year ago

BECATRUE commented 1 year ago

This PR will close #132.

I implmented a window to allow swift-call requests. When the swift receives a swift-call request, it opens a window which contains two buttons; "Ok" and "Cancel". If you click "OK" button, the request will be operated, and if you click "Cancel" button or close the window, it will be rejected.

The example implementation can be checked in BECATRUE/132/swift-call-window-test branch.