Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QScrollArea/QScrollBar stylesheet
Forum Updated to NodeBB v4.3 + New Features

QScrollArea/QScrollBar stylesheet

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 490 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Daniil S.
    wrote on last edited by Daniil S.
    #1

    Hi! How can i change bottom-right corner of.. of what? QScrollBar/QScrollArea? (QTreeWidget on screen) 35382d5d-4cb6-4b2b-8629-80dae1e405af-image.png
    I try

    QScrollArea/QScrollBar::corner 
    { 
    border: none; 
    }
    

    but its dont work

    JonBJ 1 Reply Last reply
    0
    • D Daniil S.

      Hi! How can i change bottom-right corner of.. of what? QScrollBar/QScrollArea? (QTreeWidget on screen) 35382d5d-4cb6-4b2b-8629-80dae1e405af-image.png
      I try

      QScrollArea/QScrollBar::corner 
      { 
      border: none; 
      }
      

      but its dont work

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @Daniil-S
      The accepted solution from https://stackoverflow.com/questions/5663837/customize-qscrollbar-intersection-using-stylesheet-qt is:

      QAbstractScrollArea::corner {
          background: transparent;
      }
      
      D 1 Reply Last reply
      2
      • JonBJ JonB

        @Daniil-S
        The accepted solution from https://stackoverflow.com/questions/5663837/customize-qscrollbar-intersection-using-stylesheet-qt is:

        QAbstractScrollArea::corner {
            background: transparent;
        }
        
        D Offline
        D Offline
        Daniil S.
        wrote on last edited by
        #3

        @JonB thanx, but it workn't for me. mb other stylesheets prevent setting

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved