src/EditProfileMash.h

changeset 51
355100088e1f
parent 50
571a13a4860b
child 385
09af9f46518f
equal deleted inserted replaced
50:571a13a4860b 51:355100088e1f
25 void on_deleteButton_clicked(); 25 void on_deleteButton_clicked();
26 void is_changed(); 26 void is_changed();
27 void make_Json(); 27 void make_Json();
28 void refreshTable(void); 28 void refreshTable(void);
29 void cell_Changed(int nRow, int nCol); 29 void cell_Changed(int nRow, int nCol);
30 void combo_Changed();
30 void on_addButton_clicked(); 31 void on_addButton_clicked();
31 void on_deleteRow_clicked(); 32 void on_deleteRow_clicked();
32 33
33 private: 34 private:
34 Ui::EditProfileMash *ui; 35 Ui::EditProfileMash *ui;
35 int recno; 36 int recno;
36 bool textIsChanged = false; 37 bool textIsChanged = false;
38 bool ignoreChanges = false;
37 QJsonDocument steps; 39 QJsonDocument steps;
38 40
39 void WindowTitle(); 41 void WindowTitle();
40 }; 42 };
41 43

mercurial