src/MainWindow.h

changeset 228
c859e8efa470
parent 213
a167ee979cac
child 231
54b5abd46958
equal deleted inserted replaced
227:7966bf14cc34 228:c859e8efa470
8 #include "InventoryYeasts.h" 8 #include "InventoryYeasts.h"
9 #include "InventoryMiscs.h" 9 #include "InventoryMiscs.h"
10 #include "InventoryWaters.h" 10 #include "InventoryWaters.h"
11 #include "InventoryEquipments.h" 11 #include "InventoryEquipments.h"
12 #include "ProdInprod.h" 12 #include "ProdInprod.h"
13 #include "ProdOnName.h"
13 #include "ProfileWaters.h" 14 #include "ProfileWaters.h"
14 #include "ProfileMashs.h" 15 #include "ProfileMashs.h"
15 #include "ProfileStyles.h" 16 #include "ProfileStyles.h"
16 #include "ProfileFerments.h" 17 #include "ProfileFerments.h"
17 #include "Setup.h" 18 #include "Setup.h"
106 InventoryYeasts *InventoryYeastsWindow; 107 InventoryYeasts *InventoryYeastsWindow;
107 InventoryMiscs *InventoryMiscsWindow; 108 InventoryMiscs *InventoryMiscsWindow;
108 InventoryWaters *InventoryWatersWindow; 109 InventoryWaters *InventoryWatersWindow;
109 InventoryEquipments *InventoryEquipmentsWindow; 110 InventoryEquipments *InventoryEquipmentsWindow;
110 ProdInprod *ProdInprodWindow; 111 ProdInprod *ProdInprodWindow;
112 ProdOnName *ProdOnNameWindow;
111 ProfileWaters *ProfileWatersWindow; 113 ProfileWaters *ProfileWatersWindow;
112 ProfileMashs *ProfileMashsWindow; 114 ProfileMashs *ProfileMashsWindow;
113 ProfileStyles *ProfileStylesWindow; 115 ProfileStyles *ProfileStylesWindow;
114 ProfileFerments *ProfileFermentsWindow; 116 ProfileFerments *ProfileFermentsWindow;
115 Setup *SetupWindow; 117 Setup *SetupWindow;
116 118
117 private slots: 119 private slots:
118 void on_actionExit_triggered(); 120 void on_actionExit_triggered();
119 void on_actionProd_inprod_triggered(); 121 void on_actionProd_inprod_triggered();
122 void on_actionOn_Name_triggered();
120 void on_actionRecipes_triggered(); 123 void on_actionRecipes_triggered();
121 void on_actionSuppliers_triggered(); 124 void on_actionSuppliers_triggered();
122 void on_actionFermentables_triggered(); 125 void on_actionFermentables_triggered();
123 void on_actionHops_triggered(); 126 void on_actionHops_triggered();
124 void on_actionYeasts_triggered(); 127 void on_actionYeasts_triggered();
142 void fromInventoryYeasts(); 145 void fromInventoryYeasts();
143 void fromInventoryMiscs(); 146 void fromInventoryMiscs();
144 void fromInventoryWaters(); 147 void fromInventoryWaters();
145 void fromInventoryEquipments(); 148 void fromInventoryEquipments();
146 void fromProdInprod(); 149 void fromProdInprod();
150 void fromProdOnName();
147 void fromProfileWaters(); 151 void fromProfileWaters();
148 void fromProfileMashs(); 152 void fromProfileMashs();
149 void fromProfileStyles(); 153 void fromProfileStyles();
150 void fromProfileFerments(); 154 void fromProfileFerments();
151 void fromSetup(); 155 void fromSetup();

mercurial