Qt QML Festive Hot Tips
Mike Trahearn - Qt QML Festive Hot Tips

Qt QML Festive Hot Tips

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

No alt text provided for this image
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

No alt text provided for this image

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")
}        

要查看或添加评论,请登录

社区洞察

其他会员也浏览了