qt5base-lts/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: Update the online documentation template 2015-03-11 09:17:39 +00:00
doc_search.png Doc: new template for qt.io online style 2014-12-03 12:20:07 +01:00
gsc.css Doc: new template for qt.io online style 2014-12-03 12:20:07 +01:00
htmltabs.css Doc: Add qdoc macro for tabbed content 2022-04-05 10:30:00 +02:00
icomoon.eot Remove unneeded exec permission from icomoon fonts 2015-03-02 10:39:24 +00:00
icomoon.svg Remove unneeded exec permission from icomoon fonts 2015-03-02 10:39:24 +00:00
icomoon.ttf Remove unneeded exec permission from icomoon fonts 2015-03-02 10:39:24 +00:00
icomoon.woff Remove unneeded exec permission from icomoon fonts 2015-03-02 10:39:24 +00:00
list_arrow.png Doc: Update the online documentation template 2015-03-11 09:17:39 +00:00
list_expand.png Doc: Update online documentation template 2015-08-26 09:45:55 +00:00
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 Doc: Updated the footer in the online template 2015-07-01 12:26:37 +00:00