Gui: remove QT_TR_NOOP from command group names and use "CommandGroup" as context string
This commit is contained in:
@@ -104,7 +104,7 @@ DEF_STD_CMD_AC(StdOrthographicCamera)
|
||||
StdOrthographicCamera::StdOrthographicCamera()
|
||||
: Command("Std_OrthographicCamera")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Orthographic view");
|
||||
sToolTipText = QT_TR_NOOP("Switches to orthographic view mode");
|
||||
sWhatsThis = "Std_OrthographicCamera";
|
||||
@@ -154,7 +154,7 @@ DEF_STD_CMD_AC(StdPerspectiveCamera)
|
||||
StdPerspectiveCamera::StdPerspectiveCamera()
|
||||
: Command("Std_PerspectiveCamera")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Perspective view");
|
||||
sToolTipText = QT_TR_NOOP("Switches to perspective view mode");
|
||||
sWhatsThis = "Std_PerspectiveCamera";
|
||||
@@ -214,7 +214,7 @@ DEF_3DV_CMD(StdCmdViewSaveCamera)
|
||||
StdCmdViewSaveCamera::StdCmdViewSaveCamera()
|
||||
: Command("Std_ViewSaveCamera")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Save current camera");
|
||||
sToolTipText = QT_TR_NOOP("Save current camera settings");
|
||||
sStatusTip = QT_TR_NOOP("Save current camera settings");
|
||||
@@ -240,7 +240,7 @@ DEF_3DV_CMD(StdCmdViewRestoreCamera)
|
||||
StdCmdViewRestoreCamera::StdCmdViewRestoreCamera()
|
||||
: Command("Std_ViewRestoreCamera")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Restore saved camera");
|
||||
sToolTipText = QT_TR_NOOP("Restore saved camera settings");
|
||||
sStatusTip = QT_TR_NOOP("Restore saved camera settings");
|
||||
@@ -299,7 +299,7 @@ StdCmdFreezeViews::StdCmdFreezeViews()
|
||||
, clearView(0)
|
||||
, separator(0)
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Freeze display");
|
||||
sToolTipText = QT_TR_NOOP("Freezes the current view position");
|
||||
sWhatsThis = "Std_FreezeViews";
|
||||
@@ -559,7 +559,7 @@ DEF_STD_CMD_AC(StdCmdToggleClipPlane)
|
||||
StdCmdToggleClipPlane::StdCmdToggleClipPlane()
|
||||
: Command("Std_ToggleClipPlane")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Clipping plane");
|
||||
sToolTipText = QT_TR_NOOP("Toggles clipping plane for active view");
|
||||
sWhatsThis = "Std_ToggleClipPlane";
|
||||
@@ -641,7 +641,7 @@ protected:
|
||||
StdCmdDrawStyle::StdCmdDrawStyle()
|
||||
: Command("Std_DrawStyle")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Draw style");
|
||||
sToolTipText = QT_TR_NOOP("Change the draw style of the objects");
|
||||
sStatusTip = QT_TR_NOOP("Change the draw style of the objects");
|
||||
@@ -860,7 +860,7 @@ DEF_STD_CMD_A(StdCmdToggleVisibility)
|
||||
StdCmdToggleVisibility::StdCmdToggleVisibility()
|
||||
: Command("Std_ToggleVisibility")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Toggle visibility");
|
||||
sToolTipText = QT_TR_NOOP("Toggles visibility");
|
||||
sStatusTip = QT_TR_NOOP("Toggles visibility");
|
||||
@@ -890,7 +890,7 @@ DEF_STD_CMD_A(StdCmdToggleSelectability)
|
||||
StdCmdToggleSelectability::StdCmdToggleSelectability()
|
||||
: Command("Std_ToggleSelectability")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Toggle selectability");
|
||||
sToolTipText = QT_TR_NOOP("Toggles the property of the objects to get selected in the 3D-View");
|
||||
sStatusTip = QT_TR_NOOP("Toggles the property of the objects to get selected in the 3D-View");
|
||||
@@ -937,7 +937,7 @@ DEF_STD_CMD_A(StdCmdShowSelection)
|
||||
StdCmdShowSelection::StdCmdShowSelection()
|
||||
: Command("Std_ShowSelection")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Show selection");
|
||||
sToolTipText = QT_TR_NOOP("Show all selected objects");
|
||||
sStatusTip = QT_TR_NOOP("Show all selected objects");
|
||||
@@ -965,7 +965,7 @@ DEF_STD_CMD_A(StdCmdHideSelection)
|
||||
StdCmdHideSelection::StdCmdHideSelection()
|
||||
: Command("Std_HideSelection")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Hide selection");
|
||||
sToolTipText = QT_TR_NOOP("Hide all selected objects");
|
||||
sStatusTip = QT_TR_NOOP("Hide all selected objects");
|
||||
@@ -993,7 +993,7 @@ DEF_STD_CMD_A(StdCmdSelectVisibleObjects)
|
||||
StdCmdSelectVisibleObjects::StdCmdSelectVisibleObjects()
|
||||
: Command("Std_SelectVisibleObjects")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Select visible objects");
|
||||
sToolTipText = QT_TR_NOOP("Select visible objects in the active document");
|
||||
sStatusTip = QT_TR_NOOP("Select visible objects in the active document");
|
||||
@@ -1035,7 +1035,7 @@ DEF_STD_CMD_A(StdCmdToggleObjects)
|
||||
StdCmdToggleObjects::StdCmdToggleObjects()
|
||||
: Command("Std_ToggleObjects")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Toggle all objects");
|
||||
sToolTipText = QT_TR_NOOP("Toggles visibility of all objects in the active document");
|
||||
sStatusTip = QT_TR_NOOP("Toggles visibility of all objects in the active document");
|
||||
@@ -1076,7 +1076,7 @@ DEF_STD_CMD_A(StdCmdShowObjects)
|
||||
StdCmdShowObjects::StdCmdShowObjects()
|
||||
: Command("Std_ShowObjects")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Show all objects");
|
||||
sToolTipText = QT_TR_NOOP("Show all objects in the document");
|
||||
sStatusTip = QT_TR_NOOP("Show all objects in the document");
|
||||
@@ -1113,7 +1113,7 @@ DEF_STD_CMD_A(StdCmdHideObjects)
|
||||
StdCmdHideObjects::StdCmdHideObjects()
|
||||
: Command("Std_HideObjects")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Hide all objects");
|
||||
sToolTipText = QT_TR_NOOP("Hide all objects in the document");
|
||||
sStatusTip = QT_TR_NOOP("Hide all objects in the document");
|
||||
@@ -1150,7 +1150,7 @@ DEF_STD_CMD_A(StdCmdSetAppearance)
|
||||
StdCmdSetAppearance::StdCmdSetAppearance()
|
||||
: Command("Std_SetAppearance")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Appearance...");
|
||||
sToolTipText = QT_TR_NOOP("Sets the display properties of the selected object");
|
||||
sWhatsThis = "Std_SetAppearance";
|
||||
@@ -1193,7 +1193,7 @@ DEF_3DV_CMD(StdCmdViewHome)
|
||||
StdCmdViewHome::StdCmdViewHome()
|
||||
: Command("Std_ViewHome")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Home");
|
||||
sToolTipText = QT_TR_NOOP("Set to default home view");
|
||||
sWhatsThis = "Std_ViewHome";
|
||||
@@ -1221,7 +1221,7 @@ DEF_3DV_CMD(StdCmdViewBottom)
|
||||
StdCmdViewBottom::StdCmdViewBottom()
|
||||
: Command("Std_ViewBottom")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Bottom");
|
||||
sToolTipText = QT_TR_NOOP("Set to bottom view");
|
||||
sWhatsThis = "Std_ViewBottom";
|
||||
@@ -1245,7 +1245,7 @@ DEF_3DV_CMD(StdCmdViewFront)
|
||||
StdCmdViewFront::StdCmdViewFront()
|
||||
: Command("Std_ViewFront")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Front");
|
||||
sToolTipText = QT_TR_NOOP("Set to front view");
|
||||
sWhatsThis = "Std_ViewFront";
|
||||
@@ -1269,7 +1269,7 @@ DEF_3DV_CMD(StdCmdViewLeft)
|
||||
StdCmdViewLeft::StdCmdViewLeft()
|
||||
: Command("Std_ViewLeft")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Left");
|
||||
sToolTipText = QT_TR_NOOP("Set to left view");
|
||||
sWhatsThis = "Std_ViewLeft";
|
||||
@@ -1293,7 +1293,7 @@ DEF_3DV_CMD(StdCmdViewRear)
|
||||
StdCmdViewRear::StdCmdViewRear()
|
||||
: Command("Std_ViewRear")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Rear");
|
||||
sToolTipText = QT_TR_NOOP("Set to rear view");
|
||||
sWhatsThis = "Std_ViewRear";
|
||||
@@ -1317,7 +1317,7 @@ DEF_3DV_CMD(StdCmdViewRight)
|
||||
StdCmdViewRight::StdCmdViewRight()
|
||||
: Command("Std_ViewRight")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Right");
|
||||
sToolTipText = QT_TR_NOOP("Set to right view");
|
||||
sWhatsThis = "Std_ViewRight";
|
||||
@@ -1341,7 +1341,7 @@ DEF_3DV_CMD(StdCmdViewTop)
|
||||
StdCmdViewTop::StdCmdViewTop()
|
||||
: Command("Std_ViewTop")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Top");
|
||||
sToolTipText = QT_TR_NOOP("Set to top view");
|
||||
sWhatsThis = "Std_ViewTop";
|
||||
@@ -1365,7 +1365,7 @@ DEF_3DV_CMD(StdCmdViewIsometric)
|
||||
StdCmdViewIsometric::StdCmdViewIsometric()
|
||||
: Command("Std_ViewIsometric")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Isometric");
|
||||
sToolTipText= QT_TR_NOOP("Set to isometric view");
|
||||
sWhatsThis = "Std_ViewIsometric";
|
||||
@@ -1389,7 +1389,7 @@ DEF_3DV_CMD(StdCmdViewDimetric)
|
||||
StdCmdViewDimetric::StdCmdViewDimetric()
|
||||
: Command("Std_ViewDimetric")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Dimetric");
|
||||
sToolTipText= QT_TR_NOOP("Set to dimetric view");
|
||||
sWhatsThis = "Std_ViewDimetric";
|
||||
@@ -1412,7 +1412,7 @@ DEF_3DV_CMD(StdCmdViewTrimetric)
|
||||
StdCmdViewTrimetric::StdCmdViewTrimetric()
|
||||
: Command("Std_ViewTrimetric")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Trimetric");
|
||||
sToolTipText= QT_TR_NOOP("Set to trimetric view");
|
||||
sWhatsThis = "Std_ViewTrimetric";
|
||||
@@ -1435,7 +1435,7 @@ DEF_3DV_CMD(StdCmdViewRotateLeft)
|
||||
StdCmdViewRotateLeft::StdCmdViewRotateLeft()
|
||||
: Command("Std_ViewRotateLeft")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Rotate Left");
|
||||
sToolTipText = QT_TR_NOOP("Rotate the view by 90\xc2\xb0 counter-clockwise");
|
||||
sWhatsThis = "Std_ViewRotateLeft";
|
||||
@@ -1460,7 +1460,7 @@ DEF_3DV_CMD(StdCmdViewRotateRight)
|
||||
StdCmdViewRotateRight::StdCmdViewRotateRight()
|
||||
: Command("Std_ViewRotateRight")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Rotate Right");
|
||||
sToolTipText = QT_TR_NOOP("Rotate the view by 90\xc2\xb0 clockwise");
|
||||
sWhatsThis = "Std_ViewRotateRight";
|
||||
@@ -1485,7 +1485,7 @@ DEF_STD_CMD_A(StdCmdViewFitAll)
|
||||
StdCmdViewFitAll::StdCmdViewFitAll()
|
||||
: Command("Std_ViewFitAll")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Fit all");
|
||||
sToolTipText = QT_TR_NOOP("Fits the whole content on the screen");
|
||||
sWhatsThis = "Std_ViewFitAll";
|
||||
@@ -1516,7 +1516,7 @@ DEF_STD_CMD_A(StdCmdViewFitSelection)
|
||||
StdCmdViewFitSelection::StdCmdViewFitSelection()
|
||||
: Command("Std_ViewFitSelection")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Fit selection");
|
||||
sToolTipText = QT_TR_NOOP("Fits the selected content on the screen");
|
||||
sWhatsThis = "Std_ViewFitSelection";
|
||||
@@ -1547,7 +1547,7 @@ DEF_STD_CMD_A(StdViewDock)
|
||||
StdViewDock::StdViewDock()
|
||||
: Command("Std_ViewDock")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Docked");
|
||||
sToolTipText = QT_TR_NOOP("Display the active view either in fullscreen, in undocked or docked mode");
|
||||
sWhatsThis = "Std_ViewDock";
|
||||
@@ -1576,7 +1576,7 @@ DEF_STD_CMD_A(StdViewUndock)
|
||||
StdViewUndock::StdViewUndock()
|
||||
: Command("Std_ViewUndock")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Undocked");
|
||||
sToolTipText = QT_TR_NOOP("Display the active view either in fullscreen, in undocked or docked mode");
|
||||
sWhatsThis = "Std_ViewUndock";
|
||||
@@ -1605,7 +1605,7 @@ DEF_STD_CMD(StdMainFullscreen)
|
||||
StdMainFullscreen::StdMainFullscreen()
|
||||
: Command("Std_MainFullscreen")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Fullscreen");
|
||||
sToolTipText = QT_TR_NOOP("Display the main window in fullscreen mode");
|
||||
sWhatsThis = "Std_MainFullscreen";
|
||||
@@ -1637,7 +1637,7 @@ DEF_STD_CMD_A(StdViewFullscreen)
|
||||
StdViewFullscreen::StdViewFullscreen()
|
||||
: Command("Std_ViewFullscreen")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Fullscreen");
|
||||
sToolTipText = QT_TR_NOOP("Display the active view either in fullscreen, in undocked or docked mode");
|
||||
sWhatsThis = "Std_ViewFullscreen";
|
||||
@@ -1667,7 +1667,7 @@ DEF_STD_CMD_AC(StdViewDockUndockFullscreen)
|
||||
StdViewDockUndockFullscreen::StdViewDockUndockFullscreen()
|
||||
: Command("Std_ViewDockUndockFullscreen")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Document window");
|
||||
sToolTipText = QT_TR_NOOP("Display the active view either in fullscreen, in undocked or docked mode");
|
||||
sWhatsThis = "Std_ViewDockUndockFullscreen";
|
||||
@@ -1798,7 +1798,7 @@ DEF_STD_CMD_A(StdCmdViewVR)
|
||||
StdCmdViewVR::StdCmdViewVR()
|
||||
: Command("Std_ViewVR")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("FreeCAD-VR");
|
||||
sToolTipText = QT_TR_NOOP("Extend the FreeCAD 3D Window to a Oculus Rift");
|
||||
sWhatsThis = "Std_ViewVR";
|
||||
@@ -1828,7 +1828,7 @@ DEF_STD_CMD_A(StdViewScreenShot)
|
||||
StdViewScreenShot::StdViewScreenShot()
|
||||
: Command("Std_ViewScreenShot")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Save picture...");
|
||||
sToolTipText= QT_TR_NOOP("Creates a screenshot of the active view");
|
||||
sWhatsThis = "Std_ViewScreenShot";
|
||||
@@ -1999,7 +1999,7 @@ DEF_STD_CMD_A(StdCmdViewCreate)
|
||||
StdCmdViewCreate::StdCmdViewCreate()
|
||||
: Command("Std_ViewCreate")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Create new view");
|
||||
sToolTipText= QT_TR_NOOP("Creates a new view window for the active document");
|
||||
sWhatsThis = "Std_ViewCreate";
|
||||
@@ -2028,7 +2028,7 @@ DEF_STD_CMD_A(StdCmdToggleNavigation)
|
||||
StdCmdToggleNavigation::StdCmdToggleNavigation()
|
||||
: Command("Std_ToggleNavigation")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Toggle navigation/Edit mode");
|
||||
sToolTipText = QT_TR_NOOP("Toggle between navigation and edit mode");
|
||||
sStatusTip = QT_TR_NOOP("Toggle between navigation and edit mode");
|
||||
@@ -2078,7 +2078,7 @@ private:
|
||||
public:
|
||||
StdCmdAxisCross() : Command("Std_AxisCross"), axisCross(0), axisGroup(0)
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Toggle axis cross");
|
||||
sToolTipText = QT_TR_NOOP("Toggle axis cross");
|
||||
sStatusTip = QT_TR_NOOP("Toggle axis cross");
|
||||
@@ -2165,7 +2165,7 @@ DEF_STD_CMD_A(StdCmdAxisCross)
|
||||
StdCmdAxisCross::StdCmdAxisCross()
|
||||
: Command("Std_AxisCross")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Toggle axis cross");
|
||||
sToolTipText = QT_TR_NOOP("Toggle axis cross");
|
||||
sStatusTip = QT_TR_NOOP("Toggle axis cross");
|
||||
@@ -2212,7 +2212,7 @@ DEF_STD_CMD_A(StdCmdViewExample1)
|
||||
StdCmdViewExample1::StdCmdViewExample1()
|
||||
: Command("Std_ViewExample1")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Inventor example #1");
|
||||
sToolTipText = QT_TR_NOOP("Shows a 3D texture with manipulator");
|
||||
sWhatsThis = "Std_ViewExample1";
|
||||
@@ -2240,7 +2240,7 @@ DEF_STD_CMD_A(StdCmdViewExample2)
|
||||
StdCmdViewExample2::StdCmdViewExample2()
|
||||
: Command("Std_ViewExample2")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Inventor example #2");
|
||||
sToolTipText = QT_TR_NOOP("Shows spheres and drag-lights");
|
||||
sWhatsThis = "Std_ViewExample2";
|
||||
@@ -2268,7 +2268,7 @@ DEF_STD_CMD_A(StdCmdViewExample3)
|
||||
StdCmdViewExample3::StdCmdViewExample3()
|
||||
: Command("Std_ViewExample3")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Inventor example #3");
|
||||
sToolTipText = QT_TR_NOOP("Shows a animated texture");
|
||||
sWhatsThis = "Std_ViewExample3";
|
||||
@@ -2297,7 +2297,7 @@ DEF_STD_CMD_A(StdCmdViewIvStereoOff)
|
||||
StdCmdViewIvStereoOff::StdCmdViewIvStereoOff()
|
||||
: Command("Std_ViewIvStereoOff")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Stereo Off");
|
||||
sToolTipText = QT_TR_NOOP("Switch stereo viewing off");
|
||||
sWhatsThis = "Std_ViewIvStereoOff";
|
||||
@@ -2326,7 +2326,7 @@ DEF_STD_CMD_A(StdCmdViewIvStereoRedGreen)
|
||||
StdCmdViewIvStereoRedGreen::StdCmdViewIvStereoRedGreen()
|
||||
: Command("Std_ViewIvStereoRedGreen")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Stereo red/cyan");
|
||||
sToolTipText = QT_TR_NOOP("Switch stereo viewing to red/cyan");
|
||||
sWhatsThis = "Std_ViewIvStereoRedGreen";
|
||||
@@ -2354,7 +2354,7 @@ DEF_STD_CMD_A(StdCmdViewIvStereoQuadBuff)
|
||||
StdCmdViewIvStereoQuadBuff::StdCmdViewIvStereoQuadBuff()
|
||||
: Command("Std_ViewIvStereoQuadBuff")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Stereo quad buffer");
|
||||
sToolTipText = QT_TR_NOOP("Switch stereo viewing to quad buffer");
|
||||
sWhatsThis = "Std_ViewIvStereoQuadBuff";
|
||||
@@ -2382,7 +2382,7 @@ DEF_STD_CMD_A(StdCmdViewIvStereoInterleavedRows)
|
||||
StdCmdViewIvStereoInterleavedRows::StdCmdViewIvStereoInterleavedRows()
|
||||
: Command("Std_ViewIvStereoInterleavedRows")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Stereo Interleaved Rows");
|
||||
sToolTipText = QT_TR_NOOP("Switch stereo viewing to Interleaved Rows");
|
||||
sWhatsThis = "Std_ViewIvStereoInterleavedRows";
|
||||
@@ -2410,7 +2410,7 @@ DEF_STD_CMD_A(StdCmdViewIvStereoInterleavedColumns)
|
||||
StdCmdViewIvStereoInterleavedColumns::StdCmdViewIvStereoInterleavedColumns()
|
||||
: Command("Std_ViewIvStereoInterleavedColumns")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Stereo Interleaved Columns");
|
||||
sToolTipText = QT_TR_NOOP("Switch stereo viewing to Interleaved Columns");
|
||||
sWhatsThis = "Std_ViewIvStereoInterleavedColumns";
|
||||
@@ -2439,7 +2439,7 @@ DEF_STD_CMD_A(StdCmdViewIvIssueCamPos)
|
||||
StdCmdViewIvIssueCamPos::StdCmdViewIvIssueCamPos()
|
||||
: Command("Std_ViewIvIssueCamPos")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Issue camera position");
|
||||
sToolTipText = QT_TR_NOOP("Issue the camera position to the console and to a macro, to easily recall this position");
|
||||
sWhatsThis = "Std_ViewIvIssueCamPos";
|
||||
@@ -2489,7 +2489,7 @@ DEF_STD_CMD_A(StdViewZoomIn)
|
||||
StdViewZoomIn::StdViewZoomIn()
|
||||
: Command("Std_ViewZoomIn")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Zoom In");
|
||||
sToolTipText = QT_TR_NOOP("Zoom In");
|
||||
sWhatsThis = "Std_ViewZoomIn";
|
||||
@@ -2522,7 +2522,7 @@ DEF_STD_CMD_A(StdViewZoomOut)
|
||||
StdViewZoomOut::StdViewZoomOut()
|
||||
: Command("Std_ViewZoomOut")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Zoom Out");
|
||||
sToolTipText = QT_TR_NOOP("Zoom Out");
|
||||
sWhatsThis = "Std_ViewZoomOut";
|
||||
@@ -2682,7 +2682,7 @@ DEF_3DV_CMD(StdViewBoxZoom)
|
||||
StdViewBoxZoom::StdViewBoxZoom()
|
||||
: Command("Std_ViewBoxZoom")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Box zoom");
|
||||
sToolTipText = QT_TR_NOOP("Box zoom");
|
||||
sWhatsThis = "Std_ViewBoxZoom";
|
||||
@@ -2752,7 +2752,7 @@ static const char * cursor_box_select[] = {
|
||||
StdBoxSelection::StdBoxSelection()
|
||||
: Command("Std_BoxSelection")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Box selection");
|
||||
sToolTipText = QT_TR_NOOP("Box selection");
|
||||
sWhatsThis = "Std_BoxSelection";
|
||||
@@ -3015,7 +3015,7 @@ DEF_3DV_CMD(StdBoxElementSelection)
|
||||
StdBoxElementSelection::StdBoxElementSelection()
|
||||
: Command("Std_BoxElementSelection")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("Box element selection");
|
||||
sToolTipText = QT_TR_NOOP("Box element selection");
|
||||
sWhatsThis = "Std_BoxElementSelection";
|
||||
@@ -3056,7 +3056,7 @@ DEF_STD_CMD(StdTreeSelection)
|
||||
StdTreeSelection::StdTreeSelection()
|
||||
: Command("Std_TreeSelection")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("TreeView");
|
||||
sGroup = "TreeView";
|
||||
sMenuText = QT_TR_NOOP("Go to selection");
|
||||
sToolTipText = QT_TR_NOOP("Scroll to first selected item");
|
||||
sWhatsThis = "Std_TreeSelection";
|
||||
@@ -3081,7 +3081,7 @@ DEF_STD_CMD(StdCmdTreeCollapse)
|
||||
StdCmdTreeCollapse::StdCmdTreeCollapse()
|
||||
: Command("Std_TreeCollapse")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("View");
|
||||
sGroup = "View";
|
||||
sMenuText = QT_TR_NOOP("Collapse selected item");
|
||||
sToolTipText = QT_TR_NOOP("Collapse currently selected tree items");
|
||||
sWhatsThis = "Std_TreeCollapse";
|
||||
@@ -3106,7 +3106,7 @@ DEF_STD_CMD(StdCmdTreeExpand)
|
||||
StdCmdTreeExpand::StdCmdTreeExpand()
|
||||
: Command("Std_TreeExpand")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("View");
|
||||
sGroup = "View";
|
||||
sMenuText = QT_TR_NOOP("Expand selected item");
|
||||
sToolTipText = QT_TR_NOOP("Expand currently selected tree items");
|
||||
sWhatsThis = "Std_TreeExpand";
|
||||
@@ -3131,7 +3131,7 @@ DEF_STD_CMD_A(StdCmdTreeSelectAllInstances)
|
||||
StdCmdTreeSelectAllInstances::StdCmdTreeSelectAllInstances()
|
||||
: Command("Std_TreeSelectAllInstances")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("View");
|
||||
sGroup = "View";
|
||||
sMenuText = QT_TR_NOOP("Select all instances");
|
||||
sToolTipText = QT_TR_NOOP("Select all instances of the current selected object");
|
||||
sWhatsThis = "Std_TreeSelectAllInstances";
|
||||
@@ -3181,7 +3181,7 @@ DEF_STD_CMD_A(StdCmdMeasureDistance)
|
||||
StdCmdMeasureDistance::StdCmdMeasureDistance()
|
||||
: Command("Std_MeasureDistance")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("View");
|
||||
sGroup = "View";
|
||||
sMenuText = QT_TR_NOOP("Measure distance");
|
||||
sToolTipText = QT_TR_NOOP("Measure distance");
|
||||
sWhatsThis = "Std_MeasureDistance";
|
||||
@@ -3272,7 +3272,7 @@ StdCmdSceneInspector::StdCmdSceneInspector()
|
||||
: Command("Std_SceneInspector")
|
||||
{
|
||||
// setting the
|
||||
sGroup = QT_TR_NOOP("Tools");
|
||||
sGroup = "Tools";
|
||||
sMenuText = QT_TR_NOOP("Scene inspector...");
|
||||
sToolTipText = QT_TR_NOOP("Scene inspector");
|
||||
sWhatsThis = "Std_SceneInspector";
|
||||
@@ -3305,7 +3305,7 @@ StdCmdTextureMapping::StdCmdTextureMapping()
|
||||
: Command("Std_TextureMapping")
|
||||
{
|
||||
// setting the
|
||||
sGroup = QT_TR_NOOP("Tools");
|
||||
sGroup = "Tools";
|
||||
sMenuText = QT_TR_NOOP("Texture mapping...");
|
||||
sToolTipText = QT_TR_NOOP("Texture mapping");
|
||||
sWhatsThis = "Std_TextureMapping";
|
||||
@@ -3332,7 +3332,7 @@ DEF_STD_CMD(StdCmdDemoMode)
|
||||
StdCmdDemoMode::StdCmdDemoMode()
|
||||
: Command("Std_DemoMode")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-View");
|
||||
sGroup = "Standard-View";
|
||||
sMenuText = QT_TR_NOOP("View turntable...");
|
||||
sToolTipText = QT_TR_NOOP("View turntable");
|
||||
sWhatsThis = "Std_DemoMode";
|
||||
@@ -3360,7 +3360,7 @@ DEF_STD_CMD(CmdViewMeasureClearAll)
|
||||
CmdViewMeasureClearAll::CmdViewMeasureClearAll()
|
||||
: Command("View_Measure_Clear_All")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Measure");
|
||||
sGroup = "Measure";
|
||||
sMenuText = QT_TR_NOOP("Clear measurement");
|
||||
sToolTipText = QT_TR_NOOP("Clear measurement");
|
||||
sWhatsThis = "View_Measure_Clear_All";
|
||||
@@ -3390,7 +3390,7 @@ DEF_STD_CMD(CmdViewMeasureToggleAll)
|
||||
CmdViewMeasureToggleAll::CmdViewMeasureToggleAll()
|
||||
: Command("View_Measure_Toggle_All")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Measure");
|
||||
sGroup = "Measure";
|
||||
sMenuText = QT_TR_NOOP("Toggle measurement");
|
||||
sToolTipText = QT_TR_NOOP("Toggle measurement");
|
||||
sWhatsThis = "View_Measure_Toggle_All";
|
||||
@@ -3419,7 +3419,7 @@ DEF_STD_CMD_A(StdCmdSelBack)
|
||||
StdCmdSelBack::StdCmdSelBack()
|
||||
:Command("Std_SelBack")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("View");
|
||||
sGroup = "View";
|
||||
sMenuText = QT_TR_NOOP("&Back");
|
||||
sToolTipText = QT_TR_NOOP("Go back to previous selection");
|
||||
sWhatsThis = "Std_SelBack";
|
||||
@@ -3449,7 +3449,7 @@ DEF_STD_CMD_A(StdCmdSelForward)
|
||||
StdCmdSelForward::StdCmdSelForward()
|
||||
:Command("Std_SelForward")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("View");
|
||||
sGroup = "View";
|
||||
sMenuText = QT_TR_NOOP("&Forward");
|
||||
sToolTipText = QT_TR_NOOP("Repeat the backed selection");
|
||||
sWhatsThis = "Std_SelForward";
|
||||
@@ -3499,7 +3499,7 @@ TREEVIEW_DOC_CMD_DEF(SingleDocument,0)
|
||||
StdTreeSingleDocument::StdTreeSingleDocument()
|
||||
: Command("Std_TreeSingleDocument")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("TreeView");
|
||||
sGroup = "TreeView";
|
||||
sMenuText = QT_TR_NOOP("Single document");
|
||||
sToolTipText = QT_TR_NOOP("Only display the active document in the tree view");
|
||||
sWhatsThis = "Std_TreeSingleDocument";
|
||||
@@ -3516,7 +3516,7 @@ TREEVIEW_DOC_CMD_DEF(MultiDocument,1)
|
||||
StdTreeMultiDocument::StdTreeMultiDocument()
|
||||
: Command("Std_TreeMultiDocument")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("TreeView");
|
||||
sGroup = "TreeView";
|
||||
sMenuText = QT_TR_NOOP("Multi document");
|
||||
sToolTipText = QT_TR_NOOP("Display all documents in the tree view");
|
||||
sWhatsThis = "Std_TreeMultiDocument";
|
||||
@@ -3533,7 +3533,7 @@ TREEVIEW_DOC_CMD_DEF(CollapseDocument,2)
|
||||
StdTreeCollapseDocument::StdTreeCollapseDocument()
|
||||
: Command("Std_TreeCollapseDocument")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("TreeView");
|
||||
sGroup = "TreeView";
|
||||
sMenuText = QT_TR_NOOP("Collapse/Expand");
|
||||
sToolTipText = QT_TR_NOOP("Expand active document and collapse all others");
|
||||
sWhatsThis = "Std_TreeCollapseDocument";
|
||||
@@ -3572,7 +3572,7 @@ TREEVIEW_CMD_DEF(SyncView)
|
||||
StdTreeSyncView::StdTreeSyncView()
|
||||
: Command("Std_TreeSyncView")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("TreeView");
|
||||
sGroup = "TreeView";
|
||||
sMenuText = QT_TR_NOOP("Sync view");
|
||||
sToolTipText = QT_TR_NOOP("Auto switch to the 3D view containing the selected item");
|
||||
sStatusTip = sToolTipText;
|
||||
@@ -3590,7 +3590,7 @@ TREEVIEW_CMD_DEF(SyncSelection)
|
||||
StdTreeSyncSelection::StdTreeSyncSelection()
|
||||
: Command("Std_TreeSyncSelection")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("TreeView");
|
||||
sGroup = "TreeView";
|
||||
sMenuText = QT_TR_NOOP("Sync selection");
|
||||
sToolTipText = QT_TR_NOOP("Auto expand tree item when the corresponding object is selected in 3D view");
|
||||
sStatusTip = sToolTipText;
|
||||
@@ -3608,7 +3608,7 @@ TREEVIEW_CMD_DEF(SyncPlacement)
|
||||
StdTreeSyncPlacement::StdTreeSyncPlacement()
|
||||
: Command("Std_TreeSyncPlacement")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("TreeView");
|
||||
sGroup = "TreeView";
|
||||
sMenuText = QT_TR_NOOP("Sync placement");
|
||||
sToolTipText = QT_TR_NOOP("Auto adjust placement on drag and drop objects across coordinate systems");
|
||||
sStatusTip = sToolTipText;
|
||||
@@ -3626,7 +3626,7 @@ TREEVIEW_CMD_DEF(PreSelection)
|
||||
StdTreePreSelection::StdTreePreSelection()
|
||||
: Command("Std_TreePreSelection")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("TreeView");
|
||||
sGroup = "TreeView";
|
||||
sMenuText = QT_TR_NOOP("Pre-selection");
|
||||
sToolTipText = QT_TR_NOOP("Preselect the object in 3D view when mouse over the tree item");
|
||||
sStatusTip = sToolTipText;
|
||||
@@ -3644,7 +3644,7 @@ TREEVIEW_CMD_DEF(RecordSelection)
|
||||
StdTreeRecordSelection::StdTreeRecordSelection()
|
||||
: Command("Std_TreeRecordSelection")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("TreeView");
|
||||
sGroup = "TreeView";
|
||||
sMenuText = QT_TR_NOOP("Record selection");
|
||||
sToolTipText = QT_TR_NOOP("Record selection in tree view in order to go back/forward using navigation button");
|
||||
sStatusTip = sToolTipText;
|
||||
@@ -3662,7 +3662,7 @@ DEF_STD_CMD(StdTreeDrag)
|
||||
StdTreeDrag::StdTreeDrag()
|
||||
: Command("Std_TreeDrag")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("TreeView");
|
||||
sGroup = "TreeView";
|
||||
sMenuText = QT_TR_NOOP("Initiate dragging");
|
||||
sToolTipText = QT_TR_NOOP("Initiate dragging of current selected tree items");
|
||||
sStatusTip = sToolTipText;
|
||||
@@ -3694,7 +3694,7 @@ public:
|
||||
StdCmdTreeViewActions()
|
||||
:GroupCommand("Std_TreeViewActions")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("View");
|
||||
sGroup = "TreeView";
|
||||
sMenuText = QT_TR_NOOP("TreeView actions");
|
||||
sToolTipText = QT_TR_NOOP("TreeView behavior options and actions");
|
||||
sWhatsThis = "Std_TreeViewActions";
|
||||
@@ -3731,7 +3731,7 @@ DEF_STD_CMD_AC(StdCmdSelBoundingBox)
|
||||
StdCmdSelBoundingBox::StdCmdSelBoundingBox()
|
||||
:Command("Std_SelBoundingBox")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("View");
|
||||
sGroup = "View";
|
||||
sMenuText = QT_TR_NOOP("&Bounding box");
|
||||
sToolTipText = QT_TR_NOOP("Show selection bounding box");
|
||||
sWhatsThis = "Std_SelBoundingBox";
|
||||
|
||||
Reference in New Issue
Block a user