Results 1 to 1 of 1

Thread: issue in detecting swipe events

  1. #1
    Join Date
    Jul 2016
    Posts
    2
    Qt products
    Qt5
    Platforms
    MacOS X

    Default issue in detecting swipe events

    hello,
    I need help.!
    my need is to be able to swipe a page in IOS/Android using only ONE finger (It seems that regular qt swipe recogniser only works with three fingers). to do this i have written my own recogniser. It works ok I can swipe my pages. But the issue I have is theat I cannot click on a button, or select a text field (have the virtual keyboard displayed) to write in it. The only way to click or select is to slightly swipe the touch(less than the treshold to not swipe the page).
    How can I have the events which are not used as swippe being used for inheriting objects.
    I think it has something to do with accepting or not the events depending on if it is recognised as a swipe or not, but I cannot see where is the issue
    attached is my recogniser code which is very basic:

    thanks for your help.
    Attached Files Attached Files

Similar Threads

  1. Detecting tooltip events of external application...
    By siraj in forum Qt Programming
    Replies: 1
    Last Post: 23rd April 2014, 11:05
  2. USB Win Events messages Detecting in QT
    By AlphaWolfXV in forum Qt Programming
    Replies: 3
    Last Post: 16th August 2013, 15:33
  3. How to make label swipe-able?
    By chong_kimkeang in forum Newbie
    Replies: 10
    Last Post: 11th October 2012, 05:03
  4. Replies: 6
    Last Post: 1st June 2012, 16:49
  5. Detecting KeyPad Events from my Keypad
    By Svaths in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 18th August 2006, 08:28

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.