Review Request 119884: Add cursor shape property to MouseEventListener
    David Edmundson 
    david at davidedmundson.co.uk
       
    Thu Aug 21 15:17:32 UTC 2014
    
    
  
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/119884/
-----------------------------------------------------------
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20140821/8631c812/attachment.html>
    
    
More information about the Kde-frameworks-devel
mailing list