Model/view tutorial for PySide/PyQt
I am working through the Qt documentation tutorial on Model/View:
http://qt-project.org/doc/qt-4.8/modelview.html
As usual, it is better than the documentation with PyQt, PySide. It says that each tutorial should be found in:
examples/tutorials/modelview directory. Most of the Qt tutorials from C++ have been ported to PySide, but I cannot find this directory in my PySide distribution.
Does anyone know if the modelview tutorials have been ported to PySide, and if so, where I can find them? I'm presently trying to translate from C++, but it isn't the most efficient (I am not a C++ programmer by any means).
Re: Model/view tutorial for PySide/PyQt
Those haven't but many others have (e.g., simpletreemodel, etc)).
I have written up somewhat extensive overview of simpletreemodel, am posting in increments:
http://neurochannels.blogspot.com/20...e-tree-in.html