src/Setup.h

changeset 380
8f5c03ed4321
parent 337
8133cdb19aa1
child 430
ef2638cfc1b7
--- a/src/Setup.h	Fri Jul 29 20:59:21 2022 +0200
+++ b/src/Setup.h	Sat Jul 30 16:30:02 2022 +0200
@@ -50,10 +50,12 @@
     QLabel *breweryLabel;
     QLabel *fwhLabel;
     QLabel *mashhopLabel;
+    QLabel *leafLabel;
     QLabel *pelletLabel;
     QLabel *hopplugLabel;
     QLabel *wethopLabel;
     QLabel *cryohopLabel;
+    QLabel *extractLabel;
     QLabel *grainLabel;
     QLabel *brixLabel;
     QLabel *heightLabel;
@@ -67,10 +69,12 @@
 
     QSpinBox *fwhEdit;
     QSpinBox *mashhopEdit;
-    QSpinBox *pelletEdit;
-    QSpinBox *hopplugEdit;
-    QSpinBox *wethopEdit;
-    QSpinBox *cryohopEdit;
+    QDoubleSpinBox *pelletEdit;
+    QDoubleSpinBox *hopplugEdit;
+    QDoubleSpinBox *leafEdit;
+    QDoubleSpinBox *wethopEdit;
+    QDoubleSpinBox *cryohopEdit;
+    QDoubleSpinBox *extractEdit;
     QComboBox *waterEdit;
     QDoubleSpinBox *grainEdit;
     QDoubleSpinBox *brixEdit;

mercurial