diff options
author | Luciano Wolf <luciano.wolf@openbossa.org> | 2010-08-04 18:46:36 -0300 |
---|---|---|
committer | Luciano Wolf <luciano.wolf@openbossa.org> | 2010-08-04 18:47:27 -0300 |
commit | 1b4e1400444de83dfc8027fbf7c6c8f2ce98927b (patch) | |
tree | a86072255fb4efd2ca61dd7c6cc892cf89e7a5fe /doc | |
parent | 9e7369e4aec34ce42b92c5686d192e3bf93c3966 (diff) | |
download | pyside-1b4e1400444de83dfc8027fbf7c6c8f2ce98927b.tar.gz pyside-1b4e1400444de83dfc8027fbf7c6c8f2ce98927b.tar.xz pyside-1b4e1400444de83dfc8027fbf7c6c8f2ce98927b.zip |
Fix typo: QPropery.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/_templates/index.html | 2 | ||||
-rw-r--r-- | doc/property.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html index d0bc1a6..8038bb1 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -28,7 +28,7 @@ <p class="biglink"><a class="biglink" href="{{ pathto("newsigslot") }}">New-style signal/slot</a><br/> <span class="linkdescr">using the new-style signal/slot scheme</span></p> - <p class="biglink"><a class="biglink" href="{{ pathto("property") }}">Use of QPropery in PySide</a><br/> + <p class="biglink"><a class="biglink" href="{{ pathto("property") }}">Use of QProperty in PySide</a><br/> <span class="linkdescr">QProperty</span></p> </td></tr> </table> diff --git a/doc/property.rst b/doc/property.rst index 0b9b35c..88db8d6 100644 --- a/doc/property.rst +++ b/doc/property.rst @@ -1,5 +1,5 @@ -Use of QPropery in PySide -************************* +Use of QProperty in PySide +************************** PySide implements the function 'QProperty' which allows to declare properties compatible with QMetaProperties. |