Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-3752

create a simple example with must supported qsTrId occurrences

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • None
    • QDS 1.59
    • Translation Manager
    • None
    • QDS H160 - 2021 - Weeks 7/9, QDS H160 - 2021 - Weeks 9/11, QDS H160 - 2021 Week 11/13

    Description

      DebugTranslation service can not support all possible qsTrId occurrences.

      At the moment I only tested the most basic case:

      Text {
          text: qstrid("LID_01")
      }
      

      So I need an example which includes all the must have supported cases.
      The example should focus on that translation use case -> should not be a too big one.

      something like this:

      import ...
      
      
      Item {
          
          Text {
              text: qstrid("LID_01")
          }
          
          MultiTextElement {
          }
          
          CheckBox {
              text: qstrid("LID_01")
          }
          
          Button {
              text: qstrid("LID_01")
          }
          
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lussy Lussy Kim
            tjenssen Tim Jenssen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes