From 6f46c1fab5b8ed3311048db54625375adb8e9383 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Tue, 7 Jun 2011 15:25:07 -0300 Subject: Fix bug 424 - "QDockWidget.setTitleBarWidget does not accept 0" --- doc/_templates/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') 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 @@

PySide is built using the Shiboken binding generator.

Modules

- + +
+ Note: 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. +
+ +
-- cgit v1.2.3