MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / addTab

Method addTab

ElaWidgetTools/DeveloperComponents/ElaCustomTabWidget.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void ElaCustomTabWidget::addTab(QWidget* widget, const QIcon& tabIcon, const QString& tabTitle)
82{
83 _customTabBar->addTab(tabIcon, tabTitle);
84 _customTabWidget->addTab(widget, tabIcon, tabTitle);
85}
86
87ElaTabBar* ElaCustomTabWidget::getCustomTabBar() const
88{

Callers 6

T_NavigationMethod · 0.80
~ElaCustomTabWidgetMethod · 0.80
onTabDragCreateMethod · 0.80
onTabDragLeaveMethod · 0.80
onTabCloseRequestedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected