diff --git a/libs/graphic/graphic.cpp b/libs/graphic/graphic.cpp index f47357d..5982cd3 100644 --- a/libs/graphic/graphic.cpp +++ b/libs/graphic/graphic.cpp @@ -1189,13 +1189,13 @@ void Graphic::exportGraphics(QString filename, QChar decimal_point, bool view_on if (func_gridMarkX) { line += func_gridMarkX(g.polyline[ind].x()).replace('.', decimal_point); } else { - line += QString::number(g.polyline[ind].x(), 'g', 9).replace('.', decimal_point); + line += QString::number(g.polyline[ind].x(), 'g', 15).replace('.', decimal_point); } line += ";"; if (func_gridMarkY) { line += func_gridMarkY(g.polyline[ind].y()).replace('.', decimal_point); } else { - line += QString::number(g.polyline[ind].y(), 'g', 9).replace('.', decimal_point); + line += QString::number(g.polyline[ind].y(), 'g', 12).replace('.', decimal_point); } } ++ind; diff --git a/libs/graphic/graphic.ui b/libs/graphic/graphic.ui index cb3fab8..ed9676b 100644 --- a/libs/graphic/graphic.ui +++ b/libs/graphic/graphic.ui @@ -343,7 +343,7 @@ - Save image ... + Save ... diff --git a/libs/graphic/lang/qad_graphic_en.ts b/libs/graphic/lang/qad_graphic_en.ts index 61ede3f..50fb69e 100644 --- a/libs/graphic/lang/qad_graphic_en.ts +++ b/libs/graphic/lang/qad_graphic_en.ts @@ -13,6 +13,11 @@ Cursor axis + + + Save ... + + Free @@ -54,11 +59,6 @@ Configure ... - - - Save image ... - - Save to Image ... @@ -116,97 +116,97 @@ - - + + Cursor: - + Selection - + Size - - + + Range - - + + Length - - + + Cursor - - + + Export graphics - + Can`t open file "%1"! - + ms - + s - + m - + h - + Save Image - + y(x) - + Select decimal point - + Decimal point: - + Save GIF - + Check all @@ -384,32 +384,32 @@ - + NoPen - + Solid - + Dash - + Dot - + Dash-Dot - + Dash-Dot-Dot diff --git a/libs/graphic/lang/qad_graphic_ru.ts b/libs/graphic/lang/qad_graphic_ru.ts index c72b1af..46346e7 100644 --- a/libs/graphic/lang/qad_graphic_ru.ts +++ b/libs/graphic/lang/qad_graphic_ru.ts @@ -17,6 +17,11 @@ Cursor axis Плавающие оси + + + Save ... + Сохранить ... + Free @@ -67,9 +72,8 @@ Настроить ... - Save image ... - Сохранить изображение ... + Сохранить изображение ... @@ -144,97 +148,97 @@ Свободная трассировка - - + + Cursor: Курсор: - + Selection Выделение - + Size Размер - - + + Range Диапазон - - + + Length Длина - - + + Cursor Курсор - - + + Export graphics Экспорт графиков - + Can`t open file "%1"! Невозможно открыть файл "%1"! - + ms мс - + s сек - + m мин - + h ч - + Save Image Сохранить изображение - + y(x) - + Select decimal point Выберите десятичный разделитель - + Decimal point: Десятичный разделитель: - + Save GIF Сохранить GIF - + Check all Выбрать все @@ -416,32 +420,32 @@ Верхнее: - + NoPen НетЛинии - + Solid Сплошная - + Dash Штриховая - + Dot Пунктирная - + Dash-Dot ШтрихПунктирная - + Dash-Dot-Dot ШтрихПунктирПунктирная