LISE-B26 / pylabcontrol

pylabcontrol: Laboratory Equipment Control for Scientific Experiments.
GNU General Public License v3.0
9 stars 9 forks source link

Send messages to log when user inputs incorrect values #131

Open asafira opened 6 years ago

asafira commented 6 years ago

Currently, the gui tries to be smart and ignores user input when it isn't a valid value. It would be nice for the log to report when such a thing happens --- in fact, it looks like someone thought this was a good idea in the code, but never connect the "msg" variable in qt_b26_widgets.setData() to the log...