sWhatsThis fixes
ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
This commit is contained in:
@@ -53,7 +53,7 @@ StdCmdArrangeIcons::StdCmdArrangeIcons()
|
||||
sGroup = QT_TR_NOOP("Window");
|
||||
sMenuText = QT_TR_NOOP("Arrange &Icons");
|
||||
sToolTipText = QT_TR_NOOP("Arrange Icons");
|
||||
sWhatsThis = QT_TR_NOOP("Arrange Icons");
|
||||
sWhatsThis = "Std_ArrangeIcons";
|
||||
sStatusTip = QT_TR_NOOP("Arrange Icons");
|
||||
eType = 0;
|
||||
}
|
||||
@@ -80,7 +80,7 @@ StdCmdTileWindows::StdCmdTileWindows()
|
||||
sGroup = QT_TR_NOOP("Window");
|
||||
sMenuText = QT_TR_NOOP("&Tile");
|
||||
sToolTipText = QT_TR_NOOP("Tile the windows");
|
||||
sWhatsThis = QT_TR_NOOP("Tile the windows");
|
||||
sWhatsThis = "Std_TileWindows";
|
||||
sStatusTip = QT_TR_NOOP("Tile the windows");
|
||||
sPixmap = "Std_WindowTileVer";
|
||||
eType = 0;
|
||||
@@ -108,7 +108,7 @@ StdCmdCascadeWindows::StdCmdCascadeWindows()
|
||||
sGroup = QT_TR_NOOP("Window");
|
||||
sMenuText = QT_TR_NOOP("&Cascade");
|
||||
sToolTipText = QT_TR_NOOP("Tile pragmatic");
|
||||
sWhatsThis = QT_TR_NOOP("Tile pragmatic");
|
||||
sWhatsThis = "Std_CascadeWindows";
|
||||
sStatusTip = QT_TR_NOOP("Tile pragmatic");
|
||||
sPixmap = "Std_WindowCascade";
|
||||
eType = 0;
|
||||
@@ -136,7 +136,7 @@ StdCmdCloseActiveWindow::StdCmdCloseActiveWindow()
|
||||
sGroup = QT_TR_NOOP("Window");
|
||||
sMenuText = QT_TR_NOOP("Cl&ose");
|
||||
sToolTipText = QT_TR_NOOP("Close active window");
|
||||
sWhatsThis = QT_TR_NOOP("Close active window");
|
||||
sWhatsThis = "Std_CloseActiveWindow";
|
||||
sStatusTip = QT_TR_NOOP("Close active window");
|
||||
// In QMdiSubWindow the 'QKeySequence::Close' shortcut is set which will
|
||||
// collide with this shortcut. Thus the shortcut of QMdiSubWindow will be
|
||||
@@ -167,7 +167,7 @@ StdCmdCloseAllWindows::StdCmdCloseAllWindows()
|
||||
sGroup = QT_TR_NOOP("Window");
|
||||
sMenuText = QT_TR_NOOP("Close Al&l");
|
||||
sToolTipText = QT_TR_NOOP("Close all windows");
|
||||
sWhatsThis = QT_TR_NOOP("Close all windows");
|
||||
sWhatsThis = "Std_CloseAllWindows";
|
||||
sStatusTip = QT_TR_NOOP("Close all windows");
|
||||
eType = 0;
|
||||
}
|
||||
@@ -194,7 +194,7 @@ StdCmdActivateNextWindow::StdCmdActivateNextWindow()
|
||||
sGroup = QT_TR_NOOP("Window");
|
||||
sMenuText = QT_TR_NOOP("Ne&xt");
|
||||
sToolTipText = QT_TR_NOOP("Activate next window");
|
||||
sWhatsThis = QT_TR_NOOP("Activate next window");
|
||||
sWhatsThis = "Std_ActivateNextWindow";
|
||||
sStatusTip = QT_TR_NOOP("Activate next window");
|
||||
sPixmap = "Std_WindowNext";
|
||||
sAccel = keySequenceToAccel(QKeySequence::NextChild);
|
||||
@@ -223,7 +223,7 @@ StdCmdActivatePrevWindow::StdCmdActivatePrevWindow()
|
||||
sGroup = QT_TR_NOOP("Window");
|
||||
sMenuText = QT_TR_NOOP("Pre&vious");
|
||||
sToolTipText = QT_TR_NOOP("Activate previous window");
|
||||
sWhatsThis = QT_TR_NOOP("Activate previous window");
|
||||
sWhatsThis = "Std_ActivatePrevWindow";
|
||||
sStatusTip = QT_TR_NOOP("Activate previous window");
|
||||
sPixmap = "Std_WindowPrev";
|
||||
sAccel = keySequenceToAccel(QKeySequence::PreviousChild);
|
||||
@@ -252,7 +252,7 @@ StdCmdWindows::StdCmdWindows()
|
||||
sGroup = QT_TR_NOOP("Window");
|
||||
sMenuText = QT_TR_NOOP("&Windows...");
|
||||
sToolTipText = QT_TR_NOOP("Windows list");
|
||||
sWhatsThis = QT_TR_NOOP("Windows list");
|
||||
sWhatsThis = "Std_Windows";
|
||||
sStatusTip = QT_TR_NOOP("Windows list");
|
||||
//sPixmap = "";
|
||||
eType = 0;
|
||||
@@ -276,7 +276,7 @@ StdCmdUserInterface::StdCmdUserInterface()
|
||||
sGroup = QT_TR_NOOP("View");
|
||||
sMenuText = QT_TR_NOOP("Dock views");
|
||||
sToolTipText = QT_TR_NOOP("Dock all top-level views");
|
||||
sWhatsThis = QT_TR_NOOP("Dock all top-level views");
|
||||
sWhatsThis = "Std_UserInterface";
|
||||
sStatusTip = QT_TR_NOOP("Dock all top-level views");
|
||||
eType = 0;
|
||||
}
|
||||
@@ -298,7 +298,7 @@ StdCmdDockViewMenu::StdCmdDockViewMenu()
|
||||
sGroup = QT_TR_NOOP("View");
|
||||
sMenuText = QT_TR_NOOP("Panels");
|
||||
sToolTipText = QT_TR_NOOP("List of available dock panels");
|
||||
sWhatsThis = QT_TR_NOOP("List of available dock panels");
|
||||
sWhatsThis = "Std_DockViewMenu";
|
||||
sStatusTip = QT_TR_NOOP("List of available dock panels");
|
||||
eType = 0;
|
||||
}
|
||||
@@ -334,7 +334,7 @@ StdCmdToolBarMenu::StdCmdToolBarMenu()
|
||||
sGroup = QT_TR_NOOP("View");
|
||||
sMenuText = QT_TR_NOOP("Tool&bars");
|
||||
sToolTipText = QT_TR_NOOP("Toggles this window");
|
||||
sWhatsThis = QT_TR_NOOP("Toggles this window");
|
||||
sWhatsThis = "Std_ToolBarMenu";
|
||||
sStatusTip = QT_TR_NOOP("Toggles this window");
|
||||
eType = 0;
|
||||
}
|
||||
@@ -370,7 +370,7 @@ StdCmdStatusBar::StdCmdStatusBar()
|
||||
sGroup = QT_TR_NOOP("View");
|
||||
sMenuText = QT_TR_NOOP("Status bar");
|
||||
sToolTipText = QT_TR_NOOP("Toggles the status bar");
|
||||
sWhatsThis = QT_TR_NOOP("Toggles the status bar");
|
||||
sWhatsThis = "Std_ViewStatusBar";
|
||||
sStatusTip = QT_TR_NOOP("Toggles the status bar");
|
||||
eType = 0;
|
||||
}
|
||||
@@ -414,7 +414,7 @@ StdCmdWindowsMenu::StdCmdWindowsMenu()
|
||||
sGroup = QT_TR_NOOP("Window");
|
||||
sMenuText = QT_TR_NOOP("Activates this window");
|
||||
sToolTipText = QT_TR_NOOP("Activates this window");
|
||||
sWhatsThis = QT_TR_NOOP("Activates this window");
|
||||
sWhatsThis = "Std_WindowsMenu";
|
||||
sStatusTip = QT_TR_NOOP("Activates this window");
|
||||
eType = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user