Re: [Development] QStyle maintainer

2012-09-12 Thread Luís Gabriel Lima
+1 -- Luís Gabriel OpenBossa - INdT On Wed, Sep 12, 2012 at 8:11 AM, Olivier Goffart oliv...@woboq.com wrote: On Wednesday 12 September 2012 10:54:22 lars.kn...@nokia.com wrote: Hi, I'd like to nominate Jens Bache-Wiig as the maintainer for QStyle and related classes. He has had this

Re: [Development] Can we have id's in dynamically generated elements for the next QML?

2012-08-02 Thread Luís Gabriel Lima
But i still don't fully understand how to make a component draggable when it's being created dynamically through a Repeater.. Don't you just need an id for that to work? You can use the delegate id to do the dragging. Take a look in this [1] example, maybe it fits for your case. [1] -

Re: [Development] MouseArea::onWheel event documented but not working (Qt5)

2012-06-02 Thread Luís Gabriel Lima
Hi Tomasz, The correct event variable name is wheel* *and not mouse**. I'll fix the docs. You can see an example in * examples/quick/mousearea/mousearea-wheel-example.qml*. Cheers, -- Luís Gabriel OpenBossa - INdT On Sat, Jun 2, 2012 at 7:43 AM, Tomasz Siekierda sierd...@gmail.com wrote: