TimePicker QML Type
A time picker with hour and minute tumblers. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
Signals
- void accepted()
Detailed Description
TimePicker provides a time selection control with separate hour and minute tumblers (spinner wheels). It supports custom locale settings for time format and ordering.
Property Documentation
locale : Locale
The locale used for formatting the time display. Affects the time format (12-hour vs 24-hour) and the ordering of hour and minute tumblers.
time : time
The currently selected time value.
Signal Documentation
void accepted()
Emitted when the user confirms the selected time, typically by clicking an OK or Confirm button.
Note: The corresponding handler is onAccepted.