Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Showcase
  4. QtQuick - From bling bling to blink blink
QtWS25 Last Chance

QtQuick - From bling bling to blink blink

Scheduled Pinned Locked Moved Showcase
7 Posts 3 Posters 4.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mario
    wrote on 20 Jun 2011, 06:53 last edited by
    #1

    That's the topic of my latest blog post over at "http://pysnippet.com":http://pysnippet.blogspot.com/2011/06/qtquick-from-bling-bling-to-blink-blink.html

    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 :)

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on 20 Jun 2011, 07:08 last edited by
      #2

      Very cool! Must be lots of fun to play around with!

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mario
        wrote on 20 Jun 2011, 07:16 last edited by
        #3

        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

        1 Reply Last reply
        0
        • Z Offline
          Z Offline
          ZapB
          wrote on 20 Jun 2011, 09:32 last edited by
          #4

          I have had a similar idea but with using QML to define hierarchical state machines. It's on my list of things to try out at some point.

          Nokia Certified Qt Specialist
          Interested in hearing about Qt related work

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mario
            wrote on 20 Jun 2011, 09:35 last edited by
            #5

            I really hope that the Qt guys keeps the declarative engine at its minimum so it's possible to do this kind of things w/o having to pull in QWidget etc. I'm very excited to see what will come up in the next couple of years in terms of how QML is used.

            1 Reply Last reply
            0
            • A Offline
              A Offline
              andre
              wrote on 20 Jun 2011, 09:41 last edited by
              #6

              A plan that was pitched by the Trolls at the contributors summit (nothing decided yet!) was that the declarative engine would end up in Qt Core, but the GUI related stuff would be left out. You certainly will not have to pull in the widgets module (which will be split off from QtGUI) to use it.

              1 Reply Last reply
              0
              • M Offline
                M Offline
                mario
                wrote on 20 Jun 2011, 10:13 last edited by
                #7

                Qt Core, that would be cool!

                1 Reply Last reply
                0

                5/7

                20 Jun 2011, 09:35

                • Login

                • Login or register to search.
                5 out of 7
                • First post
                  5/7
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved