BBN-Q / PyQLab

A python library for instrument control and superconducting QIP experiments.
Apache License 2.0
25 stars 11 forks source link

Implementation of a GUI Error Dialog Box for #43 #45

Closed bcdonovan closed 9 years ago

bcdonovan commented 9 years ago

The validator will now return its error strings as a list. This list is used to populate a error dialog box in the GUI if the validation fails.

@matthewware Is this what you had in mind?

matthewware commented 9 years ago

Yeah this is what I was thinking. It should help the user figure out where things are going off the rails.