Fleshed out input validation for EditVariableDialog.

This commit is contained in:
Jim Evins
2019-03-17 14:24:55 -04:00
parent 6255939f39
commit d05c6fbfd2
5 changed files with 97 additions and 67 deletions
+2
View File
@@ -54,6 +54,7 @@ namespace glabels
// Slots
/////////////////////////////////
private slots:
void onNameEditChanged();
void onTypeComboChanged();
void onValueEditChanged();
void onIncrementComboChanged();
@@ -64,6 +65,7 @@ namespace glabels
// Private methods
/////////////////////////////////
void updateControls();
void validateCurrentInputs();
};