classref: Sync with current master branch (fc1c25d29)

This commit is contained in:
Rémi Verschelde
2022-11-07 14:06:01 +01:00
parent d09033677f
commit 263e4d6224
196 changed files with 5055 additions and 3075 deletions

View File

@@ -62,6 +62,8 @@ Properties
+-------------------------------------------------------------------+------------------------------------------------------------------------------+-----------+
| :ref:`String<class_String>` | :ref:`prefix<class_SpinBox_property_prefix>` | ``""`` |
+-------------------------------------------------------------------+------------------------------------------------------------------------------+-----------+
| :ref:`bool<class_bool>` | :ref:`select_all_on_focus<class_SpinBox_property_select_all_on_focus>` | ``false`` |
+-------------------------------------------------------------------+------------------------------------------------------------------------------+-----------+
| :ref:`String<class_String>` | :ref:`suffix<class_SpinBox_property_suffix>` | ``""`` |
+-------------------------------------------------------------------+------------------------------------------------------------------------------+-----------+
| :ref:`bool<class_bool>` | :ref:`update_on_text_changed<class_SpinBox_property_update_on_text_changed>` | ``false`` |
@@ -148,6 +150,22 @@ Adds the specified ``prefix`` string before the numerical value of the ``SpinBox
----
.. _class_SpinBox_property_select_all_on_focus:
- :ref:`bool<class_bool>` **select_all_on_focus**
+-----------+--------------------------------+
| *Default* | ``false`` |
+-----------+--------------------------------+
| *Setter* | set_select_all_on_focus(value) |
+-----------+--------------------------------+
| *Getter* | is_select_all_on_focus() |
+-----------+--------------------------------+
If ``true``, the ``SpinBox`` will select the whole text when the :ref:`LineEdit<class_LineEdit>` gains focus. Clicking the up and down arrows won't trigger this behavior.
----
.. _class_SpinBox_property_suffix:
- :ref:`String<class_String>` **suffix**