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

Get and use QtMmlWidget

Scheduled Pinned Locked Moved 3rd Party Software
7 Posts 5 Posters 7.1k Views
  • 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 14 Dec 2011, 18:14 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 14 Dec 2011, 18:50 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 14 Dec 2011, 18:54 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 14 Dec 2011, 18:59 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
          • E Offline
            E Offline
            Eddy
            wrote on 14 Dec 2011, 19:02 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 15 Dec 2011, 10:40 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 2 Feb 2012, 07:33 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