src/Setup.h

changeset 380
8f5c03ed4321
parent 337
8133cdb19aa1
child 430
ef2638cfc1b7
equal deleted inserted replaced
379:0f2ce4ebd1b8 380:8f5c03ed4321
48 QImage image; 48 QImage image;
49 QLabel *logoLabel; 49 QLabel *logoLabel;
50 QLabel *breweryLabel; 50 QLabel *breweryLabel;
51 QLabel *fwhLabel; 51 QLabel *fwhLabel;
52 QLabel *mashhopLabel; 52 QLabel *mashhopLabel;
53 QLabel *leafLabel;
53 QLabel *pelletLabel; 54 QLabel *pelletLabel;
54 QLabel *hopplugLabel; 55 QLabel *hopplugLabel;
55 QLabel *wethopLabel; 56 QLabel *wethopLabel;
56 QLabel *cryohopLabel; 57 QLabel *cryohopLabel;
58 QLabel *extractLabel;
57 QLabel *grainLabel; 59 QLabel *grainLabel;
58 QLabel *brixLabel; 60 QLabel *brixLabel;
59 QLabel *heightLabel; 61 QLabel *heightLabel;
60 QLabel *titleLabel; 62 QLabel *titleLabel;
61 QLabel *colorLabel; 63 QLabel *colorLabel;
65 67
66 QLineEdit *breweryEdit; 68 QLineEdit *breweryEdit;
67 69
68 QSpinBox *fwhEdit; 70 QSpinBox *fwhEdit;
69 QSpinBox *mashhopEdit; 71 QSpinBox *mashhopEdit;
70 QSpinBox *pelletEdit; 72 QDoubleSpinBox *pelletEdit;
71 QSpinBox *hopplugEdit; 73 QDoubleSpinBox *hopplugEdit;
72 QSpinBox *wethopEdit; 74 QDoubleSpinBox *leafEdit;
73 QSpinBox *cryohopEdit; 75 QDoubleSpinBox *wethopEdit;
76 QDoubleSpinBox *cryohopEdit;
77 QDoubleSpinBox *extractEdit;
74 QComboBox *waterEdit; 78 QComboBox *waterEdit;
75 QDoubleSpinBox *grainEdit; 79 QDoubleSpinBox *grainEdit;
76 QDoubleSpinBox *brixEdit; 80 QDoubleSpinBox *brixEdit;
77 QSpinBox *heightEdit; 81 QSpinBox *heightEdit;
78 QComboBox *colorEdit; 82 QComboBox *colorEdit;

mercurial