Configure first day of the week?

Gilles Caulier caulier.gilles at gmail.com
Thu May 1 10:48:41 BST 2025


Hi Steve,

QCalendar is not used directly in digiKam. All the date-time widgets
are hosted in this folder :

https://invent.kde.org/graphics/digikam/-/tree/master/core/app/date?ref_type=heads

And the calendar widget from the left date side bar is this one :

https://invent.kde.org/graphics/digikam/-/blob/master/core/app/date/datefolderview.cpp?ref_type=heads

encapsulating this one :

https://invent.kde.org/graphics/digikam/-/blob/master/core/app/date/monthwidget.cpp?ref_type=heads

QLocale Qt API is used to handle desktop region configuration, as this
famous one :

https://doc.qt.io/qt-6/qlocale.html#firstDayOfWeek

Voila...

Best regards

Gilles Caulier

Le jeu. 1 mai 2025 à 06:36, Steven Robbins <steve at sumost.ca> a écrit :
>
> On Wednesday, April 30, 2025 1:01:58 a.m. Central Daylight Saving Time Gilles
> Caulier wrote:
> > Hi Steve,
> >
> > There are no settings in digiKam for that. We use the Qt calendar API
> > in digiKam
>
> Hey Gilles -- I pulled the sources and did a simple grep for QCalendar,
> assuming you meant the QCalendarWidget.  I came up empty.  Did you mean a
> different Qt calendar API?
>
> -Steve


More information about the Digikam-users mailing list