Skip to content

Commit

Permalink
Add tooltips to CSV publisher buttons (#683)
Browse files Browse the repository at this point in the history
-Add tooltips to the buttons that set the start/end time based on vertical time tracker position
-add missing space in text ("timerange" to "time range")
  • Loading branch information
Bartimaeus- authored Jul 10, 2022
1 parent 5ae780b commit e8633fe
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Use the vertical time tracker to select a time range.</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Within this timerange you can either compute the statistics (min, max, average values) or export all the data points in a CSV file&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Within this time range you can either compute the statistics (min, max, average values) or export all the data points in a CSV file&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -81,6 +81,9 @@ p, li { white-space: pre-wrap; }
<height>24</height>
</size>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Set start of time range to current time tracker position&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>+</string>
</property>
Expand Down Expand Up @@ -133,6 +136,9 @@ p, li { white-space: pre-wrap; }
<height>24</height>
</size>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Set end of time range to current time tracker position&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>+</string>
</property>
Expand Down

0 comments on commit e8633fe

Please sign in to comment.