QtQuick - From bling bling to blink blink
That’s the topic of my latest blog post over at http://pysnippet.com [pysnippet.blogspot.com]
It demonstrates how the declarative module can be used for other things than just amazing UIs.
Please take a look at the blog post for more information, reference to source code and a video clip.
Hope you enjoy it and get some ideas :)
6 replies
Yes, it’s really cool and I think there’s a lot of opportunities with QtDeclarative.
I’m planning to try out using QML as a dependency injection container to setup applications. I don’t think that typical containers, such as SpringFramework, supports property bindings but that might have changed since I last used it in the good old days :)
For example:
- ServerSocket {
- port: 8080
- handler: ClientHandler {
- dataBase: MySqlDb { url: "..." }
- }
- }
Sweet
You must log in to post a reply. Not a member yet? Register here!





