Use date format from system locale

Instead of hard coding a American date format, let qt use whatever the
locale suggests.

Fixes #248

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2013-11-17 12:31:09 +01:00 committed by Dirk Hohndel
parent 612c5713b4
commit 2b1c75a584
2 changed files with 3 additions and 6 deletions

View file

@ -76,9 +76,6 @@
</item>
<item row="2" column="0">
<widget class="QDateTimeEdit" name="dateTimeEdit">
<property name="displayFormat">
<string>M/d/yy h:mm</string>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>