DatePopup

Search for usage in LXR

DatePopup Class Reference

Inherits QtQuick::Controls::Dialog.

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

bool DatePopup::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

date DatePopup::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

date DatePopup::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

date DatePopup::value
read

The current date and time selected by the user.

Definition at line 19 of file DatePopup.qml.

Member Function Documentation

◆ cancelled

void DatePopup::cancelled ( )
signal

Emitted when the user cancells the popup.

Deprecated
Use rejected instead.

The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Apr 27 2024 22:09:57 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.