Adding tool tips to pocket extension dialog

This commit is contained in:
Markus Lampert
2019-04-06 23:47:44 -07:00
committed by wmayer
parent 7fd9d4da75
commit 84b61d8a6c

View File

@@ -32,6 +32,9 @@
</item>
<item row="1" column="1">
<widget class="Gui::QuantitySpinBox" name="defaultLength">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Set the extent of the dimension -the default value is half the tool diameter.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="minimum">
<double>-999999999.000000000000000</double>
</property>
@@ -42,6 +45,9 @@
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="extendCorners">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Extend the corner between two edges of a pocket. If selected adjacent edges are combined.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Extend Corners</string>
</property>
@@ -52,6 +58,9 @@
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="showExtensions">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If selected all potential extensions are visualised. Enabled extensions in purple and not enabled extensions in yellow.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Show All</string>
</property>
@@ -62,6 +71,9 @@
</item>
<item>
<widget class="QTreeView" name="extensionTree">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Tree of existing edges and their potential extensions.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
@@ -84,6 +96,9 @@
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="buttonEnable">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enable the currently selected pocket extension.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Enable</string>
</property>
@@ -91,6 +106,9 @@
</item>
<item>
<widget class="QPushButton" name="buttonDisable">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Diisable the currently selected pocket extension.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Disable</string>
</property>
@@ -98,6 +116,9 @@
</item>
<item>
<widget class="QPushButton" name="buttonClear">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remove all currently enabled extensions - leaving the plain pocket operation.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Clear</string>
</property>