TimeInput¶
- component fbx.ui.control.TimeInput¶
This control permits to enter a time within a defined time range.
- signal done()¶
Raised when user has finished entering a time
- property value¶
An unix timestamp correponding to the entered time.
- property minimumValue¶
An unix timestamp correponding to the lowest enterable time.
- property maximumValue¶
An unix timestamp correponding to the greatest enterable time.
- property enabled¶
Whether the widget accepts user interaction.
- property hour¶
Current hour value.
- property minute¶
Current minute value.