(self, element, option, painter, widget)
| 23 | return size |
| 24 | |
| 25 | def drawControl(self, element, option, painter, widget): |
| 26 | if element == self.CE_TabBarTabLabel: |
| 27 | painter.drawText(option.rect, Qt.AlignCenter, option.text) |
| 28 | return |
| 29 | super(TabBarStyle, self).drawControl(element, option, painter, widget) |
no outgoing calls
no test coverage detected