Qt 6.11 is out! See what's new in the release
blog
[solved] QTableWidget -> QScrollTab -> handler resize with StyleSheet
General and Desktop
3
Posts
2
Posters
2.0k
Views
1
Watching
-
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 ...
-
[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 :) )