https://bugs.kde.org/show_bug.cgi?id=394296
--- Comment #9 from Marco Martin <notm...@gmail.com> --- (In reply to Marco Martin from comment #8) > (In reply to David Edmundson from comment #6) > > >So the issue here is that the tab QQC2 tab bar should draw a frame (with > > >internal padding) around its content area, > > > > I don't think that's do-able out of the box in the theme. > > (QQC2's component is more like QTabBar than QTabWidget in QWidget terms) > > > > However, it's still do-able on the client side. I've just pushed a > > tabbar.qml in the tests folder of QQC2. > > I think it's spot-on. Let me know if there's any issues. > > > > Maybe we could/should wrap it all as one item somewhere, but not here. > > we may end up needing a hmm "TabbarView" in Kirigami, ialready tought about > an api for such a thing in the past, tough never really started it as i am > still not sure that's something that should be up to us... > on my side is one of those frustrating things that will probably be done > upstream in qqc2 a short time after i publish ours :p on the API: TabView { currentIndex: 0 Rectangle { color: "Red" } Rectangle { color: "Green" } Rectangle { color: "Blue" } } -- You are receiving this mail because: You are watching all bug changes.