From 3dc73e778b0b56d5fce2652fddcf266b80f41b5f Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 1 Mar 2022 08:18:12 +0100 Subject: Improve readability of the Property documentation Put each parameter on one line. Task-number: PYSIDE-1513 Pick-to: 6.2 Change-Id: Ia0ff3c587408f46bfd529278e385320169b108f2 Reviewed-by: Shyamnath Premnadh Reviewed-by: Cristian Maureira-Fredes --- sources/pyside6/doc/extras/QtCore.Property.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sources/pyside6/doc/extras') diff --git a/sources/pyside6/doc/extras/QtCore.Property.rst b/sources/pyside6/doc/extras/QtCore.Property.rst index 5eb299f67..1912b8d23 100644 --- a/sources/pyside6/doc/extras/QtCore.Property.rst +++ b/sources/pyside6/doc/extras/QtCore.Property.rst @@ -47,10 +47,13 @@ The full options for ``QtCore.Property`` can be found with ``QtCore.Property.__d fset: Optional[Callable] = None, freset: Optional[Callable] = None, fdel: Optional[Callable] = None, - doc: str = '', notify: Optional[Callable] = None, - designable: bool = True, scriptable: bool = True, + doc: str = '', + notify: Optional[Callable] = None, + designable: bool = True, + scriptable: bool = True, stored: bool = True, user: bool = False, - constant: bool = False, final: bool = False) -> PySide6.QtCore.Property + constant: bool = False, + final: bool = False) -> PySide6.QtCore.Property Normally, only ``type``, ``fget``and ``fset`` are used. -- cgit v1.2.3