Re: [Qt-qml] Placing QGraphicsScene within a QML UI?

2010-11-03 Thread alan.alpert
>From: qt-qml-boun...@trolltech.com [mailto:qt-qml-boun...@trolltech.com] On >Behalf Of ext Michael Rychlik >Sent: Wednesday, November 03, 2010 11:24 PM >To: qt-qml@trolltech.com >Subject: [Qt-qml] Placing QGraphicsScene within a QML UI? > >I have an application the main feature of which is a 

Re: [Qt-qml] Top-level Animation element, not pauseable/stoppable?

2010-11-03 Thread Charley Bay
Eduardo respondeth: In what fashion are you using your animation? I'm asking that because in > Quick you can use animations in several ways, to name a few: > > - Inside a Behavior > - Inside a Transition > - As a stand-alone element you explicitly call start and stop > - As an event handler onCl

Re: [Qt-qml] [MeeGo-dev] Announcing Youttube-API project for Meego // Vote on googlecode project name

2010-11-03 Thread Niels Mayer
On Wed, Nov 3, 2010 at 4:26 PM, wrote: > Please subscribe to http://lists.trolltech.com/mailman/listinfo/qt-qml and > you'll find a brewing and knowledgeable community around QML and Qt Quick. Hi Henrik, Thanks for the suggestion. I've subscribed to the list. I'm looking forward to feedback f

Re: [Qt-qml] Editor example Source Code

2010-11-03 Thread michael.brasser
On 04/11/2010, at 5:23 AM, ext Charley Bay wrote: Mike spaketh: Where do i find The source code for the " getting started programming with qml" Tutorial ? On my install (win-commercial), I found it easiest to directly navigate to the following directories and "look around": C:\Qt\4.7.0\exampl

Re: [Qt-qml] [MeeGo-dev] Announcing Youttube-API project for Meego // Vote on googlecode project name

2010-11-03 Thread henrik.hartz
Hi Niels, Please subscribe to http://lists.trolltech.com/mailman/listinfo/qt-qml and you'll find a brewing and knowledgeable community around QML and Qt Quick. Cross-posting for introductions :) Cheers, Henrik On Nov 3, 2010, at 1:59 PM, ext Niels Mayer wrote: > [I forgot to send this to meeg

Re: [Qt-qml] Editor example Source Code

2010-11-03 Thread Charley Bay
Mike spaketh: > Where do i find The source code for the " getting started programming with > qml" Tutorial ? > On my install (win-commercial), I found it easiest to directly navigate to the following directories and "look around": C:\Qt\4.7.0\examples\declarative\tutorials C:\Qt\4.7.0\examples

[Qt-qml] Editor example Source Code

2010-11-03 Thread Schmidt
Hi all, Where do i find The source code for the " getting started programming with qml" Tutorial ? Regards, Mike Von meinem iPhone gesendet ___ Qt-qml mailing list Qt-qml@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-qml

Re: [Qt-qml] Top-level Animation element, not pauseable/stoppable?

2010-11-03 Thread Eduardo Fleury
Hi Charley, In what fashion are you using your animation? I'm asking that because in Quick you can use animations in several ways, to name a few: - Inside a Behavior - Inside a Transition - As a stand-alone element you explicitly call start and stop - As an event handler onClicked: Animation { bl

[Qt-qml] FocusPanel - is it used anywhere?

2010-11-03 Thread David Boddie
Someone recently complained about the lack of information in the FocusPanel documentation. A quick search through the demos, examples and code snippets didn't turn up any instances where it is used. Is it used for anything, or is the lack of documentation an indication that it is rarely used by an

Re: [Qt-qml] Placing QGraphicsScene within a QML UI?

2010-11-03 Thread Eduardo Fleury
Hi Michael, Well, the QML scene is a QGraphicsScene in fact. So basically what you are trying to do is to add a QGraphicsView (with its scene) inside another scene. In theory you could wrap your QGraphicsView inside a QGraphicsProxyWidget, that done, you can add this "standard" QGraphicsWidget to

Re: [Qt-qml] Finding the coordinates of an item in a (Grid)View

2010-11-03 Thread alan.westbrook
I was able to implement this for dragging, and it looks as if it should work the same way for clicked, but there are a few levels of code it went through for me it looks like. 1) Each of your GridItems needs to have a mouse area which fills your item and invokes a parent signal clicked(index, x, y

[Qt-qml] Placing QGraphicsScene within a QML UI?

2010-11-03 Thread Michael Rychlik
I have an application the main feature of which is a QGraphicsScene/QGraphicsView used for an animated data display. This view sits in a tab and the app. has the usual menus/buttons/dialogs etc. Having discovered QML I'd quite like have ago at rebuilding the apps user interface with it. That is, t

[Qt-qml] Top-level Animation element, not pauseable/stoppable?

2010-11-03 Thread Charley Bay
>From the QML docs, it appears the pause/resume and start/stop properties for Animation elements are related (setting one influences the other), and I appreciate the (helpful) messages in the "console.log()" from within the QML libraries when you attempt to "resume" an animation that was not previo

Re: [Qt-qml] Order of property initialization and assignments

2010-11-03 Thread mathias.malmqvist
Yes, that may be it. Good find! Your original example code didn't work though (but the code in your comment does show the problem). Posted a defect as a result: http://bugreports.qt.nokia.com/browse/QTBUG-14987 Thanks Pekka! Cheers Mathias From: Jokela P

Re: [Qt-qml] Finding the coordinates of an item in a (Grid)View

2010-11-03 Thread Pertti Kellomäki
Hi Mathias, On 11/02/2010 10:00 PM, Malmqvist Mathias (Nokia-MS/London) wrote: > Maybe you've already found a solution to your problem. If not, I think > your should look into the posibility of re-parenting the item you click > on, out of the view before you move it. You can do this by giving the

[Qt-qml] GestureAera

2010-11-03 Thread marvin42
Hi I try to use GestureAera, but it don't returns value except onTap Should he choose to add to my project import Qt.labs.gestures 2.0 GestureArea { anchors.fill: b1 onTap: console.log("tap pos = (",gestu