From: sln Date: Thu, 11 Sep 2008 12:00:42 +0000 (+0000) Subject: New icons and messages for dialog of editing curve parameters X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fb0b4513d9d48af408528e02be216090fdc98cc4;p=modules%2Fgui.git New icons and messages for dialog of editing curve parameters --- diff --git a/src/Plot2d/resources/Plot2d_images.ts b/src/Plot2d/resources/Plot2d_images.ts index 9f30f8668..58cf8b952 100644 --- a/src/Plot2d/resources/Plot2d_images.ts +++ b/src/Plot2d/resources/Plot2d_images.ts @@ -65,5 +65,13 @@ ICON_PLOT2D_SHOW_LEGEND plot2d_legend.png + + ICON_CURVES_SETTINGS + plot2d_curves_settings.png + + + ICON_MINUS + plot2d_minus.png + diff --git a/src/Plot2d/resources/Plot2d_msg_en.ts b/src/Plot2d/resources/Plot2d_msg_en.ts index 367bde8d0..dd862f3d8 100644 --- a/src/Plot2d/resources/Plot2d_msg_en.ts +++ b/src/Plot2d/resources/Plot2d_msg_en.ts @@ -423,6 +423,18 @@ Logarithmic scale for ordinate axis is not allowed. MEN_PLOT2D_SETTINGS &Settings + + TOT_CURVES_SETTINGS + Curves settings + + + MEN_CURVES_SETTINGS + Curves settings + + + PRP_CURVES_SETTINGS + Setups curves properties + CIRCLE_MARKER_LBL Circle @@ -502,4 +514,54 @@ Logarithmic scale for ordinate axis is not allowed. Plot2d scene:%M - viewer:%V + + Plot2d_SetupCurvesDlg + + SETUP_CURVES + Setup curves + + + PARAMETERS + Parameters + + + FIG + Fig + + + MARKER + Marker + + + TEXT + Text + + + COLOR + Color + + + NB_MARKERS + Nb markers + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Plot2d/resources/plot2d_curves_settings.png b/src/Plot2d/resources/plot2d_curves_settings.png new file mode 100755 index 000000000..53d4f2c31 Binary files /dev/null and b/src/Plot2d/resources/plot2d_curves_settings.png differ diff --git a/src/Plot2d/resources/plot2d_minus.png b/src/Plot2d/resources/plot2d_minus.png new file mode 100755 index 000000000..055182e1a Binary files /dev/null and b/src/Plot2d/resources/plot2d_minus.png differ