QtCS2024 QtScrypt

From Qt Wiki
Jump to navigation Jump to search

Session Summary

Session Owners

Notes

  • 240905 qtcs qtscrypt.pdf
    The discussion around the naming is still on going because people from the development mailing list was against the usage of 'qtscrypt' because it can be confused with the deprecated 'qtscript'.
  • There is still open questions about how to integrate this idea in Qt Creator, because specific objects and widgets needs to be registered to be used from python.
  • The registration process needs to be done by hand with each method/attr from the object because we don't have reflections.
  • There might be a good idea to include libshiboken in order to use some of the functions we have there to handle ownership of objects.
  • The current state is good enough to hopefully add it to Qt Creator and enable people to write Python plugins.
    • We can select a specific version of Python per QtCreator version and settled on that.