src/MainWindow.h

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

mercurial