Re: [Qt-qml] QML Error

2010-11-26 Thread Almo Nito
I forgot to mention the graphics hardware is a Intel GMA500 ___ Qt-qml mailing list Qt-qml@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-qml

[Qt-qml] QML Error

2010-11-26 Thread Almo Nito
Hello, im having a very strange error when I try to run my Qt/QML application on one of my mobile devices The device itself is runs on a Atom Z520 processor and has OpenGL 2.0 ES Im starting my QML application using : QGLFormat format = QGLFormat::defaultFormat(); format.setSam

[Qt-qml] How to think about Attached Properties?

2010-11-26 Thread Charley Bay
I'm implementing "attached properties" on my custom C++ type (exposed to QML), and am unsure about the "proper" use model: For example, I did: (a) Implement C++ class MyAttachedProperties, derived from QObject (b) Implement static function and QM

Re: [Qt-qml] Looking for existing Qt/QML MediaCenter application

2010-11-26 Thread Benjamin Zores
Hi, On Thu, Nov 25, 2010 at 2:13 AM, Florian Boucault wrote: > It is really nice to read you and to see interest in QML from the media > center community. > I used to lead the Elisa/Moovida media center project for Fluendo. After > the project was shut down a few developers decided to revive it

[Qt-qml] Flickable visibleArea.widthRatio behavior change?

2010-11-26 Thread gabriel.dietrich-de
Hi, I have just noticed that for any Flickable 'visibleArea.widthRatio' only changes when 'width' or 'contentWidth' change. I mean that it remains constant even if the actual contents' visible area is smaller than the viewport area (like when flicking past the boundaries). I seem to remember th

Re: [Qt-qml] C++ MyClass to detect child added/removed from QML

2010-11-26 Thread Charley Bay
Girish spaketh: > boundingRect() works as I would expect. Can you provide some sample code? > QDeclarativeItem::boundingRect()> > Was your C++ code inside an application-derived QDeclarativeItem::itemChange()? I'm Qt4.7.0, Win7-64bit, MSVC++2008. I tried it again to make sure there was no dif

Re: [Qt-qml] Problems with signals and signal handlers

2010-11-26 Thread simo.bergman
Thanks for the help Bjorn. It seems to work also for me after upgrading to Qt 4.7.1 -Simo -Original Message- From: qt-qml-boun...@trolltech.com [mailto:qt-qml-boun...@trolltech.com] On Behalf Of Lindeijer Thorbjorn (Nokia-MS-Qt/Berlin) Sent: 25 November, 2010 19:52 To: qt-qml@trolltech