Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Superscript not working in QtQuick 2.0
Forum Updated to NodeBB v4.3 + New Features

Superscript not working in QtQuick 2.0

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 1.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    Zamx
    wrote on last edited by
    #1

    The <sup> tags for rich text are not working in QtQuick 2.0. It looks the same as subscript.

    @Text { anchors.centerIn: parent textFormat: Text.RichText text: "Normal text, <b>Bold text, </b> <big>Big text, </big><sup>Superscript, </sup><sub>Subscript</sub>" }@

    There is already a bug report for this : "QTBUG-24621":https://bugreports.qt-project.org/browse/QTBUG-24621. But it is a year old.

    Should make a new bug report?

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      IMHO it does not make sense to file another bug report, because it will end up at the end of the queue. The priority will be worse for the new report. Better vote for the current one. More votes are raising the level of importance hopefully. You can also place a comment with an additional example on JIRA.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved