I am writing a library based on Qt (QtCore) C ++ and want to have access to it from Java and Python. Python is not a problem due to PySide and SIP. But I can not find any information on how to do the same with Java. The fact that Java bindings exist for Qt makes me hope that there is a way to create bindings for a Qt-based user library.
Has anyone done this? Or do you have information or pointers on how to do this?
source
share