A edit view to edit dates by using a calendar. More...
Properties | |
date | firstDate |
The smallest possible date the user can select. More... | |
date | lastDate |
The highest possible date the user can select. More... | |
date | date |
The date currently displayed and edited. More... | |
A edit view to edit dates by using a calendar.
You can use this edit if you want to let the user select a date. You can use the properties to control wich tumblers are shown and which format they use.
Definition at line 18 of file DateEdit.qml.
date de::skycoder42::QtMvvm::Quick::DateEdit::date |
The date currently displayed and edited.
Default: new Date()
Accessors | |
---|---|
MEMBER | date |
NOTIFY | dateChanged() |
Definition at line 55 of file DateEdit.qml.
date de::skycoder42::QtMvvm::Quick::DateEdit::firstDate |
The smallest possible date the user can select.
Default: new Date(1970, 0, 1)
Accessors | |
---|---|
MEMBER | firstDate |
NOTIFY | firstDateChanged() |
Definition at line 31 of file DateEdit.qml.
date de::skycoder42::QtMvvm::Quick::DateEdit::lastDate |
The highest possible date the user can select.
Default: new Date(9999, 11, 31)
Accessors | |
---|---|
MEMBER | lastDate |
NOTIFY | lastDateChanged() |
Definition at line 43 of file DateEdit.qml.