Sketcher: add two icons reorient and validate

This commit is contained in:
vocx-fc
2020-09-25 02:01:18 -05:00
committed by Yorik van Havre
parent 5c14c8f3fa
commit 817f2f15aa
4 changed files with 1034 additions and 105 deletions

View File

@@ -378,6 +378,7 @@ CmdSketcherReorientSketch::CmdSketcherReorientSketch()
sToolTipText = QT_TR_NOOP("Reorient the selected sketch");
sWhatsThis = "Sketcher_ReorientSketch";
sStatusTip = sToolTipText;
sPixmap = "Sketcher_ReorientSketch";
}
void CmdSketcherReorientSketch::activated(int iMsg)
@@ -658,6 +659,7 @@ CmdSketcherValidateSketch::CmdSketcherValidateSketch()
sWhatsThis = "Sketcher_ValidateSketch";
sStatusTip = sToolTipText;
eType = 0;
sPixmap = "Sketcher_ValidateSketch";
}
void CmdSketcherValidateSketch::activated(int iMsg)