set QTabBar stylesheet as { qproperty-drawBase: 0; } not work sometime
General and Desktop
2
Posts
2
Posters
2.2k
Views
1
Watching
-
I set
QTabBar
style as follow:
QTabBar { qproperty-drawBase: 0; }
However, it DOESNOT work sometime after I drag theQDockWidget
several times.
Is it a bug? Or did I miss something?
I also posted it at stackoverflow. But nobody answered. -
I set
QTabBar
style as follow:
QTabBar { qproperty-drawBase: 0; }
However, it DOESNOT work sometime after I drag theQDockWidget
several 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...