Added tooltip for sync button

This commit is contained in:
Jordan Sherer 2020-05-15 21:39:25 -04:00
parent 64d9a303b3
commit 9c2b5b989a

View File

@ -975,7 +975,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>281</width>
<width>273</width>
<height>252</height>
</rect>
</property>
@ -1035,8 +1035,11 @@
<height>30</height>
</size>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Automatically synchronize time drift every second to decodes of signals observed.&lt;/p&gt;&lt;p&gt;This process is CPU intensive and may cause abnormal decoder behavior if run for extended periods of time.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Start Automatic Sync Time Drift</string>
<string>Start Automatic Time Drift</string>
</property>
<property name="checkable">
<bool>true</bool>
@ -1062,7 +1065,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Observe signals in the waterfall and click this to synchronize your time drift with the start of a minute.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Sync Time Drift to Now (Minute Start)</string>
<string>Set Time Drift to Now (Minute Start)</string>
</property>
</widget>
</item>
@ -1078,7 +1081,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Observe signals in the waterfall and click this to synchronize your time drift with the start of a TX cycle in the current transmission speed.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Sync Time Drift to Now (TX Start)</string>
<string>Set Time Drift to Now (TX Start)</string>
</property>
</widget>
</item>
@ -1094,7 +1097,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Observe signals in the waterfall and click this to synchronize your time drift with the end of a TX cycle in the current transmission speed.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Sync Time Drift to Now (TX End)</string>
<string>Set Time Drift to Now (TX End)</string>
</property>
</widget>
</item>