I use this code,
{
background: blue;
border-color: blue;
border-width:1 px;
width: 3px;
}
{
subcontrol-position: center center;
width: 10px;
background-color: red;
border-color: black;
border-width: 1px;
border-style: solid;
}
QSlider::groove:vertical
{
background: blue;
border-color: blue;
border-width:1 px;
width: 3px;
}
QSlider::handle:vertical
{
subcontrol-position: center center;
width: 10px;
background-color: red;
border-color: black;
border-width: 1px;
border-style: solid;
}
To copy to clipboard, switch view to plain text mode
But I cannot move the handle, surely something is still missing, I try to use min-height as suggested by the documentation without any good result.
Any suggestion ?
Angelo
Bookmarks