make clear that is is the local coordinate system
This commit is contained in:
committed by
Yorik van Havre
parent
af0485b75d
commit
59d3a277b6
@@ -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
@@ -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">
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user