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,56 +5,32 @@
|
||||||
\page explore-qt.html
|
\page explore-qt.html
|
||||||
|
|
||||||
\title Explore Qt
|
\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
|
We invite you to explore the rest of Qt.
|
||||||
you decide which APIs to use and our examples demonstrate how to use them.
|
|
||||||
|
|
||||||
\section1 Reference Documentation
|
Explore \l {Qt Overviews} and References for various technical topics.
|
||||||
|
|
||||||
\section2 Qt Overviews
|
\section1 Qt Overviews and References
|
||||||
\details {List of topics about application development}
|
\details {Application development overviews}
|
||||||
\list
|
\list
|
||||||
\li \l{Development Tools}
|
\li \l {Development Tools}
|
||||||
\li \l{User Interfaces}
|
\li \l {User Interfaces}
|
||||||
\li \l{Core Internals}
|
\li \l {Core Internals}
|
||||||
\li \l{Data Input Output}
|
\li \l {Data Input Output}
|
||||||
\li \l{Networking and Connectivity}
|
\li \l {Networking and Connectivity}
|
||||||
\li \l{Graphics}
|
\li \l {Graphics}
|
||||||
\li \l{Mobile Development}
|
\li \l {Mobile Development}
|
||||||
\li \l{QML Applications}
|
\li \l {QML Applications}
|
||||||
\li \l{Platform Integration}
|
\li \l {Platform Integration}
|
||||||
\li \l{XML Processing}
|
\li \l {XML Processing}
|
||||||
\li \l {Internationalization with Qt}
|
\li \l {Internationalization with Qt}
|
||||||
\li \l {Testing and Debugging}
|
\li \l {Testing and Debugging}
|
||||||
\li \l {Qt Languages}
|
\li \l {Qt Languages}
|
||||||
\li \l {Qt Releases}
|
\li \l {Qt Releases}
|
||||||
\endlist
|
\endlist
|
||||||
\enddetails
|
\enddetails
|
||||||
|
\details {Qt Reference Pages}
|
||||||
\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}
|
|
||||||
\list
|
\list
|
||||||
\li \l {Qt Reference Pages#Class Lists} {Class Lists}
|
\li \l {Qt Reference Pages#Class Lists} {Class Lists}
|
||||||
\li \l {Qt Reference Pages#Function Lists} {Function Lists}
|
\li \l {Qt Reference Pages#Function Lists} {Function Lists}
|
||||||
|
@ -65,6 +41,16 @@
|
||||||
\endlist
|
\endlist
|
||||||
\enddetails
|
\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
|
\section1 Participate in the Qt Community
|
||||||
|
|
||||||
Qt's vibrant and active community site \l{http://qt.io}, houses
|
Qt's vibrant and active community site \l{http://qt.io}, houses
|
||||||
|
|
Loading…
Reference in New Issue