Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Where to get QtQuick 1.1?
Qt 6.11 is out! See what's new in the release blog

Where to get QtQuick 1.1?

Scheduled Pinned Locked Moved QML and Qt Quick
14 Posts 5 Posters 6.8k Views 1 Watching
  • 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.
  • F Offline
    F Offline
    franziss
    wrote on last edited by
    #4

    I read that Qt Quick 1.1 is able to do this

    @
    var component = Qt.createComponent("Button.qml");
    if (component.status == Component.Ready)
    component.createObject(parent, {"x": 100, "y": 100});
    @

    Can it also assign the id of the object? Example
    @
    component.createObject(parent, {"id": "hello"});
    @

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kamalakshantv
      wrote on last edited by
      #5

      The SDK states this

      bq. As of QtQuick 1.1, this method accepts an optional properties argument that specifies a map of initial property values for the created object. These values are applied before object creation is finalized. (This is more efficient than setting property values after object creation, particularly where large sets of property values are defined, and also allows property bindings to be set up before the object is created.)

      So it seems it should be supported. Never tried.

      1 Reply Last reply
      0
      • F Offline
        F Offline
        franziss
        wrote on last edited by
        #6

        Ok, thank you, QtK and mbrasser for your replies. When will Qt 4.7.3 be released? I can't find its release date...

        1 Reply Last reply
        0
        • K Offline
          K Offline
          kamalakshantv
          wrote on last edited by
          #7

          [quote author="franziss" date="1308636206"]Ok, thank you, QtK and mbrasser for your replies. When will Qt 4.7.3 be released? I can't find its release date...[/quote]

          Qt 4.7.3 is released. If you meant Qt 4.7.4 there is no official release date announced yet.

          1 Reply Last reply
          0
          • F Offline
            F Offline
            franziss
            wrote on last edited by
            #8

            Yes, pardon me for my mistake. I think I will try the 4.8 package. I am currently downloading it now. How do I install it? I am on a windows machine. Do I just unzip it to my qt directory c:\qtsdk?

            Thank you for your help

            1 Reply Last reply
            0
            • A Offline
              A Offline
              andre
              wrote on last edited by
              #9

              What 4.8 package are you talking about? You mean the Tech Preview? You'll need to build it yourself, I think.

              1 Reply Last reply
              0
              • F Offline
                F Offline
                franziss
                wrote on last edited by
                #10

                I think this is the 4.8 package, http://qt.gitorious.org/qt/qt/trees/4.8

                I will try this http://doc.qt.nokia.com/4.7/install-win.html

                This is the right away, thanks.

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  andre
                  wrote on last edited by
                  #11

                  I would simply get all you need from "here":http://qt.nokia.com/downloads .

                  1 Reply Last reply
                  0
                  • F Offline
                    F Offline
                    franziss
                    wrote on last edited by
                    #12

                    ya, but http://qt.nokia.com/downloads doesn't contain Qt 4.8

                    1 Reply Last reply
                    0
                    • A Offline
                      A Offline
                      andre
                      wrote on last edited by
                      #13

                      You can get the Qt 4.8 sources from GIT, as you know, but you'll have to configure and build it all yourself.

                      1 Reply Last reply
                      0
                      • A Offline
                        A Offline
                        anselmolsm
                        wrote on last edited by
                        #14

                        Building the branch 4.7 from git (what will become 4.7.4) or the tech preview of Qt 4.8 are the ways to have QtQuick 1.1 at the moment.

                        Anselmo L. S. Melo (anselmolsm)

                        1 Reply Last reply
                        0

                        • Login

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