From 9a60e27ba6eda120055c3b75f1c4443ae89ac3e0 Mon Sep 17 00:00:00 2001 From: mkr Date: Wed, 27 Jun 2007 11:37:17 +0000 Subject: [PATCH] Porting to Qt4. --- src/QxGraph/resources/QxGraph_images.ts | 29 +++++++++++++++++++++++++ src/QxGraph/resources/QxGraph_msg_en.ts | 29 +++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 src/QxGraph/resources/QxGraph_images.ts create mode 100644 src/QxGraph/resources/QxGraph_msg_en.ts diff --git a/src/QxGraph/resources/QxGraph_images.ts b/src/QxGraph/resources/QxGraph_images.ts new file mode 100644 index 000000000..f76c03988 --- /dev/null +++ b/src/QxGraph/resources/QxGraph_images.ts @@ -0,0 +1,29 @@ + + + @default + + ICON_QXGRAPH_RESET + view_reset.png + + + ICON_QXGRAPH_ZOOM + view_zoom.png + + + ICON_QXGRAPH_GLOBALPAN + view_glpan.png + + + ICON_QXGRAPH_PAN + view_pan.png + + + ICON_QXGRAPH_FITALL + view_fitall.png + + + ICON_QXGRAPH_FITAREA + view_fitarea.png + + + diff --git a/src/QxGraph/resources/QxGraph_msg_en.ts b/src/QxGraph/resources/QxGraph_msg_en.ts new file mode 100644 index 000000000..1e20c9642 --- /dev/null +++ b/src/QxGraph/resources/QxGraph_msg_en.ts @@ -0,0 +1,29 @@ + + + @default + + MEN_CHANGE_BACKGROUND + Change background... + + + MNU_PAN_VIEW + Panning + + + DSC_PAN_VIEW + Panning the view + + + MNU_RESET_VIEW + Reset + + + DSC_RESET_VIEW + Reset View Point + + + LBL_TOOLBAR_LABEL + View Operations + + + -- 2.39.2