src/EditRecipeExport.cpp

changeset 300
2a97905cb637
parent 284
33bb98c33e6a
child 302
2e8462219332
equal deleted inserted replaced
299:8021e09ab6a3 300:2a97905cb637
23 const QStringList styletype({ "Lager", "Ale", "Mead", "Wheat", "Mixed", "Cider" }); 23 const QStringList styletype({ "Lager", "Ale", "Mead", "Wheat", "Mixed", "Cider" });
24 const QStringList recipetypes({ "Extract", "Partial Mash", "All Grain" }); 24 const QStringList recipetypes({ "Extract", "Partial Mash", "All Grain" });
25 const QStringList color_method({ "Morey", "Mosher", "Daniels", "Halberstadt", "Naudts" }); 25 const QStringList color_method({ "Morey", "Mosher", "Daniels", "Halberstadt", "Naudts" });
26 const QStringList ibu_method({ "Tinseth", "Rager", "Daniels", "Garetz", "Mosher", "Noonan" }); 26 const QStringList ibu_method({ "Tinseth", "Rager", "Daniels", "Garetz", "Mosher", "Noonan" });
27 const QStringList hop_types({ "Bittering", "Aroma", "Both" }); 27 const QStringList hop_types({ "Bittering", "Aroma", "Both" });
28 const QStringList hop_forms({ "Pellet", "Plug", "Leaf", "Leaf", "Pellet" }); 28 const QStringList hop_forms({ "Pellet", "Plug", "Leaf", "Leaf", "Pellet", "Pellet" });
29 /* "Leaf Wet", "Cryo" */ 29 /* "Leaf Wet", "Cryo", "Extract" */
30 /* We use more hop forms then beerxml knows about, so we send known names */ 30 /* We use more hop forms then beerxml knows about, so we send known names */
31 /* instead of what we internally use. */ 31 /* instead of what we internally use. */
32 const QStringList hop_use({ "Mash", "First wort", "Boil", "Aroma", "Whirlpool", "Dry hop" }); 32 const QStringList hop_use({ "Mash", "First wort", "Boil", "Aroma", "Whirlpool", "Dry hop", "Dry hop" });
33 const QStringList fermentable_type({ "Grain", "Sugar", "Extract", "Dry extract", "Adjunct" }); 33 const QStringList fermentable_type({ "Grain", "Sugar", "Extract", "Dry extract", "Adjunct" });
34 const QStringList fermentable_graintype({ "Base", "Roast", "Crystal", "Kilned", "Sour malt", "Special", "No malt" }); 34 const QStringList fermentable_graintype({ "Base", "Roast", "Crystal", "Kilned", "Sour malt", "Special", "No malt" });
35 const QStringList yeast_type({ "Lager", "Ale", "Wheat", "Wine", "Champagne", "Other", "Other", "Other", "Other", "Other" }); 35 const QStringList yeast_type({ "Lager", "Ale", "Wheat", "Wine", "Champagne", "Other", "Other", "Other", "Other", "Other" });
36 const QStringList yeast_form({ "Liquid", "Dry", "Slant", "Culture", "Frozen", "Bottle", "Dry" }); 36 const QStringList yeast_form({ "Liquid", "Dry", "Slant", "Culture", "Frozen", "Bottle", "Dry" });
37 const QStringList yeast_use({ "Primary", "Secondary", "Tertiary", "Bottle" }); 37 const QStringList yeast_use({ "Primary", "Secondary", "Tertiary", "Bottle" });
444 { 444 {
445 const QStringList recipetypes({ "Extract", "Partial Mash", "All Grain" }); 445 const QStringList recipetypes({ "Extract", "Partial Mash", "All Grain" });
446 const QStringList color_method({ "Morey", "Mosher", "Daniels", "Halberstadt", "Naudts" }); 446 const QStringList color_method({ "Morey", "Mosher", "Daniels", "Halberstadt", "Naudts" });
447 const QStringList ibu_method({ "Tinseth", "Rager", "Daniels", "Garetz", "Mosher", "Noonan" }); 447 const QStringList ibu_method({ "Tinseth", "Rager", "Daniels", "Garetz", "Mosher", "Noonan" });
448 const QStringList fermentable_added({ "Maischen", "Koken", "Hoofd/nagisting", "Lageren", "Bottelen", "Fusten" }); 448 const QStringList fermentable_added({ "Maischen", "Koken", "Hoofd/nagisting", "Lageren", "Bottelen", "Fusten" });
449 const QStringList hop_forms({ "Pellet", "Plug", "Bloemen", "Verse hop", "Cryo" }); 449 const QStringList hop_forms({ "Pellet", "Plug", "Bloemen", "Verse hop", "Cryo", "Extract" });
450 const QStringList hop_use({ "Maischen", "First wort", "Koken", "Vlamuit", "Whirlpool", "Drooghop" }); 450 const QStringList hop_use({ "Maischen", "First wort", "Koken", "Vlamuit", "Whirlpool", "Drooghop", "Bottelen" });
451 const QStringList misc_type({ "Spice", "Herb", "Smaakstof", "Klaren", "Brouwzout", "Gist voeding", "Overig" }); 451 const QStringList misc_type({ "Spice", "Herb", "Smaakstof", "Klaren", "Brouwzout", "Gist voeding", "Overig" });
452 const QStringList misc_use({ "Starter", "Maischen", "Koken", "Hoofdgisting", "Nagisting", "Bottelen" }); 452 const QStringList misc_use({ "Starter", "Maischen", "Koken", "Hoofdgisting", "Nagisting", "Bottelen" });
453 const QStringList yeast_form({ "Vloeibaar", "Droog", "Schuine buis", "Opkweek", "Ingevroren", "Flesbodem", "Gedroogd" }); 453 const QStringList yeast_form({ "Vloeibaar", "Droog", "Schuine buis", "Opkweek", "Ingevroren", "Flesbodem", "Gedroogd" });
454 const QStringList yeast_use({ "Hoofdgisting", "Nagisting", "Lageren", "Bottelen", "Fusten" }); 454 const QStringList yeast_use({ "Hoofdgisting", "Nagisting", "Lageren", "Bottelen", "Fusten" });
455 const QStringList step_type({ "Infusie", "Verwarmen", "Decoctie" }); 455 const QStringList step_type({ "Infusie", "Verwarmen", "Decoctie" });

mercurial