Results 1 to 1 of 1

Thread: Symbian Scroll Kinetic in QWidget Container

  1. #1
    Join Date
    Nov 2010
    Posts
    4
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60

    Default Symbian Scroll Kinetic in QWidget Container

    Hi..

    I have a container with several widgets and implement the kinetic scroll on the scroll area. The kinetic scroll works fine but only in areas of the scroll area, i mean:

    I have the following structure:

    * QScrollArea
    * QWidget
    * QLabel
    * QImage
    * QLabel ( long text )

    The kinetic scroll not work when i touch on QLabel(long text) but if I touch on the spaces between widgets the kinetic scroll not work.

    I analyse the problem and the mouseEvent not execute by QScrollArea when i touch on QLabel(long text).

    Thx for your help.

    Julio.
    Last edited by jgaleanog; 28th March 2011 at 23:25.

Similar Threads

  1. How to Disable Scroll Bar of QGraphicsView (or QWidget) ??
    By jiapei100 in forum Qt Programming
    Replies: 5
    Last Post: 6th November 2011, 03:45
  2. Replies: 4
    Last Post: 27th October 2010, 16:43
  3. Replies: 1
    Last Post: 9th September 2010, 16:49
  4. kinetic scrolling
    By ram136682 in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 25th August 2008, 07:20
  5. Quick ? about qSort(Container & container)
    By JimDaniel in forum Qt Programming
    Replies: 2
    Last Post: 15th December 2007, 11:20

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
  •  
Qt is a trademark of The Qt Company.