make clear that is is the local coordinate system

This commit is contained in:
donovaly
2020-01-11 21:16:11 +01:00
committed by Yorik van Havre
parent af0485b75d
commit 59d3a277b6
5 changed files with 608 additions and 608 deletions

View File

@@ -414,7 +414,7 @@
</item>
<item>
<property name="text">
<string>Euler angles (XY'Z'')</string>
<string>Euler angles (xy'z'')</string>
</property>
</item>
</widget>

File diff suppressed because it is too large Load Diff

View File

@@ -121,7 +121,7 @@
<string/>
</property>
<property name="title">
<string>Attachment Offset:</string>
<string>Attachment Offset (in local coordinates):</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">

View File

@@ -318,7 +318,7 @@ bool TaskAttacher::updatePreview()
ui->message->setStyleSheet(QString::fromLatin1("QLabel{color: green;}"));
}
}
QString splmLabelText = attached ? tr("Attachment Offset:") : tr("Attachment Offset (inactive - not attached):");
QString splmLabelText = attached ? tr("Attachment Offset (in local coordinates):") : tr("Attachment Offset (inactive - not attached):");
ui->groupBox_AttachmentOffset->setTitle(splmLabelText);
ui->groupBox_AttachmentOffset->setEnabled(attached);

View File

@@ -121,7 +121,7 @@
<string/>
</property>
<property name="title">
<string>Attachment Offset:</string>
<string>Attachment Offset (in local coordinates):</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">