Some weather UI improvements

* added label line to show if weather is on/off
* myself guard (QTimer::singleShot)

Based on Q&A here https://discordapp.com/channels/539048679160676382/539486309882789888/598913115211694111
This commit is contained in:
Klaus Basan
2019-07-11 20:22:40 +02:00
parent 4f42e28213
commit 6e6c1751ea
3 changed files with 63 additions and 20 deletions

View File

@@ -48,6 +48,13 @@
</property>
</widget>
</item>
<item row="1" column="0" colspan="3">
<widget class="QLabel" name="lbl_WeatherEngineInfo">
<property name="text">
<string>info goes here</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>