Prototype of VariableView and EditVariableDialog user interface.

This commit is contained in:
Jim Evins
2019-03-05 21:35:11 -05:00
parent b9b792272c
commit c9e26c45fb
11 changed files with 913 additions and 23 deletions
+5
View File
@@ -60,12 +60,17 @@ namespace glabels
// Slots
/////////////////////////////////
private slots:
void onTableSelectionChanged();
void onAddButtonClicked();
void onEditButtonClicked();
void onDeleteButtonClicked();
/////////////////////////////////
// Private methods
/////////////////////////////////
private:
void updateControls();
/////////////////////////////////