Fix typo: QPropery.
This commit is contained in:
parent
9e7369e4ae
commit
1b4e140044
2 changed files with 3 additions and 3 deletions
2
doc/_templates/index.html
vendored
2
doc/_templates/index.html
vendored
|
|
@ -28,7 +28,7 @@
|
||||||
<p class="biglink"><a class="biglink" href="{{ pathto("newsigslot") }}">New-style signal/slot</a><br/>
|
<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>
|
<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>
|
<span class="linkdescr">QProperty</span></p>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
||||||
|
|
@ -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.
|
PySide implements the function 'QProperty' which allows to declare properties compatible with QMetaProperties.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue