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. changing QScrollBar arrows size with stylesheets
Forum Updated to NodeBB v4.3 + New Features

changing QScrollBar arrows size with stylesheets

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 447 Views 1 Watching
  • 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.
  • W Offline
    W Offline
    wasawi2
    wrote on last edited by
    #1

    I am trying the following code to change the size of the arrows in the scrollbars but this code has no effect.

    QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
        height: 60px;
        width: 60px;
    }
    

    Does anyone know if there is a special trick to achieve that? Thank you!
    w

    SGaistS 1 Reply Last reply
    0
    • W wasawi2

      I am trying the following code to change the size of the arrows in the scrollbars but this code has no effect.

      QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
          height: 60px;
          width: 60px;
      }
      

      Does anyone know if there is a special trick to achieve that? Thank you!
      w

      SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Partly depending on the OS you use you may have to style more elements to achieve your goal.

      See the example in the documentation.

      That said, you might also want to consider creating a proxy style.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

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