Commit 6b9bfc2e authored by Frederik Gladhorn's avatar Frederik Gladhorn Committed by Mitch Curtis
Browse files

Clean up virtual keyboard qdocconf a bit


Change-Id: I5a9f49c15e4770a2896495a2142e86388ba9d710
Reviewed-by: default avatarJerome Pasion <jerome.pasion@digia.com>
Reviewed-by: default avatarMitch Curtis <mitch.curtis@digia.com>
Showing with 6 additions and 180 deletions
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtVirtualKeyboard
description = Qt Virtual Keyboard
headerdirs += .. \
../content
sourcedirs += .. \
../content
version = $QT_VERSION
headerdirs += ..
sourcedirs += ..
# Specify the install path under QT_INSTALL_EXAMPLES
# Examples will be installed under quick/enterprise/virtualkeyboard -
......@@ -14,11 +16,6 @@ exampledirs += ../../../examples/quick/enterprise/virtualkeyboard \
examplesinstallpath = quick/enterprise/virtualkeyboard
imagedirs += images
Cpp.ignoredirectives = Q_DECLARE_PRIVATE \
Q_DISABLE_COPY \
Q_ENUMS
Cpp.ignoretokens = Q_INVOKABLE
spurious = "Can't link to 'All Modules'"
sources.fileextensions = "*.cpp *.qdoc *.mm *.qml"
......@@ -26,27 +23,6 @@ headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"
examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml"
examples.imageextensions = "*.png *.jpeg *.jpg *.gif *.mng"
outputdir = html
outputformats = HTML
HTML.nobreadcrumbs = "true"
HTML.nonavigationbar = "true"
HTML.stylesheets = style/style.css
HTML.headerstyles = " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/style.css\" />\n"
HTML.postheader = \
" <div class=\"header\">\n" \
" <div id=\"nav-logo\">\n" \
" <a href=\"index.html\">Qt Virtual Keyboard Reference</a>" \
" </div>\n" \
" </div>\n" \
" <ul>\n"
HTML.postpostheader = \
" </ul>\n"
qhp.projects = QtVirtualKeyboard
qhp.QtVirtualKeyboard.file = qtvirtualkeyboard.qhp
......
a:link, a:visited {
color: #00732F;
text-decoration: none;
font-weight: bold;
}
body {
font: normal 400 14px/1.2 Arial;
# margin-top: 85px;
}
h1 {
margin: 0;
}
h2 {
font: 500 20px/1.2 Arial;
}
h3.fn, span.fn {
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background-color: #F6F6F6;
border-width: 1px;
border-style: solid;
border-color: #E6E6E6;
word-spacing: 3px;
padding: 3px 5px;
}
table, pre {
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background-color: #F6F6F6;
border: 1px solid #E6E6E6;
border-collapse: separate;
font-size: 12px;
line-height: 1.2;
margin-bottom: 25px;
margin-left: 15px;
}
table td {
padding: 3px 15px 3px 20px;
}
table tr.even {
background-color: white;
color: #66666E;
}
table tr.odd {
background-color: #F6F6F6;
color: #66666E;
}
li {
margin-bottom: 10px;
padding-left: 12px;
}
.cpp {
display: block;
margin: 10;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
padding: 20px 0 20px 0;
}
.footer {
margin-top: 50px;
}
.memItemLeft {
padding-right: 3px;
}
.memItemRight {
padding: 3px 15px 3px 0;
}
.qml {
display: block;
margin: 10;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
padding: 20px 0 20px 0;
}
.qmldefault {
padding-left: 5px;
float: right;
color: red;
}
.qmlreadonly {
padding-left: 5px;
float: right;
color: #254117;
}
.rightAlign {
padding: 3px 5px 3px 10px;
text-align: right;
}
.header {
background-color: #F6F6F6;
border: 1px solid #DDD;
padding: 5px 5px;
margin: 5px 5px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
}
.title {
background-color: white;
color: #44A51C;
font-family: Verdana;
font-size: 35px;
font-weight: normal;
left: 0;
padding-bottom: 5px;
padding-left: 16px;
padding-top: 5px;
# position: absolute;
right: 0;
top: 0;
}
.toc {
float: right;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background-color: #F6F6F6;
border: 1px solid #DDD;
margin: 0 20px 10px 10px;
padding: 20px 15px 20px 20px;
height: auto;
width: 200px;
}
#buildversion {
display: none;
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment