#include standard set of HTML header and footer. include(html-config.qdocconf) include(html-header-offline.qdocconf) include(html-footer.qdocconf) # Uncomment if navigation bar is not wanted #HTML.nonavigationbar = "true" # Specify a custom CSS file used by this template HTML.stylesheets += template/style/offline-simple.css qhp.extraFiles += style/offline-simple.css # override the header styles HTML.headerstyles = \ " \n" \ " \n" HTML.postheader = \ "\n" \ "
\n"\ "
\n" \ "
\n" \ "
\n" \ " \n" HTML.postpostheader = \ "
\n"\ "
\n" \ "
\n" \ "
\n" \ "
\n" \ "
\n" # Add some padding around code snippets, as we cannot # currectly style them for QTextBrowser using only CSS. codeindent = 2 codeprefix = "\n\n" codesuffix = "\n\n"