qt6-bb10/doc/global/template/style
Venugopal Shivashankar 98a94cd6da Doc: Add qdoc macro for tabbed content
The macro enables tabbed content in the online style
only. It's usage must be gaurded with a conditional
block as shown in the following example to handle
the offline style usecase:

 \if(onlinedocs)
   \tab {build-qt-app}{tab-cmake}{CMake}{selected}
   \tab {build-qt-app}{tab-qmake}{qmake}{}
   \tabcontent {tab-cmake}
 \else
   \section1 Using CMake
 \endif
   CMake-specific instructions go here
 \if(onlinedocs)
   \endtabcontent
   \tabcontent {tab-qmake}
 \else
   \section1 Using qmake
 \endif
   qmake-specific instructions go here
 \if(onlinedocs)
   \endtabcontent
 \endif

Pick-to: 6.2 6.3
Change-Id: I02d50c057280a9ffea913642284e67ddcda7aa94
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
2022-04-05 10:30:00 +02:00
..
cookie-confirm.css doc: Update online CSS 2018-10-16 11:27:15 +00:00
cookiebar-x.png
doc_search.png
gsc.css
htmltabs.css Doc: Add qdoc macro for tabbed content 2022-04-05 10:30:00 +02:00
icomoon.eot
icomoon.svg
icomoon.ttf
icomoon.woff
list_arrow.png
list_expand.png
offline-simple.css Doc: Remove styling for hyperlinks from the simplified offline style 2021-02-19 08:49:02 +00:00
offline.css Doc: Add styling for note/warning/important admonitions 2021-11-03 16:47:18 +02:00
online.css Doc: Add styling for note/warning/important admonitions 2021-11-03 16:47:18 +02:00
theqtcompany.png