Adding tool tips to pocket extension dialog
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="Gui::QuantitySpinBox" name="defaultLength">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Set the extent of the dimension -the default value is half the tool diameter.</p></body></html></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><html><head/><body><p>Extend the corner between two edges of a pocket. If selected adjacent edges are combined.</p></body></html></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><html><head/><body><p>If selected all potential extensions are visualised. Enabled extensions in purple and not enabled extensions in yellow.</p></body></html></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><html><head/><body><p>Tree of existing edges and their potential extensions.</p></body></html></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><html><head/><body><p>Enable the currently selected pocket extension.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Enable</string>
|
||||
</property>
|
||||
@@ -91,6 +106,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="buttonDisable">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Diisable the currently selected pocket extension.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Disable</string>
|
||||
</property>
|
||||
@@ -98,6 +116,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="buttonClear">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Remove all currently enabled extensions - leaving the plain pocket operation.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Clear</string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user