src/MainWindow.h

changeset 57
75d11cc05ce4
parent 56
eb6c564192f4
child 65
2ef981980daa
equal deleted inserted replaced
56:eb6c564192f4 57:75d11cc05ce4
9 #include "InventoryWaters.h" 9 #include "InventoryWaters.h"
10 #include "InventoryEquipments.h" 10 #include "InventoryEquipments.h"
11 #include "ProfileWaters.h" 11 #include "ProfileWaters.h"
12 #include "ProfileMashs.h" 12 #include "ProfileMashs.h"
13 #include "ProfileStyles.h" 13 #include "ProfileStyles.h"
14 #include "ProfileFerments.h"
14 #include "Setup.h" 15 #include "Setup.h"
15 16
16 #include <QMainWindow> 17 #include <QMainWindow>
17 #include <QStandardItemModel> 18 #include <QStandardItemModel>
18 #include <QMenu> 19 #include <QMenu>
42 void on_actionSupplies_list_triggered(); 43 void on_actionSupplies_list_triggered();
43 void on_actionYeast_bank_triggered(); 44 void on_actionYeast_bank_triggered();
44 void on_actionWater_profiles_triggered(); 45 void on_actionWater_profiles_triggered();
45 void on_actionMash_profiles_triggered(); 46 void on_actionMash_profiles_triggered();
46 void on_actionStyles_profiles_triggered(); 47 void on_actionStyles_profiles_triggered();
48 void on_actionFerments_profiles_triggered();
47 void on_actionSetup_triggered(); 49 void on_actionSetup_triggered();
48 void on_actionAbout_triggered(); 50 void on_actionAbout_triggered();
49 51
50 public slots: 52 public slots:
51 void fromInventorySuppliers(); 53 void fromInventorySuppliers();
56 void fromInventoryWaters(); 58 void fromInventoryWaters();
57 void fromInventoryEquipments(); 59 void fromInventoryEquipments();
58 void fromProfileWaters(); 60 void fromProfileWaters();
59 void fromProfileMashs(); 61 void fromProfileMashs();
60 void fromProfileStyles(); 62 void fromProfileStyles();
63 void fromProfileFerments();
61 void fromSetup(); 64 void fromSetup();
62 65
63 private: 66 private:
64 Ui::MainWindow *ui; 67 Ui::MainWindow *ui;
65 68
72 InventoryWaters *InventoryWatersWindow; 75 InventoryWaters *InventoryWatersWindow;
73 InventoryEquipments *InventoryEquipmentsWindow; 76 InventoryEquipments *InventoryEquipmentsWindow;
74 ProfileWaters *ProfileWatersWindow; 77 ProfileWaters *ProfileWatersWindow;
75 ProfileMashs *ProfileMashsWindow; 78 ProfileMashs *ProfileMashsWindow;
76 ProfileStyles *ProfileStylesWindow; 79 ProfileStyles *ProfileStylesWindow;
80 ProfileFerments *ProfileFermentsWindow;
77 Setup *SetupWindow; 81 Setup *SetupWindow;
78 }; 82 };
79 83
80 #endif 84 #endif

mercurial