ListModel2 {
id: Recipies
ListElement {
title: "Pancakes"
picture: "content/pics/pancakes.jpg"
ingredients: " \
\
- 1 cup (150g) self-raising flour \
- 1 tbs caster sugar \
- 3/4 cup (185ml) milk \
- 1 egg \
\
"
method: " \
\
- Sift flour and sugar together into a bowl. Add a pinch of salt. \
- Beat milk and egg together, then add to dry ingredients. Beat until smooth. \
- Pour mixture into a pan on medium heat and cook until bubbles appear on the surface. \
- Turn over and cook other side until golden. \
"
}
ListElement {
title: "Fruit Salad"
picture: "content/pics/fruit-salad.jpg"
ingredients: "* Seasonal Fruit"
method: "* Chop fruit and place in a bowl."
}
ListElement {
title: "Vegetable Soup"
picture: "content/pics/vegetable-soup.jpg"
ingredients: " \
\
- 1 onion \
- 1 turnip \
- 1 potato \
- 1 carrot \
- 1 head of celery \
- 1 1/2 litres of water \
\
"
method: " \
\
- Chop vegetables. \
- Boil in water until vegetables soften. \
- Season with salt and pepper to taste. \
\
"
}
ListElement {
title: "Hamburger"
picture: "content/pics/hamburger.jpg"
ingredients: " \
\
- 500g minced beef \
- Seasoning \
- lettuce, tomato, onion, cheese \
- 1 hamburger bun for each burger \
\
"
method: " \
\
- Mix the beef, together with seasoning, in a food processor. \
- Shape the beef into burgers. \
- Grill the burgers for about 5 mins on each side (until cooked through) \
- Serve each burger on a bun with ketchup, cheese, lettuce, tomato and onion. \
\
"
}
ListElement {
title: "Lemonade"
picture: "content/pics/lemonade.jpg"
ingredients: " \
\
- 1 cup Lemon Juice \
- 1 cup Sugar \
- 6 Cups of Water (2 cups warm water, 4 cups cold water) \
\
"
method: " \
\
- Pour 2 cups of warm water into a pitcher and stir in sugar until it dissolves. \
- Pour in lemon juice, stir again, and add 4 cups of cold water. \
- Chill or serve over ice cubes. \
\
"
}
}