How to change the color of QSplitter handle
m_pSplitMainWin->setHandleWidth(10);
m_pSplitMainWin->setStyleSheet("QSplitter::handle:background-color: rgb(55, 100, 110);");
This is not working, PLease give your valuable input
How to change the color of QSplitter handle
m_pSplitMainWin->setHandleWidth(10);
m_pSplitMainWin->setStyleSheet("QSplitter::handle:background-color: rgb(55, 100, 110);");
This is not working, PLease give your valuable input
Works for me:
More complex example: