CapitalizationMode
from slint.language import CapitalizationModepython
This enum describes the auto-capitalization behavior that the input method
(e.g. a soft keyboard) should apply while text is entered in a TextInput.
Values
Section titled “Values”none— No auto-capitalization.sentences— Capitalize the first character of each sentence.words— Capitalize the first character of each word.characters— Capitalize all characters.
© 2026 SixtyFPS GmbH