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

Qt Virtual Keyboard's documentation: MyScript not well positioned

    XMLWordPrintable

Details

    • All
    • eea791e14a4e2c94ba3ac292292b76b05d56385c (qt/qtvirtualkeyboard/5.12)

    Description

      In the Handwriting page of Qt Virtual Keyboard, the section about MyScript has idiosyncrasies: twice, at the beginning of the paragraph, MyScript is not on the same line as the rest of the paragraph.

      In HTML, the problem is that these two MyScript occurrences appear outside paragraphs:

      MyScript<p>SDK supports 71 handwriting recognition languages:</p>

      MyScript<p>is integrated into Qt Virtual Keyboard with identical coverage of supported languages.</p>

      I also get the same in WebXML (generated from Qt 5.12.1's qdoc on the same version's sources, MinGW 7.3 x64), in attachment:

      MyScript<para>SDK supports 71 handwriting recognition languages:</para>

      MyScript<para>is integrated into Qt Virtual Keyboard with identical coverage of supported languages.</para>

      I got back to the source (handwriting.qdoc), and I saw that these two paragraphs indeed have something strange:

      \MyScript SDK supports 71 handwriting recognition languages:

      \MyScript is integrated into Qt Virtual Keyboard with identical coverage of supported languages.

      Why is there a \ before MyScript? I guess that it's the source of this behaviour. I suppose it can just be transformed as MyScript (instead of \MyScript) without trouble (in which case I could propose a patch).

      Attachments

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

        Activity

          People

            mitch_curtis Mitch Curtis
            dourouc05_ Thibaut Cuvelier
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes