BCDA-APS / adl2pydm

Convert MEDM's .adl files to PyDM's .ui format
Other
0 stars 4 forks source link

polygon widget #54

Closed prjemian closed 2 years ago

prjemian commented 4 years ago

For now, the polygon widget translator writes a PyDMDrawingPolyline widget. It should write a PyDMDrawingIrregularPolygon widget which will be developed after the polyline PR is merged.

On the feature list to be supported is fill="solid" (#51 ).