src/EditRecipe.h

changeset 102
b017001850df
parent 101
1d14d3bf2465
child 103
6da4e93b6ceb
equal deleted inserted replaced
101:1d14d3bf2465 102:b017001850df
24 void on_saveButton_clicked(); 24 void on_saveButton_clicked();
25 void on_quitButton_clicked(); 25 void on_quitButton_clicked();
26 void on_deleteButton_clicked(); 26 void on_deleteButton_clicked();
27 void is_changed(); 27 void is_changed();
28 void style_changed(); 28 void style_changed();
29 void colormethod_changed();
29 void time_changed(); 30 void time_changed();
30 void refreshFermentables(); 31 void refreshFermentables();
31 void refreshHops(); 32 void refreshHops();
32 void refreshMiscs(); 33 void refreshMiscs();
33 void refreshYeasts(); 34 void refreshYeasts();
34 void refreshMashs(); 35 void refreshMashs();
35 void refreshAll(); 36 void refreshAll();
36 void on_deleteFermentRow_clicked(); 37 void on_deleteFermentRow_clicked();
38
39 void on_perc_mash_valueChanged(int value);
40 void on_perc_sugars_valueChanged(int value);
41 void on_perc_cara_valueChanged(int value);
42 void on_lintner_valueChanged(int value);
37 43
38 private: 44 private:
39 Ui::EditRecipe *ui; 45 Ui::EditRecipe *ui;
40 QStringList s_types = { tr("Lager"), tr("Ale"), tr("Mead"), tr("Wheat"), tr("Mixed"), tr("Cider") }; 46 QStringList s_types = { tr("Lager"), tr("Ale"), tr("Mead"), tr("Wheat"), tr("Mixed"), tr("Cider") };
41 QStringList f_types = { tr("Grain"), tr("Sugar"), tr("Extract"), tr("Dry extract"), tr("Adjunct") }; 47 QStringList f_types = { tr("Grain"), tr("Sugar"), tr("Extract"), tr("Dry extract"), tr("Adjunct") };

mercurial