Skip to content

Commit

Permalink
Added tooltip to Chain Menu widget buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
JairajJangle committed Sep 20, 2020
1 parent db59bdf commit 800a521
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CustomWidgets/ChainMenuWidget/chainmenuwidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>314</width>
<width>317</width>
<height>67</height>
</rect>
</property>
Expand Down Expand Up @@ -47,6 +47,9 @@
</property>
<item>
<widget class="QRadioButton" name="radioButton">
<property name="toolTip">
<string>Select this operation to adjust it's parameters</string>
</property>
<property name="text">
<string/>
</property>
Expand Down Expand Up @@ -79,6 +82,9 @@
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>Remove this operation from the chain</string>
</property>
<property name="styleSheet">
<string notr="true">#buttonRemove
{
Expand Down Expand Up @@ -114,6 +120,9 @@
<height>60</height>
</size>
</property>
<property name="toolTip">
<string>Drop down menu to change the operation</string>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -143,6 +152,9 @@
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>Add OpenCV operation to the chain</string>
</property>
<property name="styleSheet">
<string notr="true">#buttonAdd
{
Expand Down

0 comments on commit 800a521

Please sign in to comment.