DatePopup
Properties | |
bool | autoAccept |
date | maximumDate |
date | minimumDate |
date | value |
Signals | |
void | cancelled () |
Detailed Description
A popup that prompts the user to select a date.
Definition at line 14 of file DatePopup.qml.
Property Documentation
◆ autoAccept
|
read |
This property holds whether the date popup will automatically select a date on selection or has a "Select" button.
By default, this is false.
Definition at line 43 of file DatePopup.qml.
◆ maximumDate
|
read |
This property holds the maximum date (inclusive) that the user can select.
By default, no limit is applied to the date selection.
Definition at line 36 of file DatePopup.qml.
◆ minimumDate
|
read |
This property holds the minimum date (inclusive) that the user can select.
By default, no limit is applied to the date selection.
Definition at line 30 of file DatePopup.qml.
◆ value
|
read |
The current date and time selected by the user.
Definition at line 19 of file DatePopup.qml.
Member Function Documentation
◆ cancelled
|
signal |
Emitted when the user cancells the popup.
- Deprecated
- Use rejected instead.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.