The qnx.ui.text package provides the ability to display text. This includes basic labels and text input fields.
| Class | Description | |
|---|---|---|
| KeyboardType | The KeyboardType class contains constants that define the layout of the keyboard that appears when the user clicks in a textInput component. | |
| Label | The Label class displays formatted text. | |
| ReturnKeyType | The ReturnKeyType class contains constants that define the Enter key that will appear on the keyboard when the user clicks in a TextInput component. | |
| TextInput | The TextInput class contains the functionality for capturing text input from a user. | |
| TextInputIconMode | The TextInputIconMode class contains the constants that govern when the clear text icon is enabled on a TextInput field. | |
| TextTruncationMode | Provides values for setting the truncationMode of components. |