src/MainWindow.h

changeset 49
29cf6e350063
parent 48
ddd1171ecda5
child 52
ff7b3a41c9b5
equal deleted inserted replaced
48:ddd1171ecda5 49:29cf6e350063
7 #include "InventoryYeasts.h" 7 #include "InventoryYeasts.h"
8 #include "InventoryMiscs.h" 8 #include "InventoryMiscs.h"
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 "Setup.h" 13 #include "Setup.h"
13 14
14 #include <QMainWindow> 15 #include <QMainWindow>
15 #include <QStandardItemModel> 16 #include <QStandardItemModel>
16 #include <QMenu> 17 #include <QMenu>
36 void on_actionYeasts_triggered(); 37 void on_actionYeasts_triggered();
37 void on_actionMiscs_triggered(); 38 void on_actionMiscs_triggered();
38 void on_actionWaters_triggered(); 39 void on_actionWaters_triggered();
39 void on_actionEquipments_triggered(); 40 void on_actionEquipments_triggered();
40 void on_actionWater_profiles_triggered(); 41 void on_actionWater_profiles_triggered();
42 void on_actionMash_profiles_triggered();
41 void on_actionSetup_triggered(); 43 void on_actionSetup_triggered();
42 void on_actionAbout_triggered(); 44 void on_actionAbout_triggered();
43 45
44 public slots: 46 public slots:
45 void fromInventorySuppliers(); 47 void fromInventorySuppliers();
48 void fromInventoryYeasts(); 50 void fromInventoryYeasts();
49 void fromInventoryMiscs(); 51 void fromInventoryMiscs();
50 void fromInventoryWaters(); 52 void fromInventoryWaters();
51 void fromInventoryEquipments(); 53 void fromInventoryEquipments();
52 void fromProfileWaters(); 54 void fromProfileWaters();
55 void fromProfileMashs();
53 void fromSetup(); 56 void fromSetup();
54 57
55 private: 58 private:
56 Ui::MainWindow *ui; 59 Ui::MainWindow *ui;
57 60
61 InventoryHops *InventoryHopsWindow; 64 InventoryHops *InventoryHopsWindow;
62 InventoryYeasts *InventoryYeastsWindow; 65 InventoryYeasts *InventoryYeastsWindow;
63 InventoryMiscs *InventoryMiscsWindow; 66 InventoryMiscs *InventoryMiscsWindow;
64 InventoryWaters *InventoryWatersWindow; 67 InventoryWaters *InventoryWatersWindow;
65 InventoryEquipments *InventoryEquipmentsWindow; 68 InventoryEquipments *InventoryEquipmentsWindow;
66 ProfileWaters * ProfileWatersWindow; 69 ProfileWaters *ProfileWatersWindow;
70 ProfileMashs *ProfileMashsWindow;
67 Setup *SetupWindow; 71 Setup *SetupWindow;
68 }; 72 };
69 73
70 #endif 74 #endif

mercurial