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. [solved] QTableWidget -> QScrollTab -> handler resize with StyleSheet
Qt 6.11 is out! See what's new in the release blog

[solved] QTableWidget -> QScrollTab -> handler resize with StyleSheet

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.0k 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.
  • B Offline
    B Offline
    BlackJack
    wrote on last edited by
    #1

    Helloy,

    I have a QTableWidget with verticalScrollBar.
    How can I adjust the size handler with the aid of stylesSheet?

    @
    QScrollBar::handle:vertical
    {
    min-height: 20px;
    max-height: 20px;
    height:20px;
    }
    @
    not working (((

    said only that the size of the slider depends on how many rows in a table ...

    1 Reply Last reply
    0
    • B Offline
      B Offline
      BlackJack
      wrote on last edited by
      #2

      Thanks for the answers)
      I myself found out

      topic is close

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goetz
        wrote on last edited by
        #3

        [quote author="BlackJack" date="1327063367"]
        topic is close[/quote]

        Please mark the topic as solved, not closed. The latter one is for topics where the comment function is disabled for one reason or another, whereas solved topics are open for additional remarks or questions. Thanks! (I've changed it for this one already, in case you wonder :) )

        http://www.catb.org/~esr/faqs/smart-questions.html

        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