add option to set date label as system locale format

This commit is contained in:
dries.k
2023-05-22 23:22:23 +02:00
parent 42f3cfcd9d
commit 234557df46
5 changed files with 20 additions and 5 deletions

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>402</width>
<height>392</height>
<width>415</width>
<height>450</height>
</rect>
</property>
<property name="windowTitle">
@@ -168,6 +168,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_locale">
<property name="text">
<string>Display date in the system locale format</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>