How to report issues with Qt documentation?
-
This is not really related to coding, but I'm reading the documentation to learn about how to customize models and write delegates.
I am reading this guide, which should be for Python:
https://doc.qt.io/qtforpython/overviews/model-view-programming.html
but several code snippets are in C++ and others are a mix of C++ and Python which make no sense.
This happens also for other guides, like this one which is entirely in C++
https://doc.qt.io/qtforpython/overviews/modelview.html
while it is also in the "Qt for Python" section.
What I understand is that the guides are written in C++ and then ported to the other languages, but leaving behind a lot of errors and entirely forgetting to translate the snippets.
Is there any link to report those issues? I couldn't find any. -
Hi,
It's a known issue and there's work in progress to port the example. The goal being able to automatically translate the C++ snippets to Python but it's not always easy to do.
-
I see, unfortunately from the delegates paragraph on, all the snippets are wrong and many makes really no sense. To me, it is impossible to understand the code.
I'll have to look for a guide elsewhere.
3/4