From 083637a901569e872b3bcddc526818fd1e9ea3c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3hannes=20Gunnar=20=C3=9Eorsteinsson?= Date: Thu, 9 Jan 2020 13:44:23 +0000 Subject: Add apply method to SpinBox --- doc/classes/SpinBox.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/SpinBox.xml b/doc/classes/SpinBox.xml index bda0b1192d..1fbced77dc 100644 --- a/doc/classes/SpinBox.xml +++ b/doc/classes/SpinBox.xml @@ -26,6 +26,13 @@ Returns the [LineEdit] instance from this [SpinBox]. You can use it to access properties and methods of [LineEdit]. + + + + + Applies the current value of this [SpinBox]. + + -- cgit v1.2.3