01-13-2025, 12:39 PM
(01-12-2025, 06:51 PM)notko Wrote:(01-12-2025, 12:18 PM)admin Wrote: The GUI of this program is developed using QT (very famous GUI development library) and we will solve this problem as soon as possible. Thanks.
Thanks for reply, @admin!
It looks like QT has good localisation support according to their documentation (QTLocale class), with almost seamless integration for both Windows and Mac
QLocale can only be used to format date and time, but not to control the display format of date and time in QT standard interface controls. We are trying to convert the time format used by the current Windows operating system to the time format of QT.