BCDA-APS / adl2pydm

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

What is "stdset" attribute in the.ui file? #5

Closed prjemian closed 5 years ago

prjemian commented 5 years ago

It is used as <property name=widget_property" stdset="0"> where widget_property is not from the Qt widgets but rather the custom widget.

In caQtDM, it is always set to 0 for non-Qt property elements.

prjemian commented 5 years ago

Same in PyDM. Indicates a non-Qt property.