diff --git a/src/dialogs/dialogbisector.ui b/src/dialogs/dialogbisector.ui index bab63fbc7..32b1c777e 100644 --- a/src/dialogs/dialogbisector.ui +++ b/src/dialogs/dialogbisector.ui @@ -14,7 +14,7 @@ Bisector - + :/icon/64x64/icon64x64.png:/icon/64x64/icon64x64.png @@ -83,6 +83,26 @@ + + + + Insert marked variable into the formula + + + ... + + + + :/icon/24x24/putHere.png:/icon/24x24/putHere.png + + + + 24 + 24 + + + + @@ -92,7 +112,7 @@ ... - + :/icon/24x24/equal.png:/icon/24x24/equal.png @@ -186,26 +206,6 @@ - - - - Insert marked variable into the formula - - - ... - - - - :/icon/24x24/putHere.png:/icon/24x24/putHere.png - - - - 24 - 24 - - - - @@ -285,7 +285,7 @@ - Type line + Type of line @@ -410,12 +410,11 @@ radioButtonLengthArc radioButtonLengthSpline listWidget - toolButtonPutHere toolButtonEqual buttonBox - + diff --git a/src/dialogs/dialogdetail.cpp b/src/dialogs/dialogdetail.cpp index 6b1b7ab9b..74780726a 100644 --- a/src/dialogs/dialogdetail.cpp +++ b/src/dialogs/dialogdetail.cpp @@ -87,7 +87,7 @@ void DialogDetail::ChoosedObject(qint64 id, const Scene::Scenes &type) NewItem(id, Tool::NodeSplinePath, mode, NodeDetail::Contour); break; default: - qWarning()<show(); @@ -173,7 +173,7 @@ void DialogDetail::NewItem(qint64 id, const Tool::Tools &typeTool, const Draw::D break; } default: - qWarning()< - Option + Options @@ -161,7 +161,7 @@ - Supplement for seams + Seam allowance true diff --git a/src/dialogs/dialogendline.ui b/src/dialogs/dialogendline.ui index 9601b58d8..578808a41 100644 --- a/src/dialogs/dialogendline.ui +++ b/src/dialogs/dialogendline.ui @@ -251,7 +251,7 @@ - Angle degree + Degree of angel @@ -272,7 +272,7 @@ ... - + :/icon/24x24/arrowRightUp.png:/icon/24x24/arrowRightUp.png @@ -289,7 +289,7 @@ ... - + :/icon/24x24/arrowLeftUp.png:/icon/24x24/arrowLeftUp.png @@ -306,7 +306,7 @@ ... - + :/icon/24x24/arrowLeft.png:/icon/24x24/arrowLeft.png @@ -323,7 +323,7 @@ ... - + :/icon/24x24/arrowRight.png:/icon/24x24/arrowRight.png @@ -346,7 +346,7 @@ ... - + :/icon/24x24/arrowUp.png:/icon/24x24/arrowUp.png @@ -363,7 +363,7 @@ ... - + :/icon/24x24/arrowDown.png:/icon/24x24/arrowDown.png @@ -380,7 +380,7 @@ ... - + :/icon/24x24/arrowLeftDown.png:/icon/24x24/arrowLeftDown.png @@ -397,7 +397,7 @@ ... - + :/icon/24x24/arrowRightDown.png:/icon/24x24/arrowRightDown.png @@ -575,7 +575,7 @@ buttonBox - + diff --git a/src/dialogs/dialoghistory.cpp b/src/dialogs/dialoghistory.cpp index 268a7db85..1ac2394a5 100644 --- a/src/dialogs/dialoghistory.cpp +++ b/src/dialogs/dialoghistory.cpp @@ -240,7 +240,7 @@ QString DialogHistory::Record(const VToolRecord &tool) p1Line2 = domElement.attribute("p1Line2", "").toLongLong(); p2Line2 = domElement.attribute("p2Line2", "").toLongLong(); } - record = QString(tr("%5 - point of intersecting lines %1_%2 and %3_%4")).arg(data->GetPoint(p1Line1).name(), + record = QString(tr("%5 - intersection of lines %1_%2 and %3_%4")).arg(data->GetPoint(p1Line1).name(), data->GetPoint(p2Line1).name(), data->GetPoint(p1Line2).name(), data->GetPoint(p2Line2).name(), @@ -320,7 +320,7 @@ QString DialogHistory::Record(const VToolRecord &tool) break; } default: - qWarning()< 0 0 - 384 + 370 196 - Point of line intersection + Intersection of lines - + :/icon/64x64/icon64x64.png:/icon/64x64/icon64x64.png @@ -173,7 +173,7 @@ buttonBox - + diff --git a/src/dialogs/dialognormal.ui b/src/dialogs/dialognormal.ui index 70d5491a4..079a90e4d 100644 --- a/src/dialogs/dialognormal.ui +++ b/src/dialogs/dialognormal.ui @@ -14,7 +14,7 @@ Normal - + :/icon/64x64/icon64x64.png:/icon/64x64/icon64x64.png @@ -95,7 +95,7 @@ ... - + :/icon/24x24/equal.png:/icon/24x24/equal.png @@ -294,7 +294,7 @@ ... - + :/icon/24x24/arrowRightUp.png:/icon/24x24/arrowRightUp.png @@ -311,7 +311,7 @@ ... - + :/icon/24x24/arrowLeftUp.png:/icon/24x24/arrowLeftUp.png @@ -328,7 +328,7 @@ ... - + :/icon/24x24/arrowLeft.png:/icon/24x24/arrowLeft.png @@ -345,7 +345,7 @@ ... - + :/icon/24x24/arrowRight.png:/icon/24x24/arrowRight.png @@ -368,7 +368,7 @@ ... - + :/icon/24x24/arrowUp.png:/icon/24x24/arrowUp.png @@ -385,7 +385,7 @@ ... - + :/icon/24x24/arrowDown.png:/icon/24x24/arrowDown.png @@ -402,7 +402,7 @@ ... - + :/icon/24x24/arrowLeftDown.png:/icon/24x24/arrowLeftDown.png @@ -419,7 +419,7 @@ ... - + :/icon/24x24/arrowRightDown.png:/icon/24x24/arrowRightDown.png diff --git a/src/geometry/vsplinepath.cpp b/src/geometry/vsplinepath.cpp index 79b2acf76..2dfd02166 100644 --- a/src/geometry/vsplinepath.cpp +++ b/src/geometry/vsplinepath.cpp @@ -75,7 +75,7 @@ VSpline VSplinePath::GetSpline(qint32 index) const } if (index < 1 || index > Count()) { - throw VException(tr("This spline is not exist.")); + throw VException(tr("This spline does not exist.")); } VSpline spl(&points, path[index-1].P(), path[index].P(), path[index-1].Angle2(), path[index].Angle1(), path[index-1].KAsm2(), path[index].KAsm1(), this->kCurve); @@ -126,7 +126,7 @@ void VSplinePath::UpdatePoint(qint32 indexSpline, const SplinePoint::Position &p { if (indexSpline < 1 || indexSpline > Count()) { - throw VException(tr("This spline is not exist.")); + throw VException(tr("This spline does not exist.")); } if (pos == SplinePoint::FirstPoint) { @@ -142,7 +142,7 @@ VSplinePoint VSplinePath::GetSplinePoint(qint32 indexSpline, SplinePoint::Positi { if (indexSpline < 1 || indexSpline > Count()) { - throw VException(tr("This spline is not exist.")); + throw VException(tr("This spline does not exist.")); } if (pos == SplinePoint::FirstPoint) {