aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-06-07 15:25:07 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:27 -0300
commit6f46c1fab5b8ed3311048db54625375adb8e9383 (patch)
tree53f68bfe8333ab1aae4957a62ccd4d54769d8c90 /doc
parent0589d438b3edb252309900f6b88de866c0d971c6 (diff)
Fix bug 424 - "QDockWidget.setTitleBarWidget does not accept 0"
Diffstat (limited to 'doc')
-rw-r--r--doc/_templates/index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 07654fca5..fc1b20800 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -12,7 +12,12 @@
<p>PySide is built using the <a href="http://www.pyside.org/docs/shiboken">Shiboken</a> binding generator.</p>
<h2>Modules</h2>
- <table class="contentstable" align="center" style="margin-left: 30px"><tr>
+
+ <div class="admonition warning">
+ <strong>Note:</strong> The PySide class reference documentation is automatically generated from the original Qt documentation for C++, some parts were tuned to fit the Python world, however is not possible to rewrite all Qt docs as it would require a really huge effort, so if the documentation says you can use 0 on an QObject argument, interpret it as None.
+ </div>
+
+ <table class="contentstable" align="center" ><tr>
<td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("PySide/QtCore/index") }}">QtCore</a><br/>
<span class="linkdescr">core non-GUI functionality</span></p>