Skip to content

Commit 2f9eba1

Browse files
committedNov 14, 2013
[globe] Use 4-digits for year in the date picker widget
1 parent a5de83b commit 2f9eba1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎src/plugins/globe/globe_plugin_dialog_guibase.ui

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,11 @@
9595
</widget>
9696
</item>
9797
<item row="0" column="1">
98-
<widget class="QDateTimeEdit" name="mSkyDateTime"/>
98+
<widget class="QDateTimeEdit" name="mSkyDateTime">
99+
<property name="displayFormat">
100+
<string>dd.MM.yyyy HH:mm</string>
101+
</property>
102+
</widget>
99103
</item>
100104
<item row="2" column="0" colspan="2">
101105
<widget class="QCheckBox" name="mSkyAutoAmbient">

0 commit comments

Comments
 (0)
Please sign in to comment.