Great - thanks.
Leader from selected text
Moderators: andrew, J-J, Husky
- Husky
- Moderator/Drawing Help/Testing
- Posts: 5054
- Joined: Wed May 11, 2011 9:25 am
- Location: USA
Re: Leader from selected text
Work smart, not hard: QCad Pro
QcadPro, QcadCam, Win11/64, 64GB RAM, 10-Core, SSD
If a thread is considered as "solved" pls. change the title of the 1. post to "[solved] Title..."
QcadPro, QcadCam, Win11/64, 64GB RAM, 10-Core, SSD
If a thread is considered as "solved" pls. change the title of the 1. post to "[solved] Title..."
- ryancousins
- Premier Member
- Posts: 372
- Joined: Thu Mar 19, 2020 3:47 am
- Location: Michigan, USA
Re: Leader from selected text
Yeah, I was looking in the MISC menu bar. I'm good now. Thanks guys.CVH wrote: ↑Mon Nov 29, 2021 5:56 am
Where it pops up in the QCAD GUI is handled by:The used path itself has no influence on that.Code: Select all
action.setWidgetNames(["DimensionMenu", "DimensionToolBar", "DimensionToolsPanel", "DimensionMatrixPanel"]);

-
- Premier Member
- Posts: 4879
- Joined: Wed Sep 27, 2017 4:17 pm
Re: Leader from selected text
Andrew has adopted it under "MiscDrawMenu".
https://github.com/qcad/qcad/tree/maste ... erFromText
Regards,
CVH