src/MainWindow.h

changeset 234
51aea8b798f0
parent 232
6d3ba9c44f95
child 275
f472f9773782
equal deleted inserted replaced
233:baf666307ebb 234:51aea8b798f0
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 "ProdOnCode.h"
15 #include "ProdOnDate.h"
15 #include "ProdOnTree.h" 16 #include "ProdOnTree.h"
16 #include "ProfileWaters.h" 17 #include "ProfileWaters.h"
17 #include "ProfileMashs.h" 18 #include "ProfileMashs.h"
18 #include "ProfileStyles.h" 19 #include "ProfileStyles.h"
19 #include "ProfileFerments.h" 20 #include "ProfileFerments.h"
111 InventoryWaters *InventoryWatersWindow; 112 InventoryWaters *InventoryWatersWindow;
112 InventoryEquipments *InventoryEquipmentsWindow; 113 InventoryEquipments *InventoryEquipmentsWindow;
113 ProdInprod *ProdInprodWindow; 114 ProdInprod *ProdInprodWindow;
114 ProdOnName *ProdOnNameWindow; 115 ProdOnName *ProdOnNameWindow;
115 ProdOnCode *ProdOnCodeWindow; 116 ProdOnCode *ProdOnCodeWindow;
117 ProdOnDate *ProdOnDateWindow;
116 ProdOnTree *ProdOnTreeWindow; 118 ProdOnTree *ProdOnTreeWindow;
117 ProfileWaters *ProfileWatersWindow; 119 ProfileWaters *ProfileWatersWindow;
118 ProfileMashs *ProfileMashsWindow; 120 ProfileMashs *ProfileMashsWindow;
119 ProfileStyles *ProfileStylesWindow; 121 ProfileStyles *ProfileStylesWindow;
120 ProfileFerments *ProfileFermentsWindow; 122 ProfileFerments *ProfileFermentsWindow;
123 private slots: 125 private slots:
124 void on_actionExit_triggered(); 126 void on_actionExit_triggered();
125 void on_actionProd_inprod_triggered(); 127 void on_actionProd_inprod_triggered();
126 void on_actionOn_Name_triggered(); 128 void on_actionOn_Name_triggered();
127 void on_actionOn_Code_triggered(); 129 void on_actionOn_Code_triggered();
130 void on_actionOn_Date_triggered();
128 void on_actionOn_Tree_triggered(); 131 void on_actionOn_Tree_triggered();
129 void on_actionRecipes_triggered(); 132 void on_actionRecipes_triggered();
130 void on_actionSuppliers_triggered(); 133 void on_actionSuppliers_triggered();
131 void on_actionFermentables_triggered(); 134 void on_actionFermentables_triggered();
132 void on_actionHops_triggered(); 135 void on_actionHops_triggered();
153 void fromInventoryWaters(); 156 void fromInventoryWaters();
154 void fromInventoryEquipments(); 157 void fromInventoryEquipments();
155 void fromProdInprod(); 158 void fromProdInprod();
156 void fromProdOnName(); 159 void fromProdOnName();
157 void fromProdOnCode(); 160 void fromProdOnCode();
161 void fromProdOnDate();
158 void fromProdOnTree(); 162 void fromProdOnTree();
159 void fromProfileWaters(); 163 void fromProfileWaters();
160 void fromProfileMashs(); 164 void fromProfileMashs();
161 void fromProfileStyles(); 165 void fromProfileStyles();
162 void fromProfileFerments(); 166 void fromProfileFerments();

mercurial