It works just like I wanted, but there is one problem. The splitters are only one pixel wide and very hard to grab with the mouse. I'm unable to make the splitters bigger with either using setHandleWidth() or using style sheets
background-color: rgb(150,150,150);
width: 10px;
}
background-color: rgb(150,150,150);
width: 10px;
}
background-color: rgb(150,150,150);
height: 10px;
}
QSplitter::handle {
background-color: rgb(150,150,150);
width: 10px;
}
QSplitter::handle:horizontal {
background-color: rgb(150,150,150);
width: 10px;
}
QSplitter::handle:vertical {
background-color: rgb(150,150,150);
height: 10px;
}
To copy to clipboard, switch view to plain text mode
Any ideas?
Bookmarks