summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-12-22 11:24:08 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-12-22 11:24:08 (GMT)
commit1fba581749261acfb15513534156dc3d7881f771 (patch)
tree5f3c174e58a52a9ff77155e4fc447c651c162e26 /tools
parente8523386a8f977ac8b0e57423d8c949bca6ee5b8 (diff)
downloadQt-1fba581749261acfb15513534156dc3d7881f771.zip
Qt-1fba581749261acfb15513534156dc3d7881f771.tar.gz
Qt-1fba581749261acfb15513534156dc3d7881f771.tar.bz2
New style sheet for offline (QCH) documentation
This stylesheet makes the Qt Reference docs look the same as the Qt Creator docs.
Diffstat (limited to 'tools')
-rw-r--r--tools/qdoc3/test/qt-html-default-styles.qdocconf11
-rw-r--r--tools/qdoc3/test/qt-html-templates.qdocconf9
2 files changed, 19 insertions, 1 deletions
diff --git a/tools/qdoc3/test/qt-html-default-styles.qdocconf b/tools/qdoc3/test/qt-html-default-styles.qdocconf
index 0db36bc..b8d95e5 100644
--- a/tools/qdoc3/test/qt-html-default-styles.qdocconf
+++ b/tools/qdoc3/test/qt-html-default-styles.qdocconf
@@ -2,7 +2,7 @@
# specified relative to the template directory and will be copied into
# subdirectories of the output directory.
-HTML.templatedir = $QT_SOURCE_TREE/doc/src/template
+HTML.templatedir = $MODULE_SOURCE_TREE/doc/src/template
HTML.stylesheets = style/offline.css
@@ -13,13 +13,22 @@ HTML.scripts =
# directory prefixes.
extraimages.HTML = qt-logo.png \
+ arrow.png \
arrow_down.png \
+ bgrContent.png \
breadcrumb.png \
+ blu_dot.png \
+ btn_next.png \
+ btn_prev.png \
bullet_gt.png \
bullet_dn.png \
bullet_sq.png \
bullet_up.png \
+ home.png \
horBar.png \
+ ico_note.png \
+ ico_note_attention.png \
+ ico_out.png \
sprites-combined.png
# Include the style sheets and scripts used.
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf
index 4f0cb1f..69d00e9 100644
--- a/tools/qdoc3/test/qt-html-templates.qdocconf
+++ b/tools/qdoc3/test/qt-html-templates.qdocconf
@@ -43,13 +43,22 @@ HTML.footer = \
# Files not referenced in any qdoc file.
# See also extraimages.HTML
qhp.Qt.extraFiles = index.html \
+ images/arrow.png \
images/arrow_down.png \
+ images/bgrContent.png \
+ images/blu_dot.png \
+ images/btn_next.png \
+ images/btn_prev.png \
images/breadcrumb.png \
images/bullet_gt.png \
images/bullet_dn.png \
images/bullet_sq.png \
images/bullet_up.png \
+ images/home.png \
images/horBar.png \
+ images/ico_note.png \
+ images/ico_note_attention.png \
+ images/ico_out.png \
images/sprites-combined.png \
style/offline.css