Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyQt5/PyQt
/ TabWidget
Class
TabWidget
QProxyStyle/TabTextDirection.py:17–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
17
class
TabWidget(QTabWidget):
18
19
def
__init__(self, *args, **kwargs):
20
super(TabWidget, self).__init__(*args, **kwargs)
21
for
i in range(10):
22
self.addTab(QLabel(
'Tab'
+ str(i)), str(i))
23
24
25
class
Window(QWidget):
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected