Results 1 to 3 of 3

Thread: Round Scrolling of List Items in QListWidget

  1. #1
    Join Date
    Jul 2012
    Posts
    14
    Thanked 1 Time in 1 Post
    Platforms
    Unix/X11 Windows

    Post Round Scrolling of List Items in QListWidget

    hi,

    I am Using List Widget for showing six list items out of which 3 items will be displayed to user at a time. in this code no scrollbar should be shown to user. it will be hidden in this case. so when i set first item it will be shown to user in center of listwidget view area means 6th item,1st item,2nd item. and if i press right button to scroll then next case is 1st item,2nditem,3rd item ... in this manner it will go on... i have to use round scrolling in this case ... so can anyone explain how to implement this.

    thanks in advance

  2. #2
    Join Date
    Aug 2016
    Posts
    1
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Re: Round Scrolling of List Items in QListWidget

    Please reply if anyone have any solution.

  3. #3
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Round Scrolling of List Items in QListWidget

    You can always scroll manually by changing the value of the respective scrollbar.
    It doesn't matter whether it is shown or hidden at that point.

    Cheers,
    _

Similar Threads

  1. Replies: 1
    Last Post: 23rd April 2011, 17:33
  2. Replies: 2
    Last Post: 1st April 2011, 09:32
  3. Horizontal Scrolling QListWidget
    By bl1nk in forum Qt Programming
    Replies: 1
    Last Post: 17th July 2010, 08:44
  4. Replies: 4
    Last Post: 10th May 2010, 22:12
  5. Replies: 18
    Last Post: 23rd July 2007, 05:58

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.