Qt 6.11 is out! See what's new in the release
blog
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;