Re: [Qt-qml] Mouse wheel events in QML

2010-11-23 Thread Max Desyatov
Take a look at https://github.com/explicitcall/QMLbox.  I've implemented
WheelArea, but haven't announced QMLbox at all yet, as there are still some
components to polish.  But feel free to use WheelArea and all other
components in your projects anyway.

On Sat, Nov 20, 2010 at 5:47 PM, Jerzy Chalupski
jerzy.chalup...@gmail.comwrote:

 I can't find any mouse wheel events handler. Am I selectively blind or
 are mouse wheel events not supported by QML?
 ___
 Qt-qml mailing list
 Qt-qml@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-qml




-- 
With best regards, Max.
___
Qt-qml mailing list
Qt-qml@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-qml


Re: [Qt-qml] Mouse wheel events in QML

2010-11-21 Thread Gregory Schlomoff
You have to make your own  component in C++ to catch them.


On Sun, Nov 21, 2010 at 1:29 AM, Girish Ramakrishnan
gir...@forwardbias.in wrote:
 See http://bugreports.qt.nokia.com/browse/QTBUG-7369. In short,
 Flickable supports it but not MouseArea.

 Girish

 On Sat, Nov 20, 2010 at 9:17 PM, Jerzy Chalupski
 jerzy.chalup...@gmail.com wrote:
 I can't find any mouse wheel events handler. Am I selectively blind or
 are mouse wheel events not supported by QML?
 ___
 Qt-qml mailing list
 Qt-qml@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-qml

 ___
 Qt-qml mailing list
 Qt-qml@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-qml

___
Qt-qml mailing list
Qt-qml@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-qml


[Qt-qml] Mouse wheel events in QML

2010-11-20 Thread Jerzy Chalupski
I can't find any mouse wheel events handler. Am I selectively blind or
are mouse wheel events not supported by QML?
___
Qt-qml mailing list
Qt-qml@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-qml


Re: [Qt-qml] Mouse wheel events in QML

2010-11-20 Thread Girish Ramakrishnan
See http://bugreports.qt.nokia.com/browse/QTBUG-7369. In short,
Flickable supports it but not MouseArea.

Girish

On Sat, Nov 20, 2010 at 9:17 PM, Jerzy Chalupski
jerzy.chalup...@gmail.com wrote:
 I can't find any mouse wheel events handler. Am I selectively blind or
 are mouse wheel events not supported by QML?
 ___
 Qt-qml mailing list
 Qt-qml@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-qml

___
Qt-qml mailing list
Qt-qml@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-qml