BCDA-APS / adl2pydm

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

custom widgets extend other custom widgets #43

Closed prjemian closed 4 years ago

prjemian commented 4 years ago

Some custom widgets (PyDMDrawingPie, for example) extend another custom widget (in this case: PyDMDrawingArc). The extended widget(s) must be included in the <customwidgets> element of the .ui file.