It was the default style back in early KDE4. Now I have set toolbar style to text beside icons. Kirigami doesn’t follow it, rather apps like spectacle and the power KCM have tabs that show text under icons, which ruins consistency
You’re looking at a fancy-styled tab bar, not a set of toolbar items. The user-facing setting you have in mind only applies to toolbar buttons, as its text indicates.
This tab style makes QWidget and kirigami tabs look different. Any way I can make them same, except writing a new qstyle?
These have a custom style; they don’t use the QStyle. So not really.
It’s something we plan to change in the medium term.
Oh, I thought those fancy tabs use qqc2-desktop-style, but thanks anyway
They are a custom component called Kirigami.NavigationTabBar
. Functionally it’s really no different from a tab bar, so we’re going to port back to that at some point in the future.