소스 검색

Document theming a SpinBox's background

This closes #46248.
Hugo Locurcio 4 년 전
부모
커밋
159581739a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      doc/classes/SpinBox.xml

+ 1 - 0
doc/classes/SpinBox.xml

@@ -15,6 +15,7 @@
 		[/codeblock]
 		[/codeblock]
 		The above code will create a [SpinBox], disable context menu on it and set the text alignment to right.
 		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].
 		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>
 	</description>
 	<tutorials>
 	<tutorials>
 	</tutorials>
 	</tutorials>