[Kde-imaging] [Bug 203047] Edit Exif does not allow editing of seconds

Michael G. Hansen mhansen at mghansen.de
Thu Aug 20 15:36:40 CEST 2009


https://bugs.kde.org/show_bug.cgi?id=203047





--- Comment #1 from Michael G. Hansen <mhansen mghansen de>  2009-08-20 15:36:38 ---
I had a look at the Date & Time settings under KDE systemsettings and they are
set to HH:MM:SS. When I insert the KDateTimeWidget in Qt Designer, it also
shows the time as HH:MM AM/PM, so this is not a kipi-plugins issue. Rather,
this widget seems to follow the settings of the locale and not the settings
given in the KDE systemsettings. Launching digikam with LANG=de_DE at UTF-8 shows
the time in 24h-form but still without seconds. Hacking the locale definition
makes it possible to get it to show HH:MM:SS.

One possible solution is to use the QDateEdit and QTimeEdit instead, because it
has the option of changing the time format to include seconds. See attached
screenshot. I could not find any option to change the format for a
KDateTimeWidget. Otherwise, one would have to change KDateTimeWidget, but that
would take time...

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Kde-imaging mailing list