summaryrefslogtreecommitdiff
path: root/src/controls/Calendar.qml
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Append handler names to \qmlsignal documentationSze Howe Koh2014-03-181-0/+10
| | | | | Change-Id: I5e06bdf03ba1ba8e5fe7669f690420dc9a039129 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Styling improvements for CalendarJens Bache-Wiig2014-03-121-2/+3
| | | | | | | | | Also - added the property Calendar::frameVisible. - moved the gridVisible property to CalendarStyle Change-Id: I57da65af130098ac5d0b858c9f964e52e3ba6922 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
* Add Calendar to Qt Quick Controls.Mitch Curtis2014-02-141-0/+401
Task-number: QTBUG-29948 [ChangeLog][QtQuickControls] Calendar was added. Calendar allows selection of dates from a grid of days, similar to QCalendarWidget. Change-Id: I279130e704bc0dfd8dfe114ec9b6b49e111faf96 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>