DatePopup QML Type
Inherits: |
Properties
- autoAccept : bool
- maximumDate : date
- minimumDate : date
- value : date
Signals
Detailed Description
* A popup that prompts the user to select a date
Property Documentation
autoAccept : bool |
* This property holds whether the date popup will automatically select a date * on selection or has a "Select" button. * * By default, this is false.
maximumDate : date |
* This property holds the maximum date (inclusive) that the user can select. * * By default, no limit is applied to the date selection.
minimumDate : date |
* This property holds the minimum date (inclusive) that the user can select. * * By default, no limit is applied to the date selection.
value : date |
* @brief The current date and time selected by the user.
Signal Documentation
cancelled() |
* Emitted when the user cancells the popup * @deprecated Use rejected instead.
Note: The corresponding handler is onCancelled
.