MCPcopy Create free account
hub / github.com/davy7125/polyphone / openConfiguration

Method openConfiguration

sources/mainwindow/tabmanager.cpp:104–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void TabManager::openConfiguration()
105{
106 _configTab->initializeInterface();
107 int index = _stackedWidget->indexOf(_configTab);
108 if (index == -1)
109 index = _stackedWidget->addWidgetWithTab(_configTab, ":/icons/settings.svg", tr("Settings"), false);
110 _stackedWidget->setCurrentIndex(index);
111}
112
113void TabManager::openNewSoundfont()
114{

Callers 1

Calls 3

indexOfMethod · 0.80
addWidgetWithTabMethod · 0.80
initializeInterfaceMethod · 0.45

Tested by

no test coverage detected