Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
None
-
DaVinci sprint 2
Description
Qt Core offers convenience headers such as, <QtMath>, <QtAlgorithm>, and so on, which offer a few functions. Some of the functionality offered by these headers are available with the module import in Python. For example, qAcos(), qAtan(), qAsin(), and many more.
In Qt, such functionality is documented using qdoc's \headerfile command. But in Python, we don't need to include any additional imports to access the functions. We should investigate how we can include the existing documentation for these functions in the Qt for Python documentation.
Attachments
Issue Links
- relates to
-
PYSIDE-1112 Improve Qt for Python documentation
- Open
-
QTBUG-81709 Qdoc ignores \inmodule command for a function or enum
- Closed
-
PYSIDE-1213 Extend the qtdoc generator to handle module pages generated by qdoc
- Closed