src/MainWindow.h

changeset 231
54b5abd46958
parent 228
c859e8efa470
child 232
6d3ba9c44f95
equal deleted inserted replaced
230:b68c0c61d261 231:54b5abd46958
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 "ProdOnName.h"
14 #include "ProdOnCode.h"
14 #include "ProfileWaters.h" 15 #include "ProfileWaters.h"
15 #include "ProfileMashs.h" 16 #include "ProfileMashs.h"
16 #include "ProfileStyles.h" 17 #include "ProfileStyles.h"
17 #include "ProfileFerments.h" 18 #include "ProfileFerments.h"
18 #include "Setup.h" 19 #include "Setup.h"
108 InventoryMiscs *InventoryMiscsWindow; 109 InventoryMiscs *InventoryMiscsWindow;
109 InventoryWaters *InventoryWatersWindow; 110 InventoryWaters *InventoryWatersWindow;
110 InventoryEquipments *InventoryEquipmentsWindow; 111 InventoryEquipments *InventoryEquipmentsWindow;
111 ProdInprod *ProdInprodWindow; 112 ProdInprod *ProdInprodWindow;
112 ProdOnName *ProdOnNameWindow; 113 ProdOnName *ProdOnNameWindow;
114 ProdOnCode *ProdOnCodeWindow;
113 ProfileWaters *ProfileWatersWindow; 115 ProfileWaters *ProfileWatersWindow;
114 ProfileMashs *ProfileMashsWindow; 116 ProfileMashs *ProfileMashsWindow;
115 ProfileStyles *ProfileStylesWindow; 117 ProfileStyles *ProfileStylesWindow;
116 ProfileFerments *ProfileFermentsWindow; 118 ProfileFerments *ProfileFermentsWindow;
117 Setup *SetupWindow; 119 Setup *SetupWindow;
118 120
119 private slots: 121 private slots:
120 void on_actionExit_triggered(); 122 void on_actionExit_triggered();
121 void on_actionProd_inprod_triggered(); 123 void on_actionProd_inprod_triggered();
122 void on_actionOn_Name_triggered(); 124 void on_actionOn_Name_triggered();
125 void on_actionOn_Code_triggered();
123 void on_actionRecipes_triggered(); 126 void on_actionRecipes_triggered();
124 void on_actionSuppliers_triggered(); 127 void on_actionSuppliers_triggered();
125 void on_actionFermentables_triggered(); 128 void on_actionFermentables_triggered();
126 void on_actionHops_triggered(); 129 void on_actionHops_triggered();
127 void on_actionYeasts_triggered(); 130 void on_actionYeasts_triggered();
146 void fromInventoryMiscs(); 149 void fromInventoryMiscs();
147 void fromInventoryWaters(); 150 void fromInventoryWaters();
148 void fromInventoryEquipments(); 151 void fromInventoryEquipments();
149 void fromProdInprod(); 152 void fromProdInprod();
150 void fromProdOnName(); 153 void fromProdOnName();
154 void fromProdOnCode();
151 void fromProfileWaters(); 155 void fromProfileWaters();
152 void fromProfileMashs(); 156 void fromProfileMashs();
153 void fromProfileStyles(); 157 void fromProfileStyles();
154 void fromProfileFerments(); 158 void fromProfileFerments();
155 void fromSetup(); 159 void fromSetup();

mercurial