How to navigate in Qt documentation
-
wrote on 30 Jan 2024, 07:27 last edited by
Hi, there is doc.qt.io. Is there a structure to it? As I read it and click on each link, I always end up on a page that I can never find again in the table of contents.
Example 1: https://doc.qt.io/qt-6/qtqml-modules-cppplugins.html
Example 2: https://doc.qt.io/qt-6/qtqml-cppintegration-overview.htmlHow do I navigate from the documentation root to get to those pages?
-
Hi, there is doc.qt.io. Is there a structure to it? As I read it and click on each link, I always end up on a page that I can never find again in the table of contents.
Example 1: https://doc.qt.io/qt-6/qtqml-modules-cppplugins.html
Example 2: https://doc.qt.io/qt-6/qtqml-cppintegration-overview.htmlHow do I navigate from the documentation root to get to those pages?
wrote on 30 Jan 2024, 12:17 last edited by@Nikita-Kobzev said in How to navigate in Qt documentation:
Hi, there is doc.qt.io. Is there a structure to it? As I read it and click on each link, I always end up on a page that I can never find again in the table of contents.
I have this problem occasionally. Most of the time, Creator/Assistant's index search avoids the issue.
Example 1: https://doc.qt.io/qt-6/qtqml-modules-cppplugins.html
I'm not sure about this one, without resorting to an index.
Example 2: https://doc.qt.io/qt-6/qtqml-cppintegration-overview.html
https://doc.qt.io/
-> "Qt 6" in the center iframe
-> "Qt QML" in the center frame
-> "Integrating QML with C++ Applications" in the right frame
-> "Overview - QML and C++ Integration" in the center frameHow do I navigate from the documentation root to get to those pages?
Hopefully in use, this is mostly an artificial problem. Starting from an example seems to generate better navigation from problem to solution for me, but I may be too far into the mindset to imagine a blank slate.
1/2