June 21, 2011

franziss franziss
Lab Rat
50 posts

Where to get QtQuick 1.1?

 

Is it out? Where do I get it? Thank you

13 replies

June 21, 2011

mbrasser mbrasser
Ant Farmer
452 posts

Hi,

QtQuick 1.1 hasn’t been released yet. The code is part of the 4.7 branch, if you want to try it out prior to release (or you could try e.g. the 4.8 packages, which also include 1.1).

Regards,
Michael

June 21, 2011

QtK QtK
Lab Rat
1140 posts

The current Qt SDK release includes Qt 4.7.3 which includes Qt Quick 1.0, the Qt Quick 1.1 version is expected with Qt 4.7.4

June 21, 2011

franziss franziss
Lab Rat
50 posts

I read that Qt Quick 1.1 is able to do this

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

Can it also assign the id of the object? Example

  1.      component.createObject(parent, {"id": "hello"});

June 21, 2011

QtK QtK
Lab Rat
1140 posts

The SDK states this

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.

June 21, 2011

franziss franziss
Lab Rat
50 posts

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

June 21, 2011

QtK QtK
Lab Rat
1140 posts
franziss wrote:
Ok, thank you, QtK and mbrasser for your replies. When will Qt 4.7.3 be released? I can’t find its release date…

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

June 21, 2011

franziss franziss
Lab Rat
50 posts

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

June 21, 2011

Andre Andre
Area 51 Engineer
6075 posts

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

 Signature 

Looking for Qt developers to join our team @ i-Optics: https://qt-project.org/forums/viewthread/25393/

June 21, 2011

franziss franziss
Lab Rat
50 posts

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.

June 21, 2011

Andre Andre
Area 51 Engineer
6075 posts

I would simply get all you need from here [qt.nokia.com] .

 Signature 

Looking for Qt developers to join our team @ i-Optics: https://qt-project.org/forums/viewthread/25393/

June 21, 2011

franziss franziss
Lab Rat
50 posts

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

June 21, 2011

Andre Andre
Area 51 Engineer
6075 posts

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

 Signature 

Looking for Qt developers to join our team @ i-Optics: https://qt-project.org/forums/viewthread/25393/

June 21, 2011

anselmolsm anselmolsm
Ant Farmer
417 posts

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.

 Signature 

Anselmo L. S. Melo (anselmolsm)
www.anselmolsm.org

 
  ‹‹ How to assign id to dynamically created object      in qml how to improve the listview’s speed when switch page? ››

You must log in to post a reply. Not a member yet? Register here!