Changing the looks of a QSplitter
-
You can use a stylesheet or subclass a QProxyStyle and implement drawControl() for type
QStyle::CE_Splitter
;
You can use a stylesheet or subclass a QProxyStyle and implement drawControl() for type QStyle::CE_Splitter
;