src/MainWindow.h

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

mercurial