Skip to content

Commit

Permalink
display seconds in mesh layer properties
Browse files Browse the repository at this point in the history
(cherry picked from commit 26892a7)
  • Loading branch information
vcloarec authored and nyalldawson committed Jan 14, 2021
1 parent d1f5a52 commit bcd9e84
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/ui/mesh/qgsmeshlayerpropertiesbase.ui
Expand Up @@ -654,6 +654,9 @@ border-radius: 2px;</string>
<property name="toolTip">
<string>Reference time used to render mesh dataset when using temporal range or temporal animation</string>
</property>
<property name="displayFormat">
<string>dd/MM/yyyy HH:mm:ss</string>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>
Expand Down Expand Up @@ -700,6 +703,9 @@ border-radius: 2px;</string>
<property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum>
</property>
<property name="displayFormat">
<string>dd/MM/yyyy HH:mm:ss</string>
</property>
</widget>
</item>
<item row="2" column="0">
Expand Down Expand Up @@ -732,6 +738,9 @@ border-radius: 2px;</string>
<property name="showGroupSeparator" stdset="0">
<bool>false</bool>
</property>
<property name="displayFormat">
<string>dd/MM/yyyy HH:mm:ss</string>
</property>
<property name="timeSpec">
<enum>Qt::UTC</enum>
</property>
Expand Down

0 comments on commit bcd9e84

Please sign in to comment.