Fixed some tooltips in tool dialogs.
--HG-- branch : develop
This commit is contained in:
parent
b535460715
commit
e1283c410e
|
@ -229,7 +229,7 @@
|
|||
<item row="0" column="1">
|
||||
<widget class="QComboBox" name="comboBoxAxisPoint">
|
||||
<property name="toolTip">
|
||||
<string>First point of line</string>
|
||||
<string>Axis Point</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -249,7 +249,7 @@
|
|||
<item row="1" column="1">
|
||||
<widget class="QComboBox" name="comboBoxCurve">
|
||||
<property name="toolTip">
|
||||
<string>First point of line</string>
|
||||
<string>Curve</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -230,7 +230,7 @@
|
|||
<item row="0" column="1">
|
||||
<widget class="QComboBox" name="comboBoxArc">
|
||||
<property name="toolTip">
|
||||
<string>Selected curve</string>
|
||||
<string>Selected arc</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
<item row="1" column="1">
|
||||
<widget class="QComboBox" name="comboBoxBasePoint">
|
||||
<property name="toolTip">
|
||||
<string>First point of line</string>
|
||||
<string>Base Point</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -98,7 +98,7 @@
|
|||
<item row="3" column="1">
|
||||
<widget class="QComboBox" name="comboBoxP2Line">
|
||||
<property name="toolTip">
|
||||
<string>First point of line</string>
|
||||
<string>Second point of line</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -226,7 +226,7 @@
|
|||
<item row="0" column="1">
|
||||
<widget class="QComboBox" name="comboBoxAxisPoint">
|
||||
<property name="toolTip">
|
||||
<string>First point of line</string>
|
||||
<string>Axis Point</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -266,7 +266,7 @@
|
|||
<item row="2" column="1">
|
||||
<widget class="QComboBox" name="comboBoxSecondLinePoint">
|
||||
<property name="toolTip">
|
||||
<string>First point of line</string>
|
||||
<string>Second point of line</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -245,7 +245,11 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QComboBox" name="comboBoxFirstPoint"/>
|
||||
<widget class="QComboBox" name="comboBoxFirstPoint">
|
||||
<property name="toolTip">
|
||||
<string>First point of line</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="labelSecondPoint">
|
||||
|
@ -261,7 +265,11 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QComboBox" name="comboBoxSecondPoint"/>
|
||||
<widget class="QComboBox" name="comboBoxSecondPoint">
|
||||
<property name="toolTip">
|
||||
<string>Second point of line</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<item row="1" column="1">
|
||||
<widget class="QComboBox" name="comboBoxAxisP1">
|
||||
<property name="toolTip">
|
||||
<string>First point of line</string>
|
||||
<string>First point of the axis</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -75,7 +75,7 @@
|
|||
<item row="2" column="1">
|
||||
<widget class="QComboBox" name="comboBoxAxisP2">
|
||||
<property name="toolTip">
|
||||
<string>First point of line</string>
|
||||
<string>Second point of the axis</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -115,7 +115,7 @@
|
|||
<item row="4" column="1">
|
||||
<widget class="QComboBox" name="comboBoxSecondPoint">
|
||||
<property name="toolTip">
|
||||
<string>First point of line</string>
|
||||
<string>Second point of line</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue
Block a user