kcjengr / qtpyvcp

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

FEATURE: Added designer boolean to remove completer behaviour #78

Closed joco-nz closed 3 years ago

joco-nz commented 3 years ago

mdi_entry uses the completer feature to give a ui drop down of history entries. This makes sense when this widget us used standalone but may not be desirable if used in conjunction with mdi_history. Added Designer boolean to suppress this behaviour.

TurBoss commented 3 years ago

Thank you!