MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setTabText

Method setTabText

src/openms_gui/source/VISUAL/EnhancedTabBar.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 EnhancedTabBar::~EnhancedTabBar() = default;
33
34 void EnhancedTabBar::setTabText(const QString& text)
35 {
36 QTabBar::setTabText(currentIndex(), text);
37 }
38
39 void EnhancedTabBar::dragEnterEvent(QDragEnterEvent * e)
40 {

Callers 4

savePipelineMethod · 0.80
saveCurrentPipelineAsMethod · 0.80
updateMenuMethod · 0.80
refreshParametersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected