mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 17:54:15 +02:00
[api.abstract.view] refactoring: TabGroupComponent as a ViewContainer
This commit is contained in:
@@ -951,7 +951,7 @@ class TabGroupQt(QTabWidget):
|
||||
scroll = QScrollArea()
|
||||
scroll.setFrameShape(QFrame.NoFrame)
|
||||
scroll.setWidgetResizable(True)
|
||||
scroll.setWidget(to_widget(c.content, i18n))
|
||||
scroll.setWidget(to_widget(c.get_content(), i18n))
|
||||
self.addTab(scroll, icon, c.label)
|
||||
|
||||
self.tabBar().setCursor(QCursor(Qt.PointingHandCursor))
|
||||
|
||||
Reference in New Issue
Block a user