src/MainWindow.h

changeset 173
8514932b61aa
parent 133
08635b028dcf
child 213
a167ee979cac
equal deleted inserted replaced
172:b93f5e5afc67 173:8514932b61aa
7 #include "InventoryHops.h" 7 #include "InventoryHops.h"
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 "ProfileWaters.h" 13 #include "ProfileWaters.h"
13 #include "ProfileMashs.h" 14 #include "ProfileMashs.h"
14 #include "ProfileStyles.h" 15 #include "ProfileStyles.h"
15 #include "ProfileFerments.h" 16 #include "ProfileFerments.h"
16 #include "Setup.h" 17 #include "Setup.h"
77 78
78 static IniWS wsProd; 79 static IniWS wsProd;
79 static IniWS wsDev; 80 static IniWS wsDev;
80 81
81 82
82 //struct Acid
83 //{
84 // QString name;
85 // double pK1;
86 // double pK2;
87 // double pK3;
88 // double MolWt;
89 // double AcidSG;
90 // double AcidPrc;
91 //};
92
93 //static QList<Acid> my_acids;
94
95
96 namespace Ui { 83 namespace Ui {
97 class MainWindow; 84 class MainWindow;
98 } 85 }
99 86
100 class MainWindow : public QMainWindow 87 class MainWindow : public QMainWindow
112 InventoryHops *InventoryHopsWindow; 99 InventoryHops *InventoryHopsWindow;
113 InventoryYeasts *InventoryYeastsWindow; 100 InventoryYeasts *InventoryYeastsWindow;
114 InventoryMiscs *InventoryMiscsWindow; 101 InventoryMiscs *InventoryMiscsWindow;
115 InventoryWaters *InventoryWatersWindow; 102 InventoryWaters *InventoryWatersWindow;
116 InventoryEquipments *InventoryEquipmentsWindow; 103 InventoryEquipments *InventoryEquipmentsWindow;
104 ProdInprod *ProdInprodWindow;
117 ProfileWaters *ProfileWatersWindow; 105 ProfileWaters *ProfileWatersWindow;
118 ProfileMashs *ProfileMashsWindow; 106 ProfileMashs *ProfileMashsWindow;
119 ProfileStyles *ProfileStylesWindow; 107 ProfileStyles *ProfileStylesWindow;
120 ProfileFerments *ProfileFermentsWindow; 108 ProfileFerments *ProfileFermentsWindow;
121 Setup *SetupWindow; 109 Setup *SetupWindow;
122 110
123 private slots: 111 private slots:
124 void on_actionExit_triggered(); 112 void on_actionExit_triggered();
113 void on_actionProd_inprod_triggered();
125 void on_actionRecipes_triggered(); 114 void on_actionRecipes_triggered();
126 void on_actionSuppliers_triggered(); 115 void on_actionSuppliers_triggered();
127 void on_actionFermentables_triggered(); 116 void on_actionFermentables_triggered();
128 void on_actionHops_triggered(); 117 void on_actionHops_triggered();
129 void on_actionYeasts_triggered(); 118 void on_actionYeasts_triggered();
146 void fromInventoryHops(); 135 void fromInventoryHops();
147 void fromInventoryYeasts(); 136 void fromInventoryYeasts();
148 void fromInventoryMiscs(); 137 void fromInventoryMiscs();
149 void fromInventoryWaters(); 138 void fromInventoryWaters();
150 void fromInventoryEquipments(); 139 void fromInventoryEquipments();
140 void fromProdInprod();
151 void fromProfileWaters(); 141 void fromProfileWaters();
152 void fromProfileMashs(); 142 void fromProfileMashs();
153 void fromProfileStyles(); 143 void fromProfileStyles();
154 void fromProfileFerments(); 144 void fromProfileFerments();
155 void fromSetup(); 145 void fromSetup();

mercurial