long press sometimes will be recognized as a short press in listview
Solved
General and Desktop
-
Hi
Its unclear in what context this is but maybe you can use
http://doc.qt.io/qt-5/qtapandholdgesture.html#details
with
void QTapAndHoldGesture::setTimeout(int msecs)The default value is 700 milliseconds.