doc: Sync classref with current source
This commit is contained in:
@ -19,13 +19,6 @@
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="get_line_edit">
|
||||
<return type="LineEdit">
|
||||
</return>
|
||||
<description>
|
||||
Returns the [LineEdit] instance from this [SpinBox]. You can use it to access properties and methods of [LineEdit].
|
||||
</description>
|
||||
</method>
|
||||
<method name="apply">
|
||||
<return type="void">
|
||||
</return>
|
||||
@ -33,6 +26,13 @@
|
||||
Applies the current value of this [SpinBox].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_line_edit">
|
||||
<return type="LineEdit">
|
||||
</return>
|
||||
<description>
|
||||
Returns the [LineEdit] instance from this [SpinBox]. You can use it to access properties and methods of [LineEdit].
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="align" type="int" setter="set_align" getter="get_align" enum="LineEdit.Align" default="0">
|
||||
|
||||
Reference in New Issue
Block a user