Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Does language bindings for Qt reimplement Qt modules in the specific language?

Does language bindings for Qt reimplement Qt modules in the specific language?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 553 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.
  • N Offline
    N Offline
    nejatafshar
    wrote on last edited by
    #1

    As far as I know PyQt provides a set of thin wrappers around the Qt/C++ modules, and generally doesn't implement the functionalities itself in Python (Except for some python specific features).

    I wanted to know if other language bindings for Qt like Qt Jambi and PySide have implemented all of the Qt modules or not. i.e. whether they are just a means of combining target languages (JAVA, python,...) with Qt C++ modules or the target languages work with the modules implemented with the target language.

    e.g. a simple question is: Does Qt Jambi work with Qt modules written in Java? (If yes, could we compile Qt Jambi applications which are able to run in different platforms? i.e. Are all Qt Jambi modules some jar files?)

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Rewriting Qt in another language would be a waste of time, so I suspect all the language bindings work as wrappers to Qt libraries.

      Note: this is just a guess, I have not checked

      (Z(:^

      1 Reply Last reply
      1

      • Login

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