MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / addTab

Method addTab

AdaptixClient/Source/Utils/CustomElements.cpp:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18int VerticalTabBar::addTab(const QString &text)
19{
20 m_tabs.append({text});
21 if (m_currentIndex < 0)
22 setCurrentIndex(0);
23 update();
24 return m_tabs.size() - 1;
25}
26
27void VerticalTabBar::removeTab(int index)
28{

Callers 3

AddNewProjectMethod · 0.45
addNewTerminalMethod · 0.45
createUIMethod · 0.45

Calls 4

appendMethod · 0.80
insertWidgetMethod · 0.80
updateFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected