Skip to content

Commit f542535

Browse files
committed
Add a popup window with a hint
1 parent 7feb9da commit f542535

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

plugins/robots/common/twoDModel/src/engine/view/twoDModelWidget.ui

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<property name="windowTitle">
1414
<string>2D Robot Model</string>
1515
</property>
16+
<property name="toolTip">
17+
<string>Switch to the region editing mode</string>
18+
</property>
1619
<layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0,0,0,0" columnstretch="0,0,0,0,0">
1720
<item row="0" column="1" rowspan="7">
1821
<widget class="QWidget" name="toolbarWidget" native="true">
@@ -152,6 +155,9 @@
152155
</item>
153156
<item row="3" column="0">
154157
<widget class="QPushButton" name="initialStateButton">
158+
<property name="toolTip">
159+
<string>Reset the world configuration to the start</string>
160+
</property>
155161
<property name="text">
156162
<string/>
157163
</property>

0 commit comments

Comments
 (0)