BCDA-APS / adl2pydm

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

customwidgets #4

Closed prjemian closed 5 years ago

prjemian commented 5 years ago

In the .ui file, build the <customwidgets/> section from only the widgets used in the file. Where is the source of this information available?

prjemian commented 5 years ago

Almost done -- the map between MEDM widget types and PyDM widgets needs to be completed (in adl_symbols.py). Then, the special case code added in 83db9ae can be removed.