Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Language Bindings
  4. Difference between QtScript, QtLua and Pyqt
QtWS25 Last Chance

Difference between QtScript, QtLua and Pyqt

Scheduled Pinned Locked Moved Language Bindings
qtscriptpyqtqtlua
2 Posts 2 Posters 1.9k 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.
  • M Offline
    M Offline
    MTCA
    wrote on 26 Aug 2015, 04:22 last edited by
    #1

    It is possible to make Qt Application scriptable using the either the QtScript module or the bindings available for scripting. I'm trying to find out that other than the scripting language to be used, what are the other differences between this available libraries?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 26 Aug 2015, 21:31 last edited by
      #2

      Hi,

      PyQt is a library providing python Qt bindings for python, that means you can write python application with e.g. Qt GUI.

      QtScript is a (now deprecated) official module from Qt providing javascript style scripting capabilities that is replaced by the QtQml module.

      QtLua is a external Qt module written to provide Lua scripting capabilities to Qt applications.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      1/2

      26 Aug 2015, 04:22

      • Login

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