Text Leader initial version

This commit is contained in:
wandererfan
2019-04-14 15:09:04 -04:00
committed by WandererFan
parent 3be0cbca58
commit 7f07195f93
56 changed files with 9642 additions and 50 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
<PythonExport
Father="DrawViewPy"
Name="DrawLeaderLinePy"
Twin="DrawLeaderLine"
TwinPointer="DrawLeaderLine"
Include="Mod/TechDraw/App/DrawLeaderLine.h"
Namespace="TechDraw"
FatherInclude="Mod/TechDraw/App/DrawViewPy.h"
FatherNamespace="TechDraw">
<Documentation>
<Author Licence="LGPL" Name="WandererFan" EMail="wandererfan@gmail.com" />
<UserDocu>Feature for adding leaders to Technical Drawings</UserDocu>
</Documentation>
<CustomAttributes />
</PythonExport>
</GenerateModel>