Results 1 to 6 of 6

Thread: Scrollbar background does not go solid (?) when using stylesheets

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts

    Default Re: Scrollbar background does not go solid (?) when using stylesheets

    Quote Originally Posted by Stukfruit View Post
    I guess we're looking at a bug here?
    (I'm using the snapshot from March 19th, by the way)
    I guess so, I suggest you send your findings at Qt4-preview-feedback Mailing List.
    J-P Nurmi

  2. The following user says thank you to jpn for this useful post:

    Stukfruit (20th March 2008)

  3. #2
    Join Date
    Jun 2010
    Posts
    7
    Qt products
    Qt3 Qt4
    Thanked 1 Time in 1 Post

    Default Re: Scrollbar background does not go solid (?) when using stylesheets

    did this ever get fixed, or is there a workaround ?

    cheers

    rob.

  4. #3
    Join Date
    Jul 2010
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Scrollbar background does not go solid (?) when using stylesheets

    I had the same problem lately. Solution is simple, just add this line to stylesheet:

    Qt Code:
    1. QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {
    2. background: none;
    3. }
    To copy to clipboard, switch view to plain text mode 

    cheers

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.