Skip to content

Commit

Permalink
Surface: better titles for the task panels, and tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
vocx-fc authored and wwmayer committed Oct 13, 2020
1 parent 8eb466d commit c9c4bbe
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 13 deletions.
6 changes: 3 additions & 3 deletions src/Mod/MeshPart/Gui/TaskCurveOnMesh.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>313</width>
<height>247</height>
<width>343</width>
<height>305</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -23,7 +23,7 @@
<item row="0" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Snap tolerance to vertexes</string>
<string>Snap tolerance to vertices</string>
</property>
</widget>
</item>
Expand Down
9 changes: 6 additions & 3 deletions src/Mod/Surface/Gui/TaskFilling.ui
Expand Up @@ -17,15 +17,15 @@
</sizepolicy>
</property>
<property name="windowTitle">
<string>Filling</string>
<string>Fill Surface</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="buttonInitFace">
<property name="text">
<string>Initial Face</string>
<string>Support surface</string>
</property>
</widget>
</item>
Expand All @@ -40,8 +40,11 @@
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="toolTip">
<string>Add the edges that will limit the surface.</string>
</property>
<property name="title">
<string>Boundary</string>
<string>Boundary edges</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0" colspan="3">
Expand Down
8 changes: 6 additions & 2 deletions src/Mod/Surface/Gui/TaskFillingUnbound.ui
Expand Up @@ -17,13 +17,17 @@
</sizepolicy>
</property>
<property name="windowTitle">
<string>Unbound Edges</string>
<string>Edge constraints</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="toolTip">
<string>Add edges that will be used to constrain the surface,
that is, the surface will be forced to pass through these edges.</string>
</property>
<property name="title">
<string>Unbound Edges</string>
<string>Non-boundary edges</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0" colspan="3">
Expand Down
10 changes: 7 additions & 3 deletions src/Mod/Surface/Gui/TaskFillingVertex.ui
Expand Up @@ -6,18 +6,22 @@
<rect>
<x>0</x>
<y>0</y>
<width>273</width>
<width>390</width>
<height>329</height>
</rect>
</property>
<property name="windowTitle">
<string>Vertices</string>
<string>Vertex constraints</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="toolTip">
<string>Add vertices that will be used to constrain the surface,
that is, the surface will be forced to pass through these points.</string>
</property>
<property name="title">
<string>Unbound vertices</string>
<string>Non-boundary vertices</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
Expand Down
8 changes: 6 additions & 2 deletions src/Mod/Surface/Gui/TaskSections.ui
Expand Up @@ -11,13 +11,17 @@
</rect>
</property>
<property name="windowTitle">
<string>Sections</string>
<string>Sectional edges</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="toolTip">
<string>Add the edges that will be sectional cuts of the surface,
that is, the surface will be forced to pass through these edges.</string>
</property>
<property name="title">
<string>Sections</string>
<string>Sectional edges</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0" colspan="2">
Expand Down

0 comments on commit c9c4bbe

Please sign in to comment.