kcjengr / qtpyvcp

QtPyVCP - Qt and Python based Virtual Control Panel framework for LinuxCNC.
https://www.qtpyvcp.com
Other
88 stars 48 forks source link

BUG-113 #114

Closed joco-nz closed 1 year ago

joco-nz commented 1 year ago

Added local store of index set from channel then reapply during initalize.

joco-nz commented 1 year ago

@TurBoss just need a check if these changes should go to the abstract class or stay here. Also adjusted the init/super call for what seemed like an odd/hacky pattern. But worried there is a python quirk this deals with that I have missed.

Thanks.

TurBoss commented 1 year ago

Hello @joco-nz

Makes sense to keep this on the widget, the abstract-class seems that is only there to add settings to the widget

imagen

works like a charm!

Thank you so much