[Calendar] Expose firstDayOfWeek in MonthView

This allows for calendar widgets to override the Locale. Users may
want to start the week on a Sunday, Saturday, or Monday without
changing their locale's date formatting.

CCBUG: 390330

Differential Revision: https://phabricator.kde.org/D15321
This commit is contained in:
Chris Holland 2019-01-03 16:58:58 -05:00
parent 03fbd3318b
commit e5949866bb

View File

@ -32,6 +32,7 @@ PinchArea {
property alias selectedMonth: calendarBackend.monthName
property alias selectedYear: calendarBackend.year
property alias firstDayOfWeek: calendarBackend.firstDayOfWeek
property QtObject date
property date currentDate