On Thu, Jun 7, 2012 at 9:51 PM, Viranch Mehta <viranch.me...@gmail.com> wrote:
> Hi,
>
> I wanted to know if the Slider (from QML components) can be moved
> using the mouse wheels. If not, is it possible to implement it atm?
>
Qt 4.x does not have a wheel event on MouseArea therefore it's not
possible to fix Slider in Components.

Qt5 does.
We could make our own Plasma.Extras.MouseArea which is just a subclass
of qdeclarativemousearea with the new code.. it's quite an important
feature to match QWidgets parity, but I don't know if it's worth it.

Dave

> Thanks,
> Viranch
>
> _______________________________________________
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to