https://bugs.kde.org/show_bug.cgi?id=475381

--- Comment #1 from Dov Grobgeld <dov.grobg...@gmail.com> ---
Examining the Qt documentation (though not the Krita sources), if the tabs are
drawn with a QTabWidget, toggling the display of the tab bar is as simple as:

```
  tabWidget = new QTabWidget();
  tabBar = tabWidget->tabBar();
:
   tabBar->setHidden(!tabBar->isHidden());

```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to