Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Get and use QtMmlWidget
Qt 6.11 is out! See what's new in the release blog

Get and use QtMmlWidget

Scheduled Pinned Locked Moved 3rd Party Software
7 Posts 5 Posters 7.8k 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.
  • R Offline
    R Offline
    Ruzik
    wrote on last edited by
    #1

    Hellow, i know that there is widget QtMmlWidget, but i dont find it in Qt, who can i download it?
    And is there any library for converting ordinary strings like: "(12 +2) / 7" in Mml
    In advance thank you for your help!

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Chris H
      wrote on last edited by
      #2

      QwtText (part of the "Qwt":http://qwt.sourceforge.net/index.html package) supports math markup, maybe that's what you are thinking of.

      ETA: Oops, I see I am mistaken, that support has disappeared at some point.

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

        You can find some documentation "here":http://doc.qt.nokia.com/solutions/4/qtmmlwidget/qtmmlwidget.html but it is not part of Qt lib.

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

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Chris H
          wrote on last edited by
          #4

          It looks like the original Qt MML widget has been removed from Qt (as of 4.3, maybe?), but it's still available in an LGPL'ed version from ftp://ftp.qt.nokia.com/qt/solutions/lgpl/ .

          1 Reply Last reply
          0
          • EddyE Offline
            EddyE Offline
            Eddy
            wrote on last edited by
            #5

            I recently installed qwt 6.0.1 and there is no need to get it for using qwt anymore.

            Also, "this thread":http://developer.qt.nokia.com/forums/viewthread/11799 has the download info for you.

            Qt Certified Specialist
            www.edalsolutions.be

            1 Reply Last reply
            0
            • R Offline
              R Offline
              Ruzik
              wrote on last edited by
              #6

              Many thanks for your help and what about convert normal text as "(12+2)/7" in Mml?

              1 Reply Last reply
              0
              • U Offline
                U Offline
                uwer
                wrote on last edited by
                #7

                [quote author="Eddy" date="1323889356"]I recently installed qwt 6.0.1 and there is no need to get it for using qwt anymore[/quote]
                Since the MathML package became unmaintained I have stripped it down ( Qwt is interested in the renderer only not the widget ) added a couple of minor patches and committed it to the Qwt repository.

                Because this code has a different license as Qwt itsself it is built as extra library ( qwtmathml ). Of course this library is optional and as most users don't use it, it will always be an optional part only.

                Uwe

                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