Start: UX refinements

Start: Automatically run command when event loop starts
Also sets PartDesign as the default startup Workbench.
Start: Add checkbox for starting or not starting Start
Start: Correct default card size parameter access
Start: General cleanup
This commit is contained in:
Chris Hennes
2024-04-17 21:45:12 -05:00
parent 7742832df3
commit bbf9192fc7
13 changed files with 413 additions and 18 deletions

View File

@@ -49,7 +49,7 @@ CmdStart::CmdStart()
sToolTipText = QT_TR_NOOP("Displays the Start in an MDI view");
sWhatsThis = "Start_Start";
sStatusTip = sToolTipText;
sPixmap = "StartWorkbench";
sPixmap = "StartCommandIcon";
}
void CmdStart::activated(int iMsg)