Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-120932

Implement QML GrpcBinding

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.9
    • GRPC
    • None

    Description

      The current gRPC interface should be updated to implement GrpcBinding.
      The following is to be implemented in addition to the functional interfaces:

      GrpcClient {
          id: someTextInfoClient
      }
      
      Text {
          id: label
          GrpcBinding {
              property messageArgumentType argument
              label.text: result.message
              client: someTextInfoClient
              method: "methodName"
              active: true
              options: GrpcCallOptions {
                   ...
              }
      }
      

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-120932
          # Subject Branch Project Status CR V

          Activity

            People

              semlanik Alexey Edelev
              semlanik Alexey Edelev
              Vladimir Minenko Vladimir Minenko
              Alex Blasche Alex Blasche
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are 2 open Gerrit changes