QtExamples/CustomQch/doxygen-qmi-style
2021-03-09 17:12:49 +08:00
..
navtree docs: 添加 doxygen 的 qt4 style 主题 2021-03-09 17:12:49 +08:00
search docs: 添加 doxygen 的 qt4 style 主题 2021-03-09 17:12:49 +08:00
footer.html docs: 添加 doxygen 的 qt4 style 主题 2021-03-09 17:12:49 +08:00
header.html docs: 添加 doxygen 的 qt4 style 主题 2021-03-09 17:12:49 +08:00
qmi.css docs: 添加 doxygen 的 qt4 style 主题 2021-03-09 17:12:49 +08:00
README.md docs: 添加 doxygen 的 qt4 style 主题 2021-03-09 17:12:49 +08:00

Qmi is a "Qt Minimal" theme for the Doxygen HTML documentation. It based on official Qt4 documentation's style.

How to setup

To use qmi style make the following changes in your Doxyfile:

# Project section
BRIEF_MEMBER_DESC = NO

# HTML section
HTML_HEADER = ${path_to_qmi}/header.html
HTML_FOOTER = ${path_to_qmi}/footer.html
HTML_STYLESHEET = ${path_to_qmi}/qmi.css

NOTE:

  • If you use tree navigation panel then copy contents of the navtree dir to the documentation html dir.
  • If you use search feature then copy contents of the search dir to the html/search.

Examples

If you want to see qmi style in action then use the following links with examples:

Screenshots

  • Main page:

  • Index page:

  • Member description: