Merge pull request #9493 from chennes/pathUnifyBoundingBoxTerminology
Path: Unify use of 'bounding box' terminology
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -52,7 +52,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Extend Model's Bound Box</string>
|
||||
<string>Extend Model's Bounding Box</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
@@ -104,7 +104,7 @@
|
||||
<item row="0" column="2">
|
||||
<widget class="Gui::InputField" name="stockExtXneg">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Extension of BoundBox's MinX.</p></body></html></string>
|
||||
<string><html><head/><body><p>Extension of bounding box's MinX.</p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -117,7 +117,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Extension of BoundBox's MaxX.</p></body></html></string>
|
||||
<string><html><head/><body><p>Extension of bounding box's MaxX.</p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -131,14 +131,14 @@
|
||||
<item row="1" column="2">
|
||||
<widget class="Gui::InputField" name="stockExtYneg">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Extension of BoundBox's MinY.</p></body></html></string>
|
||||
<string><html><head/><body><p>Extension of bounding box's MinY.</p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="3">
|
||||
<widget class="Gui::InputField" name="stockExtYpos">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Extension of BoundBox's MaxY.</p></body></html></string>
|
||||
<string><html><head/><body><p>Extension of bounding box's MaxY.</p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -152,14 +152,14 @@
|
||||
<item row="2" column="2">
|
||||
<widget class="Gui::InputField" name="stockExtZneg">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Extension of BoundBox's MinZ.</p></body></html></string>
|
||||
<string><html><head/><body><p>Extension of bounding box's MinZ.</p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="3">
|
||||
<widget class="Gui::InputField" name="stockExtZpos">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Extension of BoundBox's MaxZ.</p></body></html></string>
|
||||
<string><html><head/><body><p>Extension of bounding box's MaxZ.</p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Center of BoundBox</string>
|
||||
<string>Center of Bounding Box</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
@@ -171,7 +171,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Center of BoundBox</string>
|
||||
<string>Center of Bounding Box</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="boundBoxSelect_label">
|
||||
<property name="text">
|
||||
<string>BoundBox</string>
|
||||
<string>Bounding Box</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -144,7 +144,7 @@
|
||||
<item row="6" column="0">
|
||||
<widget class="QLabel" name="boundBoxExtraOffset_label">
|
||||
<property name="text">
|
||||
<string>BoundBox extra offset X, Y</string>
|
||||
<string>Bounding box extra offset X, Y</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>BoundBox</string>
|
||||
<string>Bounding Box</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -448,7 +448,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Extend Model's Bound Box</string>
|
||||
<string>Extend Model's Bounding Box</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
|
||||
@@ -372,7 +372,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Extend Model's Bound Box</string>
|
||||
<string>Extend Model's Bounding Box</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
|
||||
@@ -265,7 +265,7 @@ class ObjectSlot(PathOp.ObjectOp):
|
||||
"Reference1": [
|
||||
(translate("Path_Slot", "Center of Mass"), "Center of Mass"),
|
||||
(
|
||||
translate("Path_Slot", "Center of BoundBox"),
|
||||
translate("Path_Slot", "Center of Bounding Box"),
|
||||
"Center of BoundBox",
|
||||
),
|
||||
(translate("Path_Slot", "Lowest Point"), "Lowest Point"),
|
||||
@@ -277,7 +277,7 @@ class ObjectSlot(PathOp.ObjectOp):
|
||||
"Reference2": [
|
||||
(translate("Path_Slot", "Center of Mass"), "Center of Mass"),
|
||||
(
|
||||
translate("Path_Slot", "Center of BoundBox"),
|
||||
translate("Path_Slot", "Center of Bounding Box"),
|
||||
"Center of BoundBox",
|
||||
),
|
||||
(translate("Path_Slot", "Lowest Point"), "Lowest Point"),
|
||||
|
||||
Reference in New Issue
Block a user