Results 1 to 2 of 2

Thread: QScroller sensitivity on QComboBox

  1. #1
    Join Date
    Oct 2013
    Posts
    142
    Thanks
    36
    Thanked 3 Times in 3 Posts
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows Android

    Default QScroller sensitivity on QComboBox

    I have a QComboBox with a QScroller attached to it, the issue is on touch screen devices where half of the time instead of scrolling through the items, the scroller doesn't trigger instead is selecting the item where the gesture starts or ends.
    Is there any way to avoid this?
    Last edited by adutzu89; 12th February 2015 at 12:23.

  2. #2
    Join Date
    Jun 2015
    Posts
    1
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: QScroller sensitivity on QComboBox

    Hi!

    Just came across the same problem. But the solution for me is quite simple:

    ui->comboBox->view()->setMouseTracking(false);

Similar Threads

  1. QScroller speed and touch screen
    By Talei in forum Qt Programming
    Replies: 4
    Last Post: 4th November 2014, 11:38
  2. Scrolling using QScroller class ..
    By p3c0 in forum Newbie
    Replies: 4
    Last Post: 16th July 2014, 04:38
  3. Replies: 0
    Last Post: 22nd May 2014, 21:44
  4. QTapSensor sensitivity
    By Gerhman in forum Qt Programming
    Replies: 0
    Last Post: 31st October 2012, 13:40
  5. Qtscroller sensitivity on listview????
    By chandantheracer in forum Qt for Embedded and Mobile
    Replies: 5
    Last Post: 21st June 2011, 14:04

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.