-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/119884/
-----------------------------------------------------------

(Updated Aug. 22, 2014, 1:44 p.m.)


Status
------

This change has been marked as submitted.


Review request for KDE Frameworks.


Bugs: 337062
    https://bugs.kde.org/show_bug.cgi?id=337062


Repository: kdeclarative


Description
-------

Given MouseEventListener is sometimes used as a drop in replacement for
MouseArea with added functionality it's useful to have some more of the
same functions as MouseArea.

This simply exposes an existing methods on QQuickItem as a property.


Diffs
-----

  src/qmlcontrols/kquickcontrolsaddons/mouseeventlistener.h 329de62 
  src/qmlcontrols/kquickcontrolsaddons/mouseeventlistener.cpp 7948c09 

Diff: https://git.reviewboard.kde.org/r/119884/diff/


Testing
-------

Adjusted panel config as described in 
https://bugs.kde.org/show_bug.cgi?id=337062 -  panel toolbox has handles in 
disguise 


I could do it with a mousearea on top instead of changing MouseEventListener, 
but then we'd have:
MouseArea on top of MouseEventListener on top of a button which is a 
MouseArea....

and I figured there'd be potential other users of this property long term.


Thanks,

David Edmundson

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to