PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 831 - PySide docs would have a "Inherited by" list for each class
: PySide docs would have a "Inherited by" list for each class
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: Documentation
: HEAD
: All All
: P5 enhancement
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2011-04-17 13:47 EEST by anatoly techtonik
Modified: 2011-08-29 09:15 EEST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description anatoly techtonik 2011-04-17 13:47:50 EEST
http://www.pyside.org/docs/pyside/PySide/QtCore/QAbstractItemModel.html
contains nice inheritance diagram with predecessors. But that's not as useful
for abstract classes. What you need to know is available specific classes, and
in fact, Qt reference has this information at
http://doc.qt.nokia.com/latest/qabstractitemmodel.html as well as correct link
to model subclassing reference
http://doc.qt.nokia.com/latest/model-view-programming.html#model-subclassing-reference
(unlike PySide docs).
Comment 1 Hugo Parente Lima 2011-04-19 20:25:26 EEST
In other words you with to have a list of "Inherited by" classes on PySide
docs, right? If so, it's a valid enhancement to the documentation IMO.
Comment 2 anatoly techtonik 2011-04-20 11:02:53 EEST
Right. The diagram that shows that classes are inherited from the the given
class. Probably not a good idea for base core classes, but with
QAbstractItemModel it really helps.
Comment 3 Hugo Parente Lima 2011-08-02 23:43:23 EEST
Fixed in commit:

generatorrunner/127ad5d710b3b584666efd6d939bf068b0b9d202

The news docs will be available when the next PySide version gets released.
Comment 4 renato filho 2011-08-23 00:35:31 EEST
Released on PySide 1.0.6
Comment 5 anatoly techtonik 2011-08-29 09:15:18 EEST
That's much better now. Thanks.