mirror of https://github.com/qt/qtdoc.git
Doc: Revise 'Explore Qt' page for 6.10
Fixes: QTBUG-138450 Pick-to: 6.10 6.9 Change-Id: I6c8e07c45c92e587df23570b7d0c2822d893e496 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
This commit is contained in:
parent
f82aab4f72
commit
4b614faea4
|
@ -5,15 +5,14 @@
|
|||
\page explore-qt.html
|
||||
|
||||
\title Explore Qt
|
||||
\brief Finding more information about and resources for developing with Qt.
|
||||
\brief Finding more information and resources for developing with Qt.
|
||||
|
||||
We invite you to explore the rest of Qt. We prepared overviews which help
|
||||
you decide which APIs to use and our examples demonstrate how to use them.
|
||||
We invite you to explore the rest of Qt.
|
||||
|
||||
\section1 Reference Documentation
|
||||
Explore \l {Qt Overviews} and References for various technical topics.
|
||||
|
||||
\section2 Qt Overviews
|
||||
\details {List of topics about application development}
|
||||
\section1 Qt Overviews and References
|
||||
\details {Application development overviews}
|
||||
\list
|
||||
\li \l {Development Tools}
|
||||
\li \l {User Interfaces}
|
||||
|
@ -31,30 +30,7 @@
|
|||
\li \l {Qt Releases}
|
||||
\endlist
|
||||
\enddetails
|
||||
|
||||
\section2 Examples and Tutorials
|
||||
\details {List of code samples and tutorials}
|
||||
\list
|
||||
\li \l {Qt Examples And Tutorials#Application Examples} {Application Examples}
|
||||
\li \l {Qt Examples And Tutorials#Desktop} {Desktop}
|
||||
\li \l {Qt Examples And Tutorials#Mobile} {Mobile}
|
||||
\li \l {Qt Examples And Tutorials#Embedded} {Embedded}
|
||||
\li \l {Qt Examples And Tutorials#Graphics} {Graphics}
|
||||
\li \l {Qt Examples And Tutorials#Multimedia} {Multimedia}
|
||||
\li \l {Qt Examples And Tutorials#3D} {3D}
|
||||
\li \l {Qt Examples And Tutorials#Data Visualization} {Data Visualization}
|
||||
\li \l {Qt Examples And Tutorials#Data Processing & I/O} {Data Processing & I/O}
|
||||
\li \l {Qt Examples And Tutorials#Connectivity} {Connectivity}
|
||||
\li \l {Qt Examples And Tutorials#Networking} {Networking}
|
||||
\li \l {Qt Examples And Tutorials#Positioning & Location} {Positioning & Location}
|
||||
\li \l {Qt Examples And Tutorials#User Interface Components} {User Interface Components}
|
||||
\li \l {Qt Examples And Tutorials#Web Technologies} {Web Technologies}
|
||||
\li \l {All Qt Examples}
|
||||
\endlist
|
||||
\enddetails
|
||||
|
||||
\section2 Qt Reference Pages
|
||||
\details {List of C++ and QML APIs}
|
||||
\details {Qt Reference Pages}
|
||||
\list
|
||||
\li \l {Qt Reference Pages#Class Lists} {Class Lists}
|
||||
\li \l {Qt Reference Pages#Function Lists} {Function Lists}
|
||||
|
@ -65,6 +41,16 @@
|
|||
\endlist
|
||||
\enddetails
|
||||
|
||||
You can also explore the Qt documentation in more depth by checking out the
|
||||
list of \l {Qt Modules}, \l {Supported Platforms}, or learning about
|
||||
\l {Qt Licensing}.
|
||||
|
||||
\section1 Qt Academy and Qt Quick
|
||||
|
||||
You can explore \l {https://www.qt.io/academy/course-catalog} {courses}
|
||||
in \l {https://academy.qt.io/users/sign_in} {Qt Academy} for visual learning.
|
||||
Use \l {try.qt.io} for an interactive Qt Quick experience.
|
||||
|
||||
\section1 Participate in the Qt Community
|
||||
|
||||
Qt's vibrant and active community site \l{http://qt.io}, houses
|
||||
|
|
Loading…
Reference in New Issue