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

added tooltips

parent 4bb90d16
No related branches found
No related tags found
No related merge requests found
...@@ -317,7 +317,7 @@ ...@@ -317,7 +317,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1338</width> <width>1338</width>
<height>33</height> <height>27</height>
</rect> </rect>
</property> </property>
</widget> </widget>
...@@ -367,6 +367,9 @@ ...@@ -367,6 +367,9 @@
<property name="text"> <property name="text">
<string>Delete State</string> <string>Delete State</string>
</property> </property>
<property name="toolTip">
<string>Delete State (Del)</string>
</property>
<property name="shortcut"> <property name="shortcut">
<string>Del</string> <string>Del</string>
</property> </property>
...@@ -400,6 +403,9 @@ ...@@ -400,6 +403,9 @@
<property name="text"> <property name="text">
<string>Save All</string> <string>Save All</string>
</property> </property>
<property name="toolTip">
<string>Save All (Ctrl+S)</string>
</property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+S</string> <string>Ctrl+S</string>
</property> </property>
...@@ -504,8 +510,8 @@ ...@@ -504,8 +510,8 @@
</customwidgets> </customwidgets>
<resources> <resources>
<include location="../resources/StatechartEditor.qrc"/> <include location="../resources/StatechartEditor.qrc"/>
<include location="../../../libraries/qtpropertybrowser/src/qtpropertybrowser.qrc"/>
<include location="../../../libraries/ArmarXGuiBase/armarxicons.qrc"/> <include location="../../../libraries/ArmarXGuiBase/armarxicons.qrc"/>
<include location="../../../libraries/qtpropertybrowser/src/qtpropertybrowser.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>
......
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