We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a5de83b commit 2f9eba1Copy full SHA for 2f9eba1
src/plugins/globe/globe_plugin_dialog_guibase.ui
@@ -95,7 +95,11 @@
95
</widget>
96
</item>
97
<item row="0" column="1">
98
- <widget class="QDateTimeEdit" name="mSkyDateTime"/>
+ <widget class="QDateTimeEdit" name="mSkyDateTime">
99
+ <property name="displayFormat">
100
+ <string>dd.MM.yyyy HH:mm</string>
101
+ </property>
102
+ </widget>
103
104
<item row="2" column="0" colspan="2">
105
<widget class="QCheckBox" name="mSkyAutoAmbient">
0 commit comments