Results 1 to 2 of 2

Thread: Touch Events Are ignored?

  1. #1
    Join Date
    Mar 2016
    Posts
    9
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Touch Events Are ignored?

    I have a device which supports touch.
    I am accessing a content "wellsfargo.com" or any other content which has to perform some action "ontouchstart".
    But, the content is not getting any such event.
    This is because all the touch events are ignored in Qt through QWidget?

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Touch Events Are ignored?

    Easy enough to check:

    1) create a simple widget application
    2a) override the widget's event() method
    2b) install a global event filter
    3) check if it gets any of the touch related event types

    Cheers,
    _

Similar Threads

  1. Touch events not recognized for trackpad
    By mentalmushroom in forum Qt Programming
    Replies: 7
    Last Post: 13th February 2015, 17:10
  2. Capturing Touch Screen events in MainWindow
    By lightydo in forum Qt Programming
    Replies: 1
    Last Post: 30th September 2013, 16:23
  3. Replies: 1
    Last Post: 18th July 2013, 14:23
  4. QGraphicsProxyWidget and touch events
    By johnsoga in forum Qt Programming
    Replies: 0
    Last Post: 21st February 2010, 07:53
  5. How to Implement the Touch Screen Events?
    By rchaitanya in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 25th December 2008, 10:44

Tags for this Thread

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.