Results 1 to 4 of 4

Thread: QTabletEvent instead of QTouchEvent

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Nov 2013
    Posts
    4
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: QTabletEvent instead of QTouchEvent

    Hi
    I managed to get TouchEvents to work by adding arguments on my qt app :
    Qt Code:
    1. sudo ./fingerpaint -plugin evdevtouch:/dev/input/event9
    To copy to clipboard, switch view to plain text mode 
    (event9 being my wacom's "touch finger" device).
    This way, Touch events are correctly interpreted.

    However, I still have the second finger issue (i.e. the app crashes as soon as i use a second finger with the message displayed in my first post).
    I tried removing wacom driver as suggested here ( https://bugs.launchpad.net/ubuntu/+s...om/+bug/901630 ) with no change in Qt's behavior.

    Still looking for any advice or help or any link.

    Thanks !
    Antoine
    Last edited by Be.Antoine; 20th November 2013 at 14:20.

Similar Threads

  1. How to simulate QTouchEvent using mouse
    By dpatel in forum Qt Programming
    Replies: 5
    Last Post: 28th April 2016, 01:40
  2. QTouchEvent issue
    By turcomas in forum Qt Programming
    Replies: 7
    Last Post: 24th December 2014, 17:56
  3. How to set QTouchEvent::TouchPoint primary?
    By elindros in forum Qt Programming
    Replies: 1
    Last Post: 21st January 2013, 19:20
  4. QTouchEvent Not Sending
    By QbelcorT in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 25th November 2010, 09:45
  5. Multiple widgets to receive QTouchEvent
    By jlin in forum Qt Programming
    Replies: 1
    Last Post: 15th December 2009, 04:37

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.