Issue
Documentation has very few of tutorials:
- Your first PySide application
- A simple clickable button tutorial
- Simple PySide dialog application
- Signals_and_Slots_in_PySide
- Using_Qt_Properties_in_PySide
- PySide_DBus_Integration
- PySide_Internationalization
- PySide_Pitfalls
... and that's all.
What method is the best to learn PySide?
Solution
- Check the tutorials of the
Qt
documentation. - Check this tutorial (the first one you found by googling for
pyside tutorial
- Check these tutorials for
PyQt
(the first link when you googlepyqt tutorial
- Practice, practice, practice. You'll be surprise how easy it can be.
And of course SO is full of related questions that will help you.
Answered By - Pierre GM
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.