Skip to content
Snippets Groups Projects
Commit 6f54a3e7 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

Merge branch 'cherry-pick-a903887a' into 'master'

added tooltips in clockwidget



See merge request !9
parents 9afd97a4 97650ca7
No related branches found
No related tags found
1 merge request!9added tooltips in clockwidget
......@@ -25,13 +25,15 @@
<height>27</height>
</rect>
</property>
<property name="toolTip">
<string>Do one time step</string>
</property>
<property name="text">
<string>step</string>
</property>
<property name="icon">
<iconset theme="go-next">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
<widget class="QLabel" name="lblTime">
......@@ -64,13 +66,15 @@
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>Play</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="media-playback-start">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
<widget class="QPushButton" name="btnStop">
......@@ -85,13 +89,15 @@
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>Pause</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="media-playback-pause">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
<widget class="QDoubleSpinBox" name="spinBoxSpeed">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment