Hey, On Thu, Jul 26, 2018 at 08:55:08AM +0300, אילן הינדי wrote: > Do you have/can recommend for a tool to migrate code from Qt C++ to PySide2 > python? > > (My aim is to be able to use the examples Qt has, for learning)
There's http://code.qt.io/cgit/pyside/pyside-setup.git/tree/examples and PyQt also comes with many examples which are probably easier to get to work with PySide than the C++ code. Other than that: Probably just whatever text editor you're comfortable with, most of this kind of porting probably can't be automated meaningfully. > Is there a forum or other organized way to ask technical questions about > PySide2 (Lacking this opportunity is one the main reasons I quitted PyQt)? Probably about the same as with PyQt: - A mailinglist - An IRC channel (#pyside/#pyqt on Freenode) - Stackoverflow Florian -- https://www.qutebrowser.org | [email protected] (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc I love long mails! | https://email.is-not-s.ms/
signature.asc
Description: PGP signature
_______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
