[Okular-devel] [okular] [Bug 354012] Wish: change page by swiping on touchscreen during presentation mode

Oliver Sander via KDE Bugzilla bugzilla_noreply at kde.org
Mon Oct 26 21:16:23 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=354012

--- Comment #3 from Oliver Sander <oliver.sander at tu-dresden.de> ---
I was afraid you were going to say this... :-)

I just spent the last two hours unsuccessfully trying to port the patch from
the frameworks branch to master.  Qt4 replaces the touch events (from the
touchpad) with mouse events, which then of course do not allow gestures.  In
Qt5 there is 

QCoreApplication::setAttribute(Qt::AA_SynthesizeMouseForUnhandledTouchEvents,false);

which disables this behavior, but I have no clue how to do the same in Qt4. 
Does anybody have an idea?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Okular-devel mailing list