Results 1 to 4 of 4

Thread: increasing usability of drag'n'drop

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2006
    Location
    Australia
    Posts
    53
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    11
    Thanked 4 Times in 4 Posts

    Default increasing usability of drag'n'drop

    I want my user to be able to move a widget around with reasonable accuracy.

    The drag and drop works fine, but in initial testing, most of my users were slightly disconcerted by the fact that the drop act does not happen under the tip of the mouse....i.e. event.pos() does not return a value under the part of the mouse which is usually the "active" pointy bit at the tip of the arrow, but insead off to the right and down, under the box bit....

    now i've fixed it easily with an offset, but it just seems a wierd choice IMO......

    has anybody else had experience with this? is there any way of uniformly changing the position of a mouse event? like setting the active bit of the mouse for the whole program....

    (n.b. it also meant that if I selected the widget and did not move the mouse, but just dropped it in the same position it still moved about 25 right and 25 down).......
    Last edited by georgie; 23rd May 2006 at 05:42. Reason: changed number of pixels for offset after checking

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.