Is the proper way to use the docs to read/use PyQt4 and then see if there any changes in PyQt5?.


Looking, for instance, how to make a field in Treeview NON-EDITABLE, I see only C++ "item->setFlags(item->flags() & ~Qt::ItemIsEditable"

But, I cannot find the equivalent in any of the PyQt5 docs searching for "Editable".... So...trying to get some perspective in how to navigate the docs.

In particular, I wish I could find an explanation of the different Model types and how they work in Python.