Document theming a SpinBox's background

This closes #46248.
This commit is contained in:
Hugo Locurcio 2021-02-21 19:31:25 +01:00
parent c97437a8b3
commit 159581739a
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -15,6 +15,7 @@
[/codeblock]
The above code will create a [SpinBox], disable context menu on it and set the text alignment to right.
See [Range] class for more options over the [SpinBox].
[b]Note:[/b] [SpinBox] relies on an underlying [LineEdit] node. To theme a [SpinBox]'s background, add theme items for [LineEdit] and customize them.
</description>
<tutorials>
</tutorials>