Hi,
I expect that there should be the date when the app was compiled in the About box. But there is the date when the app is launched. The problem is in file circuitwidget.cpp, becasase the function QDate::currentDate returns actual date from the system clock. The compilantion date should be obtained by macro __DATE__.
By the way the titles in About box are not included in translations.
I expect that there should be the date when the app was compiled in the About box. But there is the date when the app is launched. The problem is in file circuitwidget.cpp, becasase the function QDate::currentDate returns actual date from the system clock. The compilantion date should be obtained by macro __DATE__.
By the way the titles in About box are not included in translations.
Last edited by arcachofo on Fri Dec 24, 2021 3:13 am; edited 1 time in total (Reason for editing : Marked as solved (green color))