Qt 6.11 is out! See what's new in the release
blog
set QTabBar stylesheet as { qproperty-drawBase: 0; } not work sometime
General and Desktop
2
Posts
2
Posters
2.6k
Views
1
Watching
-
I set
QTabBarstyle as follow:
QTabBar { qproperty-drawBase: 0; }
However, it DOESNOT work sometime after I drag theQDockWidgetseveral times.

Is it a bug? Or did I miss something?
I also posted it at stackoverflow. But nobody answered. -
I set
QTabBarstyle as follow:
QTabBar { qproperty-drawBase: 0; }
However, it DOESNOT work sometime after I drag theQDockWidgetseveral times.

Is it a bug? Or did I miss something?
I also posted it at stackoverflow. But nobody answered.@shengfa.zhang
try to call on tabBar().adjustSize() each time, when drugging is over...
I had the same problem...