set QTabBar stylesheet as { qproperty-drawBase: 0; } not work sometime
-
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...