complete implementation of variable setting dialog

This commit is contained in:
Axel Kohlmeyer
2023-08-12 10:08:02 -04:00
parent 9110c23fcb
commit 62b4318801
5 changed files with 118 additions and 21 deletions

View File

@ -28,6 +28,12 @@ public:
private slots:
void accept() override;
void add_row();
void del_row();
private:
QList<QPair<QString, QString>> &vars;
class QVBoxLayout *layout;
};
#endif