Qt for Python Akademy2020: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Created page with "=== Topics to discuss === ==== What has been done in the past? ==== * https://wiki.python.org/moin/PyKDE * Tutorials with PyQt ** https://techbase.kde.org/Development/Tutoria...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


==== What has been done in the past? ====
==== What has been done in the past? ====
* PyQt/PySide
* https://wiki.python.org/moin/PyKDE
* https://wiki.python.org/moin/PyKDE
* Tutorials with PyQt
* Tutorials with PyQt
Line 19: Line 20:
* Could Python become an accepted language to develop KDE applications?
* Could Python become an accepted language to develop KDE applications?
** What about Kirigami compatibility?
** What about Kirigami compatibility?
*** Packaging Kirigami to be compatible with PyQt/PySide (Jonah Brüchert)
* Is there any other component that could be mixed with Python?
** scriptableapplication-alike https://maureira.xyz/qtvts2020/code/example_plugins.html

Latest revision as of 17:30, 9 September 2020

Topics to discuss

What has been done in the past?

What do we currently have now?

  • PyQt and PySide are actively maintained

What would be nice to have for the future?

  • Could Python become an accepted language to develop KDE applications?
    • What about Kirigami compatibility?
      • Packaging Kirigami to be compatible with PyQt/PySide (Jonah Brüchert)
  • Is there any other component that could be mixed with Python?