Qt QML Festive Hot Tips
Mike Trahearn
Mike Trahearn
Qt Champion??????, Qt QML C++ Specialist, Director, Codecept Software Pty Ltd; A Unique Thinker, Detailed Craftsman with Precise Foresight and a Personal Approach
Ho Ho Hot Tips - Christmas Special!
While your projects are getting stuffed and your turkey is still compiling I thought I'd share a couple of alternative tips this Christmas Eve!
Garlic and Bacon Brussel Sprouts
import Christmas
Recipe {
sprouts: "all the leftovers"
bacon: "lots"
liquid: "chicken stock"
fat: [
"olive oil",
"butter"
]
aromats: [
"onion",
"garlic paste"
]
seasoning: [
"salt",
"pepper"
]
method: "chuck it all in the pan"
Component.onCompleted: console.log("down with a beer")
}
Turkey Curry
import Christmas
Recipe {
turkey: "all the leftovers"
liquid: "cream"
fat: [
"ghee or veg oil"
]
spices: [
"mustard seeds",
"red chillies"
]
aromats: [
"onion",
"garlic paste",
"ginger",
"cumin",
"chilli powder,
"garam masala",
"curry powder",
"fenugreek",
"coriander"
]
seasoning: [
"salt",
"pepper"
]
method: "fry off aromats and spices and add turkey and cream"
Component.onCompleted: console.log("serve with Naan and rice")
}