dekoning-lab / WFES2-GUI

GUI implementation of wfes2.
GNU General Public License v3.0
0 stars 1 forks source link

Limits and value checking in QML should be parameterized #159

Closed jasondk closed 2 years ago

jasondk commented 3 years ago

I noticed that when we are checking text box inputs against min/max values, the limits are hard-coded in multiple places throughout the QML files.

It would be easier to maintain if these were set with variables that could be established in a single place